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
tiantian.lei
committed
Sep 5, 2024
1 parent
d3b89ec
commit 4a83000
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='Coneme' | ||
SCRIPT_NAME='coneme' | ||
DESCRIPTION='A ChRIS plugin to compute network measures' | ||
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 | ||
|