Skip to content

Commit

Permalink
Merge pull request #324 from UNFmontreal/fix_skipdcm2niix
Browse files Browse the repository at this point in the history
[BF] skip_dcm2niix needed dcm2niix
  • Loading branch information
arnaudbore authored Nov 11, 2024
2 parents 7120800 + 6f10c5f commit d29978c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcm2bids/cli/dcm2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def main():
logger.info("Checking for software update")

check_latest("dcm2bids")
check_latest("dcm2niix")
if not args.skip_dcm2niix:
check_latest("dcm2niix")

logger.info(f"participant: {participant.name}")
if participant.session:
Expand Down

0 comments on commit d29978c

Please sign in to comment.