Ver código fonte

更新 'workflow.wdl'

master
chenqingwang 4 anos atrás
pai
commit
94a9f2571f
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver arquivo

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

Carregando…
Cancelar
Salvar