③ parallel-fastq-dump(--gzip) 用时:4m2s (处理10x数据的参数与fastq-dump一致,仅用--split-files即可) time(parallel-fastq-dump-t12-O./--split-files--gzip-sSRR7722937.sra) 通过以上测试,可以看到parallel-fastq-dump是处理SRA文件最为快速的!!! 在本例中,调用12线程,parallel-fastq-dump处理SRA文件比...
parallel-fastq-dump直接调用fastq-dump命令,所以使用起来差不多。 示例: parallel-fastq-dump --sra-id SRR2244401 --threads 4 --outdir out/ --split-files --gzip --threads 4设置线程为4 实测parallel-fastq-dump是最快的。 4 10X测序使用的参数 fastq-dump --split-files fasterq-dump --split-files...
fastq-dump(gzip模式):耗时8m35sfasterq-dump:无--gzip选项,结合多线程压缩工具pigz,耗时2m14sparallel-fastq-dump(gzip模式):耗时1m1s接着,测试2.6GB的10X测序SRA文件:fastq-dump(gzip):耗时38m23sfasterq-dump + pigz:耗时11m12sparallel-fastq-dump(gzip):耗时4m2s由此可见,parallel...
使用fastq-dump下载很慢,即使有多个线程,也建议在使用fastq-dump之前使用prefetch来下载目标fastq-dump文件,这样fastq-dump将只需要进行转储。 所有其他参数将直接传递给fastq-dump ,-- --gzip ,-- --split-files和过滤器按预 (0)踩踩(0) 所需:1积分...
parallel-fastq-dump是一个大坑 用conda安装时它并没有注明是依赖于python3.6 但它会把anaconda默认python版本为3.6,无论是3.7还是2.7 且它不管以你是自己的环境还是公共的环境,都会升级 你不得不重装anaconda
parallel-fastq-dump マルチコアでfastq-dumpを実行できるラッパーです。 本家はpythonですがinutanoさんがbashで実装しています。 pfastq-dumpの実行にはsra-toolsのfastq-dumpとsra-statのパスを通しておく必要があります。 git clone http://github.com/inutano/pfastq-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) ...
conda install parallel-fastq-dump this will get you the sra-tools dependency as well. Important: Make sure the sra-tools package being installed is a recent version (>=2.10.0) to guarantee compatibility with NCBI servers, conda might try to install an older version to be compatible with exis...
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. ...