Skip to content

Splitting Oxford Nanopore data in a fail and pass dataset using a user defined quality cutoff

License

Notifications You must be signed in to change notification settings

wdecoster/nanosplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoSplit

Perform splitting of Oxford Nanopore sequencing data in a fail and pass dataset using a user defined quality cutoff. The script can read compressed input and will write to gzip compressed files.

INSTALLATION

pip install NanoSplit

USAGE

NanoSplit [-h] [-q QUALITY] [--outdir OUTDIR] fastqfile


Required arguments:
  fastqfile             Fastq file to split, can be gz compressed.

Optional arguments:
  -h, --help            show this help message and exit
  -q QUALITY, --quality QUALITY
                        Splitting on this average read quality score
                        Default: 12
  --outdir OUTDIR       Specify directory in which output has to be created.

EXAMPLES

NanoSplit reads.fastq.gz
NanoSplit -q 6 reads.fastq.gz
NanoSplit -q 10 --outdir /home/user/datasetsplit/ reads.fastq

About

Splitting Oxford Nanopore data in a fail and pass dataset using a user defined quality cutoff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages