Quellcode durchsuchen

更新 'tasks/rmats.wdl'

tags/v4.1.1
shangerfei vor 4 Jahren
Ursprung
Commit
4c9ad77de1
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      tasks/rmats.wdl

+ 3
- 3
tasks/rmats.wdl Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern