从文件的开头提取一些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 Requestcontextholder在spring 4中具有并发访问权限。IBMWebSphere上的x Web应用程序?   java如何下载、设置和使用Eclipse?   java如何组合这些mysql语句   java JDBC无法连接到openshift上的mysql数据库   如果存在允许正确处理的重载,java对于方便的方法来说是否可行?   使用hibernate序列的java Spring MVC不存在   具有路径的java Selenium ChromeDriver负载扩展问题   读一本书。java中的java文件   退出队列时,Java队列程序结果为空   Java lambda返回带有重复代码问题的列表   java使用意图从其他活动传递数据并在listview中显示   java如何在java中创建JSON输出   java Android:在不破坏或暂停活动的情况下关闭显示   支持Android电视和手机的java多apk   关于Java应用程序测试和调试的一组问题   如何在JavaSE中使用jdbcRealmShiro进行授权   在java中是否有一个无异常检查的URL解析实用程序?   当页面上有多个相同类型的元素时,java会选择一个特定的元素   递归需要帮助发现java代码中的缺陷