Skip to content

Commit

Permalink
Merge pull request #45 from BD2KGenomics/CWLtarfix
Browse files Browse the repository at this point in the history
Fix to CWL file for tar inputs
  • Loading branch information
wshands authored Jan 12, 2017
2 parents 2ed072d + fad06ba commit 1d00fa2
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docker/rnaseq-cgl-pipeline.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dct:creator:
requirements:
- class: DockerRequirement
dockerPull: "quay.io/ucsc_cgl/rnaseq-cgl-pipeline:3.0.2-1"
dockerPull: "quay.io/ucsc_cgl/rnaseq-cgl-pipeline:3.0.2-2"
hints:
- class: ResourceRequirement
Expand All @@ -53,17 +53,11 @@ hints:
description: "The process requires at least 16G of RAM and we recommend 500GB or storage."
inputs:
#if no tar files are going to be input
#then use
# "sample-tar": [],
#in the parameterized JSON file
sample-tar:
doc: "Absolute path(s) to sample tarballs"
type:
type: array
items: ["null", File]
inputBinding:
prefix: --sample-tar
doc: "Absolute path to sample tarball"
type: File[]?
inputBinding:
prefix: --sample-tar
sample-single:
doc: "Absolute path(s) to unpaired FASTQ files. FASTQ files are comma delimited. Ex: sample1,sample2,sample3,sample4"
Expand Down

0 comments on commit 1d00fa2

Please sign in to comment.