Skip to content

Commit

Permalink
Merge pull request #46 from arnaudbore/answer_issue_41
Browse files Browse the repository at this point in the history
Answer issue 41
  • Loading branch information
AlexVCaron authored Nov 21, 2024
2 parents 67d2556 + 18273a2 commit 1126bd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions modules/nf-neuro/betcrop/cropvolume/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ process BETCROP_CROPVOLUME {
touch ${prefix}_${suffix}.nii.gz
if task.ext.output_bbox
do
touch ${prefix}_${suffix}_bbox.pkl
done
cat <<-END_VERSIONS > versions.yml
"${task.process}":
scilpy: \$(pip list | grep scilpy | tr -s ' ' | cut -d' ' -f2)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-neuro/preproc/n4/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ process PREPROC_N4 {
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${meta.id}"
"""
N4BiasFieldCorrection.py -h
scil_dwi_apply_bias_field -h
N4BiasFieldCorrection -h
scil_dwi_apply_bias_field.py -h
touch ${prefix}__image_n4.nii.gz
Expand Down

0 comments on commit 1126bd5

Please sign in to comment.