X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/6093cec998ae55174ea6ca1e868be01c302c7294..7bdffd71945b5426581f197a8afc2e2fedbf1bd4:/RNA-Seq/cwl/RNA-seq-wf.cwl diff --git a/RNA-Seq/cwl/RNA-seq-wf.cwl b/RNA-Seq/cwl/RNA-seq-wf.cwl index 555e5e2..cb00e16 100644 --- a/RNA-Seq/cwl/RNA-seq-wf.cwl +++ b/RNA-Seq/cwl/RNA-seq-wf.cwl @@ -3,7 +3,9 @@ class: Workflow label: RNAseq workflow inputs: - fqdir: Directory + fqdir: + type: Directory + loadListing: shallow_listing genome: Directory gtf: File @@ -50,7 +52,3 @@ requirements: SubworkflowFeatureRequirement: {} ScatterFeatureRequirement: {} StepInputExpressionRequirement: {} - -hints: - LoadListingRequirement: - loadListing: shallow_listing