Skip to content

Commit 629813e

Browse files
authored
Update README.md
1 parent 4a964a1 commit 629813e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,9 @@ You’ll be prompted to enter:
4949
8. HTML summary report <br>
5050
`needleman-wunsch --input data/seq1.fasta data/seq2.fasta --plot plots/heatmap.png --html reports/alignment.html`
5151

52-
Generates a standalone HTML page embedding:
52+
--> generates a standalone HTML page embedding parameters & sequences, all alignments (or just the single optimal one), inline statistics, the heatmap image
5353

54-
Parameters & sequences
55-
All alignments (or just the single optimal one)
56-
Inline statistics
57-
The heatmap image (correctly linked)
58-
59-
Open it in your browser via:
54+
--> Open it in your browser via:
6055
`python -m http.server 8000`
6156

6257
then visit `http://localhost:8000/reports/alignment.html`

0 commit comments

Comments
 (0)