Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Nov 23, 2021
2 parents c9bcc41 + 06767e6 commit e55c072
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion command_line_tools
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/msk-access/uncollapsed_bam_generation',
version='1.1.0',
version='1.2.0',
zip_safe=False,
)
16 changes: 14 additions & 2 deletions uncollapsed_bam_generation.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,18 @@ inputs:
type: string?
'sbg:x': 0
'sbg:y': 3310.703125
- id: maximum_read_length
- id: fastp_maximum_read_length
type: int?
'sbg:x': 0
'sbg:y': 2135.9375
- id: fastp_max_len_read1
type: int?
'sbg:x': 1773.6907958984375
'sbg:y': 3302.252197265625
- id: fastp_max_len_read2
type: int?
'sbg:x': 1686.5479736328125
'sbg:y': 3223.680908203125
outputs:
- id: gatk_sam_to_fastq_unpaired_fastq
outputSource:
Expand Down Expand Up @@ -600,7 +608,11 @@ steps:
- id: minimum_read_length
source: fastp_minimum_read_length
- id: maximum_read_length
source: maximum_read_length
source: fastp_maximum_read_length
- id: max_len_read1
source: fastp_max_len_read1
- id: max_len_read2
source: fastp_max_len_read2
- id: json_output_path
source: fastp_json_output_file_name
- id: html_output_path
Expand Down

0 comments on commit e55c072

Please sign in to comment.