Explorar el Código

更新 'workflow.wdl'

master
chenqingwang hace 4 años
padre
commit
94a9f2571f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver fichero

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

Cargando…
Cancelar
Guardar