Skip to content

topel-research-group/pairSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

pairSeq

Tool for identifying pairs of reads in paired end sequence data.

Usage: pairSeq.py <inFile_1> <inFile_2>

Description: Separates paired end Illumina sequences into pairs and singlets. Also checks if the output sequences are in the same order in the resulting output files.

Input: Two files with sequences in fastq format (inFile_1 and inFile_2).

Output: 'outpair1.fastq' and 'outpair2.fastq' contains the sequence pairs. Sequences in 'outpair1.fastq' originates from the first imput file, and 'outpair2.fastq' from the other. 'outSingles1.fastq' and 'outSingles2.fastq' contains the singglet sequences from each input file.

About

Find pairs of paired end sequencing reads in two files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages