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
1 parent
e44a7a9
commit 72eba55
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -15,9 +15,9 @@ | |
# ---------------------------------------- | ||
|
||
PLUGIN_NAME="$(basename $(dirname $(realpath $0)))" # name of current directory | ||
PLUGIN_TITLE='My ChRIS Plugin' | ||
SCRIPT_NAME='commandname' | ||
DESCRIPTION='A ChRIS plugin to do something awesome' | ||
PLUGIN_TITLE='Surface Data Registration' | ||
SCRIPT_NAME='bsr2' | ||
DESCRIPTION='ChRIS plugin wrapper for bestsurfreg.pl and surface-resample' | ||
ORGANIZATION='FNNDSC' | ||
EMAIL='[email protected]' | ||
|
||
|
@@ -46,7 +46,7 @@ ENABLE_ACTIONS_BUILD=yes | |
# STEP 2. Uncomment the line where it says READY=yes | ||
# ---------------------------------------- | ||
|
||
#READY=yes | ||
READY=yes | ||
|
||
# ---------------------------------------- | ||
# STEP 3. Run: ./bootstrap.sh | ||
|