这个命令需要fastq-dump,所以我还是安装在系统环境: sudo apt install parallel-fastq-dump parallel-fastq-dump直接调用fastq-dump命令,所以使用起来差不多。 示例: parallel-fastq-dump --sra-id SRR2244401 --threads 4 --outdir out/ --split-files --gzip --threads 4设置线程为4 实测parallel-fastq-dump...
parallel-fastq-dump的Github地址:https://github.com/rvalieris/parallel-fastq-dump 注意,parallel-fastq-dump的使用依赖于fastq-dump,需要预先安装sra-tools: conda install-c bioconda sra-tools conda命令安装parallel-fastq-dump: conda install-c bioconda parallel-fastq-dump parallel-fastq-dump参数如下 (由于...
parallel-fastq-dump的Github地址:https://github.com/rvalieris/parallel-fastq-dump* 注意,parallel-fastq-dump的使用依赖于fastq-dump,需要预先安装sra-tools: conda install -c bioconda sra-tools conda命令安装parallel-fastq-dump: conda install -c bioconda parallel-fastq-dump parallel-fastq-dump参数如下 (...
parallel-fastq-dump是一个大坑 用conda安装时它并没有注明是依赖于python3.6 但它会把anaconda默认python版本为3.6,无论是3.7还是2.7 且它不管以你是自己的环境还是公共的环境,都会升级 你不得不重装anaconda
即使您已经拥有更快的资源(网络,IO,CPU),即使您已经下载了sra文件,NCBI fastq-dump有时也会非常慢。 该工具通过将工作划分为多个线程来加快过程。 这是可能的,因为fastq-dump具有选项( -N和-X )来查询fastq-dump文件的特定范围,此工具的工作方式是将工作划分为请求的线程数,并行运行多个fastq-dump并连接结果返回...
首先,介绍parallel-fastq-dump的基本信息。其使用依赖于fastq-dump,需预先安装sra-tools。在测试处理450MB的单端测序SRA文件时,执行:fastq-dump(gzip模式):耗时8m35sfasterq-dump:无--gzip选项,结合多线程压缩工具pigz,耗时2m14sparallel-fastq-dump(gzip模式):耗时1m1s接着,测试2.6GB的10X...
parallel-fastq-dump マルチコアでfastq-dumpを実行できるラッパーです。 本家はpythonですがinutanoさんがbashで実装しています。 pfastq-dumpの実行にはsra-toolsのfastq-dumpとsra-statのパスを通しておく必要があります。 git clone http://github.com/inutano/pfastq-dump ...
NCBIfastq-dumpcan be very slow sometimes, even if you have the resources (network, IO, CPU) to go faster, even if you already downloaded the sra file (see the protip below). This tool speeds up the process by dividing the work into multiple threads. ...
[ Zdroj:parallel-fastq-dump] Balík: parallel-fastq-dump (0.6.7-3) [universe] Odkazy pre parallel-fastq-dump Podobné balíky: parallel fastq-dump wrapper závisí odporúča navrhuje enhances python3 interactive high-level object-oriented language (default python3 version) ...
fastq-dump sra-stat Usage Basic usage: $ pfastq-dump -t <number of threads> [options] <path to .sra file> [<path> ...] It is strongly recommended here as well that the.sradata should be downloaded via aspera-connect/ftp/prefetch command, not by fastq-dump. ...