Extract some fastq reads (PE/SE) from the beginning of the files
Project description
extractfq
1 Introduction
extractfq
is a tool to extract some fastq reads from the beginning of the files.
2 Installation
pip install extractfq
There will be a command extractfq
created under the same directory as your pip
command.
3 Usage
$ extractfq
usage: extractfq.py [-h] [-fq1 <str>] [-fq2 <str>] [-outfq1 <str>]
[-outfq2 <str>] [-size_required <float>] [-rl <int>] [-gz]
[-cache_num <int>]
Extract some fastq reads from the beginning of the files. Author: Guanliang
Meng, see https://github.com/linzhi2013/extractfq. This script is part of the
package `MitoZ`, when you use the script in your work, please cite: MitoZ: A
toolkit for mitochondrial genome assembly, annotation and visualization with
NGS data. Guangliang Meng, Yiyuan Li, Chentao Yang, Shanlin Liu (in
manuscript)
optional arguments:
-h, --help show this help message and exit
-fq1 <str> input fastq 1 file
-fq2 <str> input fastq 2 file
-outfq1 <str> output fastq 1 file
-outfq2 <str> output fastq 2 file
-size_required <float>
size required in Gigabase. [3]
-rl <int> read length required. discard the smaller ones, and
cut the longer ones to this length [None]
-gz gzip output. [False]
-cache_num <int> the cache number of reads before writing to the file,
to speed up. the larger of cache_num, the more memory
(default is ca. 2G) will be used. [1500000]
Author
Guanliang MENG
Citation
This script is part of the package MitoZ
, when you use the script in your work, please cite:
Guanliang Meng, Yiyuan Li, Chentao Yang, Shanlin Liu. MitoZ: A toolkit for mitochondrial genome assembly, annotation and visualization; doi: https://doi.org/10.1101/489955
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extractfq-0.0.5.tar.gz
(17.3 kB
view details)
File details
Details for the file extractfq-0.0.5.tar.gz
.
File metadata
- Download URL: extractfq-0.0.5.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06dfe4d72f3d8690e1c6c6dfd49d92344fff68c8296b9ecb226a1f1e528955da |
|
MD5 | de9962ca1a229283efb0dba6091674b9 |
|
BLAKE2b-256 | eba4e08b4568cac8d24bbd8a7cba9489debc92187713f618d9379b8071fc8680 |