Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jan 22, 2025
1 parent 28868f2 commit f6a1735
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions example_inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ BC_gatk_sam_to_fastq_output_name_R2: null
BC_picard_addRG_output_file_name: null
BC_picard_fixmate_information_output_file_name: null
UBG_abra2_output_bams: null
UBG_abra2_targets:
class: File
path: /path/to/targetfile
UBG_bwa_mem_output: null
UBG_gatk_merge_bam_alignment_output_file_name: null
UBG_picard_SamToFastq_R1_output_fastq: null
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.4'
__version__ = '3.1.1'
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.1.0
current_version = 3.1.1
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.1.0',
version='3.1.1',
zip_safe=False,
)

0 comments on commit f6a1735

Please sign in to comment.