ソースを参照

更新 'tasks/CNVkit.wdl'

master
meng 2年前
コミット
b80d54d7c7
1個のファイルの変更1行の追加4行の削除
  1. +1
    -4
      tasks/CNVkit.wdl

+ 1
- 4
tasks/CNVkit.wdl ファイルの表示

@@ -104,12 +104,9 @@ task cnvkit{
#gain and loss
cat ${sample}.call.cns | awk -v OFS='\t' '{ if ($6 > 2) print $0, "gain"; else if ($6 < 2) print $0, "loss"; else print $0 }' > ${sample}.call.cns.bed
cat ${sample}.call.cns > ${sample}.call.cns.bed

ls ./

tar cvf ${sample}.tar ${sample}*

>>>

読み込み中…
キャンセル
保存