-
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.
Upgrade default sequenceserver and blast version (#7)
* Upgrade default sequenceserver version to 2.0.0 * Upgrade default blast version to 2.12.0 * Add variable for the path to the log file * Fix regexp to change the logo and the title * Molecule test: add tasks to display logs
- Loading branch information
1 parent
88dbfbb
commit f44b227
Showing
8 changed files
with
19 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
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 |
---|---|---|
|
@@ -10,3 +10,5 @@ | |
# yamllint disable-line rule:braces | ||
- { name: 'my_db', port: '4567', path: '/tmp/test-data' } | ||
sequenceserver_top_web_page_html_path: "/tmp/top_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ channels: | |
- bioconda | ||
- defaults | ||
dependencies: | ||
- blast=2.9.0 | ||
- blast=2.12.0 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
if $programname == 'sequenceserver' then /var/log/sequenceserver/sequenceserver.log | ||
if $programname == 'scl' then /var/log/sequenceserver/sequenceserver.log | ||
if $programname == 'sequenceserver' then {{ sequenceserver_log_file }} | ||
if $programname == 'scl' then {{ sequenceserver_log_file }} | ||
& stop |
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