generated from Sage-Bionetworks/RNASeq-CWLTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwf-cellranger.cwl
62 lines (62 loc) · 1.37 KB
/
wf-cellranger.cwl
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
class: Workflow
cwlVersion: v1.0
id: wf_cellranger
label: wf-cellranger
$namespaces:
sbg: 'https://www.sevenbridges.com'
inputs:
- id: sample_csv
type: File
'sbg:x': -193.206298828125
'sbg:y': -361.5
- id: fastq_dir
type: Directory[]
'sbg:x': -697.206298828125
'sbg:y': -173.5
- id: genome_dir
type: Directory
'sbg:x': -705.206298828125
'sbg:y': -299.5
- id: analysis_flag
type: boolean
outputs:
- id: combined_output
outputSource:
- cellranger_aggr/combined_output
type: File
'sbg:x': 151.793701171875
'sbg:y': -193.5
steps:
- id: cellranger_count
in:
- id: fastq_dir
source: fastq_dir
- id: genome_dir
source: genome_dir
- id: analysis_flag
source: analysis_flag
out:
- id: output
scatter: fastq_dir
run: tools/cellranger_count.cwl
label: cellr_count
'sbg:x': -591.203125
'sbg:y': -231.5
- id: cellranger_aggr
in:
- id: molecule_h5
source:
- cellranger_count/output
- id: sample_csv
source: sample_csv
- id: analysis_flag
source: analysis_flag
out:
- id: combined_output
run: tools/cellranger_aggr.cwl
label: cellranger aggr
'sbg:x': 11.793701171875
'sbg:y': -207.5
requirements:
- class: MultipleInputFeatureRequirement
- class: ScatterFeatureRequirement