从文件的开头提取一些fastq读取(pe/se)

extractfq的Python项目详细描述


提取fq

1简介

extractfq是一个从文件开头提取一些fastq读取的工具。

2安装

pip install extractfq

将在与您的pip命令相同的目录下创建命令extractfq

3用法

$ 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]

作者

孟冠良

引文

此脚本是软件包的一部分,当您在工作中使用此脚本时,请引用:

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

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java从其BlobKey获取Google云存储文件   java*Vert。x*:如何在同步代码中处理   java HikaiCP:如何查看连接池大小?   java解析依赖项的重复版本   java如何删除TableColumn中的HTML标记   Maven依赖项找不到sendgridjava的zip文件   Java可用的垃圾收集算法   java IntelliJ git集成技巧和技巧   java如何在安卓中实现应用内支付?   java如何在安卓中从whatsapp获取pdf文件数据到我的应用程序?   有没有一种方法可以使用JavaScript(Vue.js)将Java应用程序(游戏)实现到网站中   使用SWT浏览器进行java-to-javascript通信的问题   java在Android手机上更改字体大小后启用textView内的滚动条