rna-folding
rna-folding copied to clipboard
Slight error in README
A potential customer found a small mistake in the readme that causes an error if ran. Instead of
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose True --min-stem 3 --min-loop 2 -c 0.3
it should read
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose --min-stem 3 --min-loop 2 -c 0.3
because --verbose does not want a True statement right afterwards.