-
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.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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,8 +16,8 @@ maintainer3.email="[email protected]" | |
|
||
#copy the reference genome to pre-compute our index | ||
|
||
tbdb_version="a5e1d48" | ||
tbprofiler_version="6.2.1" | ||
tbdb_version=a5e1d48 | ||
tbprofiler_version=6.2.1 | ||
TMPDIR="." | ||
|
||
#USER root | ||
|
@@ -69,7 +69,8 @@ cd /data | |
tb-profiler update_tbdb --match_ref /data/tuberculosis.fasta --commit ${TBDB_VER} | ||
|
||
%environment | ||
export tbdb_version="a5e1d48" | ||
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}" | ||
|