Skip to content

Commit 4a63837

Browse files
committed
Minor tweaks
1 parent 20c87c3 commit 4a63837

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

docs/options.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ These setting can be used by all the BIDScoin tools:
2424
- ``unknowntypes``: Datatypes that are not part of BIDS but that are converted to a BIDS-like entries in the BIDS folder
2525
- ``ignoretypes``: Datatypes that are excluded/not converted"""
2626
- ``anon``: Set this anonymization flag to 'y' to round off age and to discard acquisition date from the metadata
27+
- ``stripsuffix``: Strips off the suffix from bids-values (to reduce redundancy within filenames)
2728
- ``unzip``: Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data. Use for instance '\*.tar.gz' if your source data looks like ``sub-01\01_MPRAGE\dcmfiles.tar.gz``, etc
2829

2930
The core working of BIDScoin and its plugins can be tested by clicking the corresponding [Test] button and inspection of the terminal output.

docs/workflow.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ Here is how to run the bidsmapper command:
8989

9090
::
9191

92-
examples:
93-
bidsmapper myproject/raw myproject/bids
94-
bidsmapper myproject/raw myproject/bids -t bidsmap_custom # Uses a template bidsmap of choice
95-
bidsmapper myproject/raw myproject/bids -p nibabel2bids # Uses a plugin of choice
96-
bidsmapper myproject/raw myproject/bids -n patient- -m '*' # Handles DICOMDIR datasets
97-
bidsmapper myproject/raw myproject/bids -u '*.tar.gz' # Unzip tarball source files
92+
examples:
93+
bidsmapper myproject/raw myproject/bids
94+
bidsmapper myproject/raw myproject/bids -t bidsmap_custom # Uses a template bidsmap of choice
95+
bidsmapper myproject/raw myproject/bids -p nibabel2bids # Uses a plugin of choice
96+
bidsmapper myproject/raw myproject/bids -n patient- -m '*' # Handles DICOMDIR datasets
97+
bidsmapper myproject/raw myproject/bids -u '*.tar.gz' # Unzip tarball source files
9898

9999
After the source data has been scanned, the bidsmapper will automatically launch `step 1b <#step-1b-running-the-bidseditor>`__ to let the user check and edit the automatically generated study bidsmap. For a fully automated workflow users can skip this interactive step using the ``-i`` option (see above).
100100

release_procedure.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This document describes how to prepare a new BIDScoin release from within the DC
1414
tox
1515
conda deactivate
1616
module load bidscoin/dev
17-
source activate /opt/bidscoin
1817
bidscoin -t
1918
# Perform integration tests from the command line and PyCharm
2019

@@ -41,7 +40,7 @@ DCCN deployment
4140

4241
1. Copy the dev folder, update the bidsmaps and module::
4342

44-
VERSION="4.6.1"
43+
VERSION="4.6.2"
4544
cp -r /opt/bidscoin/dev /opt/bidscoin/$VERSION
4645
cd /opt/_modules/bidscoin
4746
ln -s .common $VERSION
@@ -50,10 +49,8 @@ DCCN deployment
5049
3. Run a test::
5150

5251
module load bidscoin
53-
source activate /opt/bidscoin
5452
bidscoin -v
5553
bidscoin -t
56-
conda deactivate
5754

5855
4. Post a release message on the MM data management channel
5956

@@ -68,7 +65,7 @@ Neurodesk
6865
1. Pull and edit the bidscoin neurocontainer in a separate release branch
6966
2. In the VM, build and test a neurodocker image::
7067

71-
VERSION="4.6.1"
68+
VERSION="4.6.2"
7269
cd ~/PycharmProjects/neurocontainers/recipes/bidscoin
7370
conda activate neurodocker
7471
./build.sh -ds

0 commit comments

Comments
 (0)