Skip to content

raymondkiu/fastq_reads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fastq_reads

Count fastq reads

Introduction

  • This is a real simplistic script to count fastq reads, literally count the lines of fastq file and divide by 4 (as each sequencing read in fastq file is represented by 4 lines including the identifier,sequence letter, +/- strand and quality values).

Usage

% ./fastq_reads.sh FASTQFILE

About

Count fastq reads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages