Skip to content

Commit

Permalink
Merge pull request #8 from arovai/main
Browse files Browse the repository at this point in the history
issue #6
  • Loading branch information
arovai authored Dec 10, 2024
2 parents b61dc05 + 5e4cf59 commit 20e44f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.23
2.0.26
1 change: 1 addition & 0 deletions cvrmap/utils/io_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def get_melodic_mixing(bids_filter, layout):
_bids_filter = bids_filter.copy()
_bids_filter.update({'desc': 'MELODIC', 'suffix': 'mixing', 'extension': '.tsv'})
_bids_filter.pop('space')
_bids_filter.pop('res')
melodic_mixing = layout.get(**_bids_filter)[0]

return pd.read_csv(melodic_mixing, sep='\t', header=None), melodic_mixing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read_requirements():

setup(
name='cvrmap',
version='2.0.24',
version='2.0.26',
url='https://github.com/ln2t/cvrmap',
author='Antonin Rovai',
author_email='[email protected]',
Expand Down

0 comments on commit 20e44f9

Please sign in to comment.