Przeglądaj źródła

更新 'workflow.wdl'

master
chenqingwang 4 lat temu
rodzic
commit
94a9f2571f
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Wyświetl plik

@@ -42,7 +42,6 @@ workflow {{ project_name }} {
String samtools_cluster
Int insert_size
File lnc_gtf_file
String gtf_dir
String subread_docker
String subread_cluster

@@ -101,7 +100,8 @@ workflow {{ project_name }} {
call featureCounts.featureCounts as featureCounts {
input:
sample_id = sample_id,
bam_file = samtools.out_bam,
bam_file = samtools.out_bam,
lnc_gtf_file = lnc_gtf_file,
docker = subread_docker,
cluster = subread_cluster
}

Ładowanie…
Anuluj
Zapisz