-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
81 additions
and
66 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ The command line tools are located in docs/web_services/examples, and they are m | |
|
||
Example: | ||
|
||
``` | ||
``` | ||
get_gff3.groovy -organism Amel_4.5 -username [email protected] -password admin_password -url http://localhost:8080/apollo > my output.gff3 | ||
``` | ||
|
||
|
@@ -27,7 +27,7 @@ The -username and -password refer to the admin user, and they can also be specif | |
|
||
Example: | ||
|
||
``` | ||
``` | ||
add_users.groovy -username [email protected] -password admin_password -newuser [email protected] -newpassword newuserpass -destinationurl http://localhost:8080/apollo | ||
``` | ||
|
||
|
@@ -40,7 +40,7 @@ A list of users specified in a csv file can also be used as input. | |
|
||
Example: | ||
|
||
``` | ||
``` | ||
add_organism.groovy -name yeast -url http://localhost:8080/apollo/ -directory /opt/apollo/yeast -username [email protected] -password admin_password | ||
``` | ||
|
||
|
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
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.