Skip to content

Commit 74074cc

Browse files
authored
Merge pull request #86 from msk-access/feature/picard_expose_tmpdir
Feature/picard expose tmpdir
2 parents 29993d4 + 3fac429 commit 74074cc

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

abra_fx.cwl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ inputs:
7070
label: abra_number_of_threads
7171
'sbg:x': 535.44482421875
7272
'sbg:y': 314.0636291503906
73+
- id: temporary_directory
74+
type: string?
75+
label: picard_fix_mate_information_1.96_tmpdir
76+
'sbg:x': 1001.1474609375
77+
'sbg:y': 574.1583251953125
7378
outputs:
7479
- id: abra_fx_bam
7580
outputSource:
@@ -152,6 +157,8 @@ steps:
152157
in:
153158
- id: input
154159
source: abra2_2_18/realigned_bam
160+
- id: temporary_directory
161+
source: temporary_directory
155162
out:
156163
- id: bam
157164
run: >-

alignment.cwl

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ inputs:
4141
type: boolean?
4242
'sbg:x': 319.171875
4343
'sbg:y': 560.5
44-
- id: read_group_sequnecing_center
45-
type: string
46-
'sbg:x': 0
47-
'sbg:y': 321
4844
- id: read_group_sequencing_platform
4945
type: string
5046
'sbg:x': 0
@@ -58,7 +54,7 @@ inputs:
5854
'sbg:x': 0
5955
'sbg:y': 642
6056
- id: read_group_library
61-
type: int
57+
type: string
6258
'sbg:x': 0
6359
'sbg:y': 749
6460
- id: output_file_name
@@ -69,6 +65,15 @@ inputs:
6965
type: string?
7066
'sbg:x': 0
7167
'sbg:y': 1070
68+
- id: read_group_sequencing_center
69+
type: string
70+
'sbg:x': 5.036951541900635
71+
'sbg:y': 326.5912170410156
72+
- id: temporary_directory
73+
type: string?
74+
label: picard_add_or_replace_read_group_1.96_tmpdir
75+
'sbg:x': 3.3808727264404297
76+
'sbg:y': -127.21382141113281
7277
outputs:
7378
- id: bam
7479
outputSource:
@@ -108,8 +113,8 @@ steps:
108113
source: sort_order
109114
- id: read_group_identifier
110115
source: read_group_identifier
111-
- id: read_group_sequnecing_center
112-
source: read_group_sequnecing_center
116+
- id: read_group_sequencing_center
117+
source: read_group_sequencing_center
113118
- id: read_group_library
114119
source: read_group_library
115120
- id: read_group_platform_unit
@@ -120,6 +125,8 @@ steps:
120125
source: read_group_sequencing_platform
121126
- id: create_bam_index
122127
source: create_bam_index
128+
- id: temporary_directory
129+
source: temporary_directory
123130
out:
124131
- id: bam
125132
run: >-

command_line_tools

Submodule command_line_tools updated 47 files

0 commit comments

Comments
 (0)