• 2023-10-04samtools线程数对 sam文件转换为bam文件效率的影响
     001、(base)[b20223040323@admin1batch_test02]$ls##测试sam文件template.slurmtest.sam(base)[b20223040323@admin1batch_test02]$cattemplate.slurm##测试模板#!/bin/bash#SBATCH-Jxxxx#SBATCH-pCnode2##SBATCH-o%j.xxxx.r
  • 2023-08-03slurm 不支持--share 选项-解决方法
    提交脚本含有--share的会报错,反复安装slurm尝试都失败sbatchslurm_scriptsbatch:unrecognizedoption'--share'Try"sbatch--help"formoreinformation 结果是:slurm自从14.0后就不支持share了,改用--oversubscribe,这样就允许一个节点同
  • 2023-08-01linux sbatch 提交jupyter
    点击查看代码#!/bin/bash#SBATCH-pBatch2#SBATCH-N1#SBATCH-n1#SBATCH-c1#SBATCH--job-name=jupyter#SBATCH--output=jupy.out#SBATCH--error=jupy.err#SBATCH--parsableport=8003ip=`ifconfig|grep-m1inet|awk'{print$2}'`jup