跳转至

应用性能测试

集群主要有2种CPU,arm 128核;intel,64核,型号为 8358P。

hifiasm

hifi+ont+hic 组装

$ module load arm/hifiasm/0.19.9
$ time hifiasm -o ath.asm -t 128 --ul CRR302667.fastq.gz --ul-cut 500 --h1 CRR302669_R1.fastq.gz --h2 CRR302669_R2.fastq.gz CRR302668.fastq.gz
CPU核数运行时间(sec)cputime最大内存(MB)
arm12859796614457377027
intel 8358P64115400662042865546

hifi 组装

$ module load arm/hifiasm/0.19.9
$ time hifiasm -o ath.asm -t 128  CRR302668.fastq.gz
CPU核数运行时间(sec)cputime最大内存(MB)
arm162849743020241591
intel 8358P162668940096343061

BWA

$ module load arm/bwa/0.7.18 arm/samtools/1.21
$ bwa mem -t 128 -R '@RG\tID:test146\tPL:illumina\tLB:library\tSM:humen146' hg38.fa ERR194146_1.fastq.gz ERR194146_2.fastq.gz |samtools sort -@ 128 -o $ERR194146_srt.bam"
CPU核数运行运行时间(sec)cputime最大内存(MB)
arm163408251978966291
arm1287136602206259437
intel 8358P162899945831666132
intel 8358P6410123510047129309

hisat2

$ module load  arm/hisat/2.1.0 arm/samtools/1.21
$ time hisat2 -p ${thread} -x genome -1 sample_1.fq.gz -2 sample_2.fq.gz | samtools sort -@${thread} -o sample.sorted.bam
CPU核数运行时间(sec)cputime最大内存(MB)
arm128378359723351
arm16371349917031
intel 8358P644992916423153
intel 8358P16288426217070

GATK HaplotypeCaller

$ module load arm/gatk/4.6.0.0
$ gatk HaplotypeCaller --native-pair-hmm-threads $thread -R hg38.fa -L chr20 -I ERR194146_sort_redup.bam -O ERR194146_chr20_arm.vcf.gz
CPU核数运行时间(sec)cputime最大内存(MB)
arm12814458145031938
intel 8358P641181262891851

vg

$ module load arm/vg/1.60.0
$ time vg giraffe -p -t $thread -Z ref.giraffe.gbz -d ref.dist -m ref.min -f sampleid_clean_1.fq.gz -f sampleid_clean_2.fq.gz > sampleid.gam
CPU核数运行时间(sec)cputime最大内存(MB)
arm128222258899771
arm161243202845313
intel 8358P64327196877018
intel 8358P16996162605312

STAR

$ module load  arm/star/2.7.11b arm/samtools/1.21
$ STAR     --genomeDir star_index/      --runThreadN 128    --readFilesIn CRR232282_f1.fastq.gz CRR232282_r2.fastq.gz     --readFilesCommand zcat     --outFileNamePrefix CRR232282     --outSAMtype BAM SortedByCoordinate     --outBAMsortingThreadN $128
CPU核数运行时间(sec)cputime最大内存(MB)
arm128219442439745
arm16280417623199
intel 8358P64154485230225
intel 8358P16314476823141

megahit

$ module load arm/megahit/1.2.9
$ megahit -1 sampleid_clean_R1.fq.gz -2 sampleid_clean_R2.fq.gz -o out  --presets meta-large --no-mercy --kmin-1pass -t 128
CPU核数运行时间(sec)cputime最大内存(MB)
arm12848623457526369953
intel 8358P6461315336280570090

minimap2

$ module load arm/minimap2/2.28  arm/samtools/1.21 
$ minimap2 -ax map-pb -t 128 MH63.fa MH63WGS_all_subreads.fasta.gz |samtools sort -@128 -o MH63WGS_all_subreads.bam
CPU核数运行时间(sec)cputime最大内存(MB)
arm1283713222289353
arm1619743165423143
intel 8358P644522526672995
intel 8358P1614082271323402
本文阅读量  次
本站总访问量  次