From b182a3c26fcc0cf501c45c9072697d9ab3371ea3 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Wed, 2 Oct 2024 15:33:58 +0200 Subject: [PATCH] Fix typo --- bidscoin/plugins/nibabel2bids.py | 2 +- release_procedure.rst | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bidscoin/plugins/nibabel2bids.py b/bidscoin/plugins/nibabel2bids.py index 6d158df7..37a76a04 100644 --- a/bidscoin/plugins/nibabel2bids.py +++ b/bidscoin/plugins/nibabel2bids.py @@ -184,7 +184,7 @@ def bidscoiner_plugin(session: Path, bidsmap: BidsMap, bidsses: Path) -> None: # Check if we should ignore this run if run.datatype in bidsmap.options['ignoretypes']: LOGGER.info(f"--> Leaving out: {run.datasource}") - bids.bidsprov(bidsses, sourcefile, run) # Write out empty provenance loggin data + bids.bidsprov(bidsses, sourcefile, run) # Write out empty provenance logging data continue # Check if we already know this run diff --git a/release_procedure.rst b/release_procedure.rst index 28ec6ff1..18b9aeb9 100644 --- a/release_procedure.rst +++ b/release_procedure.rst @@ -42,10 +42,6 @@ DCCN deployment VERSION="4.4.0" cp -r /opt/bidscoin/dev /opt/bidscoin/$VERSION - cd /opt/bidscoin/$VERSION - for TEMPLATE in bidscoin/heuristics/*.yaml; do - sed -i 's/command: dcm2niix/command: module add dcm2niix; dcm2niix/' $TEMPLATE - done cd /opt/_modules/bidscoin ln -s .common $VERSION vi .version