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
  • 阅读 ( 1285 )
  • 分类:linux

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

654 篇文章

作家榜 »

  1. omicsgene 654 文章
  2. 安生水 325 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. 红橙子 78 文章
  6. CORNERSTONE 72 文章
  7. rzx 67 文章
  8. xun 66 文章