-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from PennLINC/enh/mk_output_folder
[ENH] Add an option of creating a sub-folder in `<output_dir>` to zip all derivatives
- Loading branch information
Showing
28 changed files
with
1,512 additions
and
256 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
MSG_NO_ALERT_IN_LOGS = "BABS: No alert message found in log files." | ||
CHECK_MARK = u'\N{check mark}' # can be used by print(CHECK_MARK) | ||
PATH_FS_LICENSE_IN_CONTAINER = "/SGLR/FREESURFER_HOME/license.txt" | ||
|
||
# The upper layer of output folder - BABS expects there are sub-folers in it to zip: | ||
OUTPUT_MAIN_FOLDERNAME = "outputs" | ||
# Placeholder for creating a sub-folder to hold all outputs: | ||
PLACEHOLDER_MK_SUB_OUTPUT_FOLDER = "$TO_CREATE_FOLDER" |
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
Oops, something went wrong.