Skip to content

Commit

Permalink
add .bidsignore with /tmp_dcm2bids
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay committed Jun 21, 2023
1 parent a38dc1d commit fe4afd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dcm2bids/cli/dcm2bids_scaffold.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ def main():
write_txt(opj(args.output_dir, "participants.tsv"),
bids_starter_kit.participants_tsv)

# .bidsignore
write_txt(opj(args.output_dir, ".bidsignore"),
"/tmp_dcm2bids")

# README
try:
run_shell_command(['wget', '-q', '-O', opj(args.output_dir, "README"),
Expand Down

0 comments on commit fe4afd9

Please sign in to comment.