sh Grep丰度SGE

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Grep丰度SGE相关的知识,希望对你有一定的参考价值。

#!/bin/bash
for SGE_TASK_ID in {1..242}; do
echo $SGE_TASK_ID
tail -n+${SGE_TASK_ID} tasks_sge-abun.txt | head -n1 > tmp.${SGE_TASK_ID}

chmod +x tmp.${SGE_TASK_ID}

#./tmp.${SGE_TASK_ID}

#rm tmp.${SGE_TASK_ID}

done
for i in TARA_*; do echo "LC_ALL=C grep -F -f <(zcat \"${i}/${i}.kegg_20140317.gz\" | cut -f1 -d ',' ) \"/bioinf/projects/megx/TARA/assemblies/mapping/${i}-mapping/${i}.orf-coverage.txt\" | gzip -1c > \"${i}/${i}.kegg_20140317.abundance.tsv.gz\""; done > tasks_sge-abun.txt
sh sge.sh
~/opt/parallel/bin/parallel --bar -j 16 ./{} ::: tmp.*

以上是关于sh Grep丰度SGE的主要内容,如果未能解决你的问题,请参考以下文章

sge的简单的应用

sh 来自https://web.njit.edu/topics/HPC/basement/sge/SGE.html的Sun Grid Engine作业脚本示例

集群任务管理系统SGE的简明教程

SGE作业调度系统的简单理解

SGE常用命令

SGE常用命令