Skip to content

Commit

Permalink
Merge branch 'release/3.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Nov 23, 2021
2 parents be63771 + 6bcec41 commit 8e98296
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nucleo.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,10 @@ steps:
default: 'true'
source: fgbio_async_io
- id: fastp_max_len_read1
default: 101
default: 95
source: fastp_max_len_read1
- id: fastp_max_len_read2
default: 101
default: 95
source: fastp_max_len_read2
out:
- id: gatk_sam_to_fastq_unpaired_fastq
Expand Down
2 changes: 1 addition & 1 deletion nucleo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Ronak Shah"""
__email__ = 'rons.shah@gmail.com'
__version__ = '3.0.3'
__version__ = '3.0.4'
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 = 3.0.3
current_version = 3.0.4
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/nucleo',
version='3.0.3',
version='3.0.4',
zip_safe=False,
)

0 comments on commit 8e98296

Please sign in to comment.