Skip to content
/ unmap2fq Public

Short pipeline that abstract unmapped reads from a bam file and convert to fastq files (PE reads)

Notifications You must be signed in to change notification settings

iiiir/unmap2fq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unmap2fq

Short pipeline that abstract unmapped reads from a bam file and convert to fastq files (PE reads)

dependencies

python 2.7
SJM (simple job manager)
samtools
picard
bedtools
LSF batch system (or other)

usage

To creat job file for GATK recalibrated bam:
run_unmap.py --bam NA12878.bam -r --out NA12878_test --tmp unmap_test -j na12878.sjm
To creat job file for regular bam:
run_unmap.py --bam NA12878.bam --out NA12878_test --tmp unmap_test -j na12878.sjm

To run job file : sjm na12878.sjm

About

Short pipeline that abstract unmapped reads from a bam file and convert to fastq files (PE reads)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published