(ERR): hisat2-align died with signal 13 (PIPE)

运行命令

cd /work/home/acwnw4bl7y/HT22/HT22
source ~/miniconda3/bin/activate
conda activate pyht
ls *1.clean.fq.gz|while read id;
do
hisat2 -t -p 16 -x /work/home/acwnw4bl7y/GRCm39/GRCm39 \
-1 $id -2 ${id%_*}_2.clean.fq.gz \
2>${id%%_*}.hisat2.log \
|samtools sort -@ 16 -o ${id%_*}_ht2p.bam
done
srun: ROUTE: split_hostlist: hl=c09r3n13 tree_width 0
srun: ROUTE: split_hostlist: hl=c09r3n13 tree_width 0
/opt/gridview/slurm/spool/slurmd_c09r3n13/job1078767/slurm_script: line 61: 46809 Exit 1                  hisat2 -t -p 16 -x /work/home/acwnw4bl7y/GRCm39/GRCm39 -1 $id -2 ${id%_*}_2.clean.fq.gz 2> ${id%%_*}.hisat2.log
     46810 Killed                  | samtools sort -@ 16 -o ${id%_*}_ht2p.bam
/opt/gridview/slurm/spool/slurmd_c09r3n13/job1078767/slurm_script: line 61: 51680 Exit 1                  hisat2 -t -p 16 -x /work/home/acwnw4bl7y/GRCm39/GRCm39 -1 $id -2 ${id%_*}_2.clean.fq.gz 2> ${id%%_*}.hisat2.log
     51681 Killed                  | samtools sort -@ 16 -o ${id%_*}_ht2p.bam
slurmstepd: error: Detected 2 oom-kill event(s) in StepId=1078767.batch. Some of your processes may have been killed by the cgroup out-of-memory handler.

原因:提交任务指定的核数和命令里指定的核数不一致。

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容