Skip to content

A mini tool for nanopore reads extraction based on the start time of sequencing

License

Notifications You must be signed in to change notification settings

renzilin/NanoTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoTime

A mini tool for nanopore reads (fastq files) extraction based on the start time of sequencing

The tool is still under development on signals (fast5) files

Package

python packages:
    - tqdm
    - multiprocessing
    - Biopython
    - gzip
    - dateutil

Usage

usage: nanotime_v2.py [-h] -q FQZ -s SES -l LEN -o OUT

Nanotime v2. Nanopore reads extraction based on the start time of sequencing; The process on fast5(signal) file is still
under development

optional arguments:
  -h, --help         show this help message and exit
  -q FQZ, --fqz FQZ  the path of compressed fastq file (e.g. *.fastq.gz)
  -s SES, --ses SES  the path to sequencing_summary.txt
  -l LEN, --len LEN  the length of run of sequencing (e.g. 1)
  -o OUT, --out OUT  the path of output

Example

git clone https://github.com/renzilin/NanoTime

python nanotime_v2.py -q <input>/barcode01.fq.gz -s <where-is>/sequencing_summary.txt -l <length> -o <output>/barcode01.fq.gz

About

A mini tool for nanopore reads extraction based on the start time of sequencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages