Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 2, 2024
1 parent 754a7c7 commit b182a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion bidscoin/plugins/nibabel2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions release_procedure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b182a3c

Please sign in to comment.