Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 92 Bytes

fasta_and_sequence_files.md

File metadata and controls

5 lines (4 loc) · 92 Bytes

Count the number of sequences in a gzip fastq

zcat my.fastq.gz | echo $((`wc -l`\4))