瀏覽代碼

更新 'tasks/rediscoverte.wdl'

sf
master
biochenglinliu 3 年之前
父節點
當前提交
f6d0c40afe
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      tasks/rediscoverte.wdl

+ 2
- 0
tasks/rediscoverte.wdl 查看文件

@@ -21,6 +21,7 @@ task rediscoverte {
cp -r ${r_annotation} ./
cp /software/REdiscoverTE/a.Rdata ./
/opt/conda/bin/Rscript /software/REdiscoverTE/rollup.R
cp Step_2_salmon_counts/quant.sf ./${sample_id}_quant.sf

>>>
@@ -33,6 +34,7 @@ task rediscoverte {

output {
Array[File] te_result=glob("./Step_4_rollup2/*.RDS")
Array[File] te_quant=glob("./*.sf")
}

}

Loading…
取消
儲存