Skip to content

Commit cc83ca7

Browse files
committed
correcting link
1 parent a4c147c commit cc83ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Workshops/COMBINE_WA_2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ This generates a contig file called `final.contigs.fa`.
439439
We can use [count.py](../Python/countfasta.py) to count the lengths of the sequences:
440440

441441
```
442-
count_fasta -p -f megahit_assembled/788707_20180129_S/final.contigs.fa | perl -pe 's/^>(\S+).*\t/$1\t/' > megahit_assembled/788707_20180129_S/final.contigs.lengths.tsv
442+
countfasta.py -f megahit_assembled/788707_20180129_S/final.contigs.fa
443443
```
444444

445445
## Mapping the reads to the contigs

0 commit comments

Comments
 (0)