generated from FNNDSC/python-chrisapp-template
-
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.
Configure python-chrisapp-template/bootstrap.sh
- Loading branch information
Jennings Zhang
authored and
Jennings Zhang
committed
Apr 21, 2022
1 parent
149aab6
commit 31d5d7f
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ | |
# Step 1. Change these values to your liking. | ||
|
||
PLUGIN_NAME="$(basename $(dirname $(realpath $0)))" | ||
PLUGIN_TITLE='My ChRIS Plugin' | ||
SCRIPT_NAME='commandname' | ||
DESCRIPTION='A ChRIS plugin to do something awesome' | ||
PLUGIN_TITLE='MNI Xfm Transformations' | ||
SCRIPT_NAME='xfmwrapper' | ||
DESCRIPTION='A ChRIS plugin to perform XFM transformations on volumes and surfaces' | ||
ORGANIZATION='FNNDSC' | ||
EMAIL='[email protected]' | ||
EMAIL='[email protected]' | ||
|
||
# automatic testing, building, and release | ||
# https://github.com/FNNDSC/cookiecutter-chrisapp/wiki/Automatic-Builds | ||
ENABLE_CI=yes | ||
|
||
# Step 2. Uncomment the line below. | ||
|
||
#READY=yes | ||
READY=yes | ||
|
||
# Step 3. Run: ./bootstrap.sh | ||
|
||
|