Skip to content

Commit 3ed28ea

Browse files
committed
Merge branch 'release/0.3.2'
2 parents 616b0e3 + a7a836b commit 3ed28ea

6 files changed

Lines changed: 25 additions & 12 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

cwl_subworkflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """msk-access"""
66
__email__ = 'msk-access@gmail.com'
7-
__version__ = '0.3.1'
7+
__version__ = '0.3.2'

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.2
33
commit = True
44
tag = True
55

@@ -18,7 +18,6 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
2221
test = pytest
2322

2423
[tool:pytest]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite='tests',
3838
tests_require=test_requirements,
3939
url='https://github.com/rhshah/cwl_subworkflows',
40-
version='0.3.1',
40+
version='0.3.2',
4141
zip_safe=False,
4242
)

0 commit comments

Comments
 (0)