-
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.
- Loading branch information
1 parent
df72d99
commit 5631d6f
Showing
9 changed files
with
79 additions
and
8 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: CI | ||
'on': | ||
pull_request: | ||
# pull_request: | ||
push: | ||
schedule: | ||
- cron: "30 5 3 * *" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,8 @@ | |
sequenceserver_blast_binaries: /usr/local/anaconda/envs/blast/bin | ||
sequenceserver_blast_db: | ||
# yamllint disable-line rule:braces | ||
- { name: 'my_db', port: '4567', path: '/tmp/test-data' } | ||
- { name: 'my_db', port: '4567', path: '/tmp/test-data', placeholders: [{ key: 'key_string', value: 'value1'}, { key: 'key_link', value: '<a href="http://testplaceholder.com">my favorite link</a>'}] } | ||
sequenceserver_top_web_page_html_path: "/tmp/top_web_page.html" | ||
sequenceserver_bottom_web_page_html_path: "/tmp/bottom_web_page.html" | ||
sequenceserver_home_url: "http://myfavoritewebsite.com" | ||
sequenceserver_support_email: "mailto:[email protected]" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div id="bottomsupplementarycontent"> | ||
Render custom string for this database: <%= SequenceServer::Key_string %></br> | ||
Render custom link for this database: <%= SequenceServer::Key_link %></br> | ||
</div> |
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