Sfoglia il codice sorgente

更新 'workflow.wdl'

tags/v0.0.1
chenqingwang 4 anni fa
parent
commit
548fb26573
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      workflow.wdl

+ 1
- 2
workflow.wdl Vedi File

@@ -5,7 +5,6 @@ import "./tasks/spladder.wdl" as spladder
workflow {{ project_name }} {
String sample_id
File bam_file
String bam_id=basename(bam_file)
File reference_gtf_file

@@ -27,7 +26,7 @@ workflow {{ project_name }} {
input:
reference_gtf_file = reference_gtf_file,
sample_id = sample_id,
bam_file = samtools.bam,
bam = samtools.bam,
docker = spladder_docker,
cluster = spladder_cluster,
disk_size = disk_size

Loading…
Annulla
Salva