Skip to content

These programs converts the SAM file containing paired end sequence reads into two Fastq files . It is helpful in case when the SAM file is truncated or it contains some errors , then samtools fails to convert such SAM files into respective Fastq files.

Notifications You must be signed in to change notification settings

amit21AIT/Cpp-programs-for-conversion-of-SAM-file-into-Fastq-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

C++ programs-for-conversion-of-SAM-file-into-Fastq-files

These programs converts SAM files containing paired end sequence reads into two Fastq files . It is helpful in case when the SAM file is truncated or it contains some errors , then samtools fails to convert such SAM files into respective Fastq files.

  1. FilterSam.cpp - This program filters out the good reads and writes them into output.sam file and the reads that have error or are incomplete are written into the garbage.sam file .

  2. Samtofq.cpp - This program converts the SAM file to two fastq files .

About

These programs converts the SAM file containing paired end sequence reads into two Fastq files . It is helpful in case when the SAM file is truncated or it contains some errors , then samtools fails to convert such SAM files into respective Fastq files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages