Skip to content

Paired end primer and adapter trimmer for QIASeq DNA/RNA reads

License

Notifications You must be signed in to change notification settings

rpadmanabhan/read-trimmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read-trimmer

Paired end trimmer for QIASeq DNA/RNA reads

Build Status

Installation

pip3 install edlib
pip3 install Cython
git clone https://github.com/qiaseq/read-trimmer.git

Usage Instructions

python3 read-trimmer/trimmer/run.py --help

Example command :
python3 trimmer/run.py --r1 <R1 Fastq Path>  --r2 <R2 Fastq Path> --out_r1 <Trimmed R1 Fastq Path> \
--out_r2 <Trimmed R2 Fastq Path> --out_metrics <Output Metric File Path> \
--primer_file tests/test_data/test_primers_dna.txt --seqtype dna \
--primer_col 3 --umi_len 12 --common_seq_len 11

Run tests :
python3 tests/test_qiaseq_trim.py -v

About

Paired end primer and adapter trimmer for QIASeq DNA/RNA reads

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%