Skip to content

Commit

Permalink
gpu and fully reproducible are compatible since we fix the seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Nov 6, 2023
1 parent abca15f commit 66a1d52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ if (params.bids && workflow.profile.contains("ABS") && !params.fs){
error "Error ~ --bids parameter cannot be run with Atlas Based Segmentation (ABS) profile"
}

if (workflow.profile.containes("use_gpu") && workflow.profile.containes("fully_reproducible")){
error "Error ~ use_gpu and fully_reproducible are two profiles incompatible"
}

(dwi, gradients, t1, readout_encoding) = in_data
.map{sid, rev_flag, bvals, bvecs, dwi, t1, readout, encoding -> [tuple(sid, rev_flag, dwi),
tuple(sid, rev_flag, bvals, bvecs),
Expand Down

0 comments on commit 66a1d52

Please sign in to comment.