-
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.
updated: spades from 3.15.3 to 3.15.5 (fix ablab/spades#873)
- Loading branch information
1 parent
c1502a9
commit aa19a92
Showing
6 changed files
with
18 additions
and
17 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,3 +1,4 @@ | ||
/target/ | ||
/dependency-reduced-pom.xml | ||
/magset-1.3.0.simg | ||
tests/ |
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,10 +1,10 @@ | ||
#To build the code and generate new docker image: | ||
./build.sh fsanchez/magset:1.5.0 | ||
./build.sh fsanchez/magset:1.5.1 | ||
|
||
#to update the remote image: | ||
#docker push fsanchez/magset:1.5.0 | ||
#docker push fsanchez/magset:1.5.1 | ||
|
||
(beta) | ||
#To generate the singularity image, please execute: | ||
singularity pull docker://fsanchez/magset:1.5.0 | ||
singularity pull docker://fsanchez/magset:1.5.1 | ||
|
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,7 +1,7 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
version=1.5.0 | ||
version=1.5.1 | ||
|
||
function prop { | ||
grep "^${1}" ${file}|cut -d'=' -f2 | ||
|
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