Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Merge branch 'pRESTO' of github.com:common-workflow-language/workflow…
Browse files Browse the repository at this point in the history
…s into pRESTO
  • Loading branch information
mr-c committed Dec 9, 2015
2 parents 33a09ad + f4e2514 commit 1b628c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/pRESTO/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*
*.cwl
28 changes: 20 additions & 8 deletions tools/pRESTO/MaskPrimers.py.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ description: |
the --barcode flag is specified.
requirements:
- import: node-engine.cwl
inputs:
- id: "#subcommand"
Expand Down Expand Up @@ -79,22 +80,33 @@ inputs:
- id: "#outdir"
type: string
inputBinding:
prefix: "--outdir"
- id: "#pipeline_log"
type: string
default:"outdir"
inputBinding:
prefix: "--outdir"
- id: "#error_log"
type: string
inputBinding:
prefix: "--outdir"
default: "Pipeline.err"
- id: "#pipeline_log"
type: string
default: "Pipeline.log"
outputs:
- id: "#outputs"
type:
type: File
outputBinding:
glob:
engine: "node-engine.cwl"
script: >
$job.outname + '_quality-pass.fastq'
stdout:
engine: cwl:JsonPointer
script: /job/pipeline_log
# stderr:
# engine: cwl:JsonPointer
# script: /job/error_log
# _primers-pass.fastq

0 comments on commit 1b628c6

Please sign in to comment.