Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Jul 26, 2021
1 parent 0ad6d0e commit 5fa95ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp03/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CUCUGGAGAGAACCGUUUAAUCGGUCGCCGAAGGAGCAAGCUCUGCGCAUAUGCAGAGUGAAACUCUCAGGCAAAAGGAC

rpr:

for i in `ls *.pdb`; do rna_pdb_tools.py --get-rnapuzzle-ready $i > ${i/.pdb/_rpr.pdb}; done
for i in `ls *.pdb`; do rna_pdb_toolsx.py --get-rnapuzzle-ready $i > ${i/.pdb/_rpr.pdb}; done

Calc RMSD:

Expand Down

0 comments on commit 5fa95ac

Please sign in to comment.