You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# RF2NA
2
2
GitHub repo for RoseTTAFold2 with nucleic acids
3
3
4
+
**New: April 13, 2023 v0.2**
5
+
* Updated weights (https://files.ipd.uw.edu/dimaio/RF2NA_apr23.tgz) for better prediction of homodimer:DNA interactions and better DNA-specific sequence recognition
6
+
* Bugfixes in MSA generation pipeline
7
+
* Support for paired protein/RNA MSAs
8
+
4
9
## Installation
5
10
6
11
1. Clone the package
@@ -25,9 +30,9 @@ python setup.py install
25
30
3. Download pre-trained weights under network directory
The first argument to the script is the output folder; remaining arguments are fasta files for individual chains in the structure. Use the tags `P:xxx.fa``R:xxx.fa``D:xxx.fa` to specify protein, RNA, DNA respectively (default is protein). Each chain is a separate file (e.g., for double-stranded DNA, both strands need to be provided as separate fasta files). Outputs are written to the folder `t000_`.
87
+
The first argument to the script is the output folder; remaining arguments are fasta files for individual chains in the structure. Use the tags `P:xxx.fa``R:xxx.fa``D:xxx.fa``S:xxx.fa` and `PR:xxx.fa` to specify protein, RNA, dsDNA, ssDNA, and paired protein/RNA respectively (default is protein).
88
+
89
+
Each chain is a separate file; 'D' will automatically generate a complementary DNA strand to the input strand. Outputs are written to the folder `dna_pred` and `rna_pred`.
79
90
80
91
## Expected outputs
81
-
You will get a prediction with estimated per-residue LDDT in the B-factor column (model_00.pdb)
92
+
You will get a prediction with estimated per-residue LDDT in the B-factor column (`models/model_00.pdb`)
0 commit comments