We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19900b commit d4f99a8Copy full SHA for d4f99a8
README.md
@@ -44,7 +44,7 @@ You’ll be prompted to enter:
44
7. Heatmap visualization <br>
45
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --plot plots/heatmap.png`
46
47
-Renders the DP matrix as a heatmap PNG saved to plots/heatmap.png.
+--> renders the DP matrix as a heatmap PNG saved at /plots
48
49
8. HTML summary report <br>
50
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --plot plots/heatmap.png --html reports/alignment.html`
0 commit comments