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

Commit b3726bc

Browse files
committed
Merge branch 'pRESTO' of github.com:common-workflow-language/workflows into pRESTO
2 parents c81b0b7 + e8d3640 commit b3726bc

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

tools/pRESTO/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*
1+
*.cwl

tools/pRESTO/MaskPrimers.py.cwl

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ description: |
2828
the --barcode flag is specified.
2929
3030
requirements:
31+
- import: node-engine.cwl
3132
3233
inputs:
3334
- id: "#subcommand"
@@ -79,22 +80,33 @@ inputs:
7980
8081
- id: "#outdir"
8182
type: string
82-
inputBinding:
83-
prefix: "--outdir"
84-
85-
- id: "#pipeline_log"
86-
type: string
83+
default:"outdir"
8784
inputBinding:
8885
prefix: "--outdir"
8986
9087
- id: "#error_log"
9188
type: string
92-
inputBinding:
93-
prefix: "--outdir"
89+
default: "Pipeline.err"
9490
91+
- id: "#pipeline_log"
92+
type: string
93+
default: "Pipeline.log"
9594
9695
outputs:
9796
- id: "#outputs"
98-
type:
97+
type: File
98+
outputBinding:
99+
glob:
100+
engine: "node-engine.cwl"
101+
script: >
102+
$job.outname + '_quality-pass.fastq'
103+
104+
stdout:
105+
engine: cwl:JsonPointer
106+
script: /job/pipeline_log
107+
108+
# stderr:
109+
# engine: cwl:JsonPointer
110+
# script: /job/error_log
99111
100112
# _primers-pass.fastq

tools/test-files/dna.SRR096326.bam

97.7 MB
Binary file not shown.

tools/test-files/rna.SRR948778.bam

96.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)