linux shell并行运行任务

parallel -j 10 <boot.sh #并行运行


seqkit split -p 20 ../../test_data/protein.chr4.s.fasta --out-dir protein.split
for i in {01..20};
do
echo "exonerate --model protein2genome --percent 50 -t ../genome.hardmasked \
   -q  protein.split/*part_0${i}.fasta --showtargetgff yes --showalignment no \
   --score 100 --minintron 20 --maxintron 50000 >exonerate${i}.out ">>cmds.sh
done 
parallel -j 10 <cmds.sh



parallel -j 10 <w.sh
  • 发表于 2021-09-08 15:26
  • 阅读 ( 2316 )
  • 分类:linux

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

759 篇文章

作家榜 »

  1. omicsgene 759 文章
  2. 安生水 370 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. xun 96 文章
  6. rzx 88 文章
  7. 红橙子 81 文章
  8. Ti Amo 76 文章