We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ece3af commit 67d3cadCopy full SHA for 67d3cad
README.md
@@ -18,8 +18,8 @@ You’ll be prompted to enter:
18
2. FASTA file input <br>
19
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --output reports/alignment.txt` <br>
20
21
-data/seq1.fasta and data/seq2.fasta each contain exactly one record. <br>
22
-The text report is saved to reports/alignment.txt <br>
+--> data/seq1.fasta and data/seq2.fasta each contain exactly one record <br>
+--> the text report is saved to /reports <br>
23
24
3. Custom scoring. Override match, mismatch, and gap scores. <br>
25
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --match 2 --mismatch -1 --gap -2`
0 commit comments