Skip to content

Bash Script to find Reads, Bases and Coverage from FASTQ file

Notifications You must be signed in to change notification settings

arpit20328/Coverage-from-FASTQ-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Coverage Calculator from FASTQ

Bash Script to find Reads, Bases, and Coverage from FASTQ files.

It works for both Illumina Short Read FASTQ or Pac-Bio or ONT Long Read FASTQ files. Program takes by default fastq.gz format files.

Usage

For Single End Read FASTQ Files

To run the script, use the following command:

bash main.sh <input_directory_path> <output_directory_path> <Enter of region of interest bases>

### For Paired End Read FASTQ Files

After main.sh is run, and once you get <read_counts_with_paths_bases_coverage.txt> file, run the following script:

bash paired.sh <path of read_counts_with_paths_bases_coverage.txt> <path of paired_read_count_with_paths_bases_coverage.txt>

About

Bash Script to find Reads, Bases and Coverage from FASTQ file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages