Browse Source

更新 'tasks/rmats.wdl'

tags/v4.1.1
shangerfei 4 years ago
parent
commit
4c9ad77de1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      tasks/rmats.wdl

+ 3
- 3
tasks/rmats.wdl View File

@@ -1,9 +1,9 @@
task rmats {
String sample_id
File b1_txt_file ## 阿里云不能直接读取txt内容,要建立阿里云和服务器的联系(read_csv)
Array[Array[File]] b1_txt = read_csv(b1_txt_file)
File b1_txt_file ## 阿里云不能直接读取txt内容
Array[Array[File]] b1_txt = read_tsv(b1_txt_file)
File b2_txt_file
Array[Array[File]] b2_txt = read_csv(b2_txt_file)
Array[Array[File]] b2_txt = read_tsv(b2_txt_file)
File reference_gtf_file


Loading…
Cancel
Save