rna-folding icon indicating copy to clipboard operation
rna-folding copied to clipboard

Slight error in README

Open krobbinsgit opened this issue 1 year ago • 0 comments

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.

krobbinsgit avatar Jul 10 '24 22:07 krobbinsgit