-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from Pathogen-Genomics-Cymru/version-fix
Version fix
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 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 |
---|---|---|
|
@@ -16,6 +16,10 @@ maintainer3.email="[email protected]" | |
|
||
#copy the reference genome to pre-compute our index | ||
|
||
tbdb_version=a5e1d48 | ||
tbprofiler_version=6.2.1 | ||
TMPDIR="." | ||
|
||
#USER root | ||
mkdir -p / | ||
cd / | ||
|
@@ -64,13 +68,12 @@ cd /data | |
#wants full path to reference | ||
tb-profiler update_tbdb --match_ref /data/tuberculosis.fasta --commit ${TBDB_VER} | ||
|
||
#set tmpdir to current working directory so we don't write to filesystem | ||
TMPDIR="." | ||
%environment | ||
export tbdb_version=a5e1d48 | ||
export tbprofiler_version=6.2.1 | ||
export TMPDIR="/data" | ||
export MAMBA_ROOT_PREFIX="/opt/conda" | ||
export PATH="/opt/conda/bin:${PATH}" | ||
export TMPDIR="." | ||
%runscript | ||
cd /data | ||
exec /bin/bash "$@" | ||
|