CoBrALab / antsRegistration-MAGeT

A reimplementation of MAGeTbrain using only ANTs tools.
Other
16 stars 6 forks source link

job name #69

Closed dcoynel closed 7 years ago

dcoynel commented 7 years ago

The naming of the jobs is problematic on a SGE system: it does not accept object names starting with a digit, or including special characters.

This appears to be fixed by replacing L23 of mb.sh from: datetime=$(date -u +%F-%R:%S)

to (for example): datetime=N$(date -u +%F_%H-%M-%S)

gdevenyi commented 7 years ago

Fixed by fac39a861ce200ce329bcee60e53600420e63628

Thanks.