Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 655 Bytes

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>