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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Coverage_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.

Usage

For Single End Read FASTQ Files

To run the script, use the following command:

bash main.sh <input_directory_path> <output_directory_path> <bases_in_your_region_of_interest>


### 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