美文网首页
(ERR): hisat2-align died with si

(ERR): hisat2-align died with si

作者: 佳名 | 来源:发表于2024-11-08 12:03 被阅读0次

运行命令

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.

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

相关文章

  • error: git upload-pack: git-pack

    问题 error: git upload-pack: git-pack-objects died with err...

  • 艾米丽•迪金森

    I Died for Beauty(Emily Dickinson) I died for beauty but ...

  • 2019-08-25 名言翻译

    Most persons have died before they expire—died to all ear...

  • 《不能承受的生命之轻》P22-1

    The third dream was died after things. She died in a huge...

  • npm install 报错

    npm ERR! code ETIMEDOUTnpm ERR! errno ETIMEDOUTnpm ERR! n...

  • ago与before的用法区别

    错误:His father died four years before.正确:His father died f...

  • Karen died

    这一周之内,我摔过二十三次手机,想关机,想睡觉,想跟朋友吃个饭。终了,什么也做不到。 1 一年多没联系的阿N先生,...

  • Yiran Died

    Open my QQ,Yiran has already died today. Yesterday I redF...

  • No作No died

    现在的年轻人太能作! 首先是感情。没事儿好好的谈个恋爱,结婚不是挺好的吗?人类繁衍生息到如今,谁也逃不了这个围城,...

  • if I died

    If my tears turn to a sea of pain. I will see my eyes tur...

网友评论

      本文标题:(ERR): hisat2-align died with si

      本文链接:https://www.haomeiwen.com/subject/vrufjjtx.html