forked from freesurfer/freesurfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add configure-file capability at install
- Loading branch information
Showing
3 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,30 +3,15 @@ | |
# | ||
# recon-all | ||
# | ||
# script to run all of the reconstruction routines | ||
# | ||
# Script to run the entire reconstruction pipline. | ||
# Original Author: Doug Greve | ||
# CVS Revision Info: | ||
# $Author: greve $ | ||
# $Date: 2017/02/08 21:17:33 $ | ||
# $Revision: 1.601 $ | ||
# | ||
# Copyright © 2011-2016 The General Hospital Corporation (Boston, MA) "MGH" | ||
# | ||
# Terms and conditions for use, reproduction, distribution and contribution | ||
# are found in the 'FreeSurfer Software License Agreement' contained | ||
# in the file 'LICENSE' found in the FreeSurfer distribution, and here: | ||
# | ||
# https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferSoftwareLicense | ||
# | ||
# Reporting: [email protected] | ||
# | ||
# Copyright © 2011-2020 The General Hospital Corporation (Boston, MA) "MGH" | ||
# | ||
|
||
# | ||
umask 002; | ||
|
||
set VERSION = '$Id: recon-all,v 1.601 2017/02/08 21:17:33 greve Exp $'; | ||
set VERSION = '@FS_VERSION@'; | ||
set ProgName = `basename $0`; | ||
set inputargs = ($argv); | ||
set subjid = (); | ||
|