Skip to content

Commit

Permalink
ANTs Registration requires more memory for Breast.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jul 19, 2017
1 parent 948b26c commit 5469316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/conf/registration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ output_affine_transform = initial_xform.mat
#
# * The Nipype antsRegistrationBuildTemplate example
##
plugin_args = {'qsub_args': '-pe smp 8-12 -l h_rt=08:00:00,mf=500M,h_vmem=2G', 'overwrite': True}
plugin_args = {'qsub_args': '-pe smp 4-12 -l h_rt=08:00:00,mf=1G,h_vmem=4G', 'overwrite': True}
num_threads = 4
float = False
transforms = [Rigid, Affine, SyN]
Expand Down

0 comments on commit 5469316

Please sign in to comment.