-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDockstore.cwl
More file actions
45 lines (36 loc) · 931 Bytes
/
Dockstore.cwl
File metadata and controls
45 lines (36 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0
requirements:
- class: DockerRequirement
dockerPull: bsmnetwork/fastq-split-readgroup-tool:1.1
inputs:
fastq:
type: File
inputBinding:
position: 1
label: A fastq file, or gzipped fastq file.
format: edam:format_1931
prefix:
type: string
inputBinding:
position: 2
label: Output file name prefix, including directory.
outputs:
output:
type: File
outputBinding:
glob: $(inputs.prefix)
baseCommand: ["split-read-group"]
doc: |
Split a fastq file based on read header information.
Usage: split-read-group <fastq> prefix
s:author:
- class: s:Person
s:identifier: http://orcid.org/orcid.org/0000-0001-5729-7376
s:email: mailto:kenneth.daily@sagebionetworks.org
s:name: Kenneth Daily
$namespaces:
s: https://schema.org/
$schemas:
- https://schema.org/docs/schema_org_rdfa.html