sh 选择带有BGC的MAG

Posted

tags:

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

# Files are in /bioinf/projects/megx/TARA/MAGs/antismash
# We create a folder to store the bgc files
mkdir mags_with_bgcs

# copy the files from TARA_output to mags_with_bgcs and change names

cd TARA_output
find $(pwd) -name '*cluster*gbk' | while read line;do NAM=$(basename $line | cut -f4 -d '.'); NAM1=$(echo $line | cut -f9 -d '/' | sed -e 's/antiSMASH_output//'); NAM3=$NAM1$NAM".gbk"; cp $line ../mags_with_bgcs/${NAM3}; done

以上是关于sh 选择带有BGC的MAG的主要内容,如果未能解决你的问题,请参考以下文章

r BGC boxplot

PHP中GD库的使用

STorM32 BGC三轴云台控制板电机驱动电路设计(驱动芯片DRV8313)

在 Oracle DB 中选择不返回 Date 类型的预期结果

一… Two fuctions … javascript virtualkeyboard

整合CSS 变量及Js 和 Sass 之间共享变量