Skip to content

Commit f22d5d7

Browse files
authored
Update README.md
1 parent 67d3cad commit f22d5d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ You’ll be prompted to enter:
2626

2727
4. Enumerate all optimal alignments <br>
2828
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --all-paths --output reports/all_paths.txt`
29-
30-
Lists every equally optimal alignment and writes them to reports/all_paths.txt.
29+
--> Lists every equally optimal alignment and write the text report to /reports <br>
3130

3231
5. Export raw DP matrix as CSV <br>
3332
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --matrix-out reports/matrix.csv`

0 commit comments

Comments
 (0)