Skip to content

Commit

Permalink
mount home directory on singualrity ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Mar 24, 2024
1 parent b9c6137 commit 0e167b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-bactopia-tool-tests.yml
Expand Up @@ -27,11 +27,11 @@ jobs:
echo "BACTOPIA_WORKSPACE=${GITHUB_WORKSPACE}/${{ github.run_id }}/bactopia" >> $GITHUB_ENV
echo "BACTOPIA_TMP=/data/storage/bactopia-tmp/${{ github.run_id }}" >> $GITHUB_ENV
echo "NXF_SINGULARITY_CACHEDIR=/data/storage/bactopia-ci/envs/singularity" >> $GITHUB_ENV
echo "NXF_SINGULARITY_HOME_MOUNT=true" >> $GITHUB_ENV
echo "SINGULARITY_CACHEDIR=/data/storage/bactopia-ci/envs/singularity" >> $GITHUB_ENV
echo "SINGULARITY_TMPDIR=/data/storage/bactopia-tmp/${{ github.run_id }}/tmp" >> $GITHUB_ENV
echo "TMP=/data/storage/bactopia-tmp/${{ github.run_id }}/tmp" >> $GITHUB_ENV
echo "TMPDIR=/data/storage/bactopia-tmp/${{ github.run_id }}/tmp" >> $GITHUB_ENV
echo "NUMBA_CACHE_DIR=/data/storage/bactopia-tmp/${{ github.run_id }}/tmp" >> $GITHUB_ENV
mkdir -p "/data/storage/bactopia-tmp/${{ github.run_id }}/tmp"
chmod -R 777 "/data/storage/bactopia-tmp/${{ github.run_id }}"
Expand Down
1 change: 0 additions & 1 deletion subworkflows/local/tbprofiler/test.yml
Expand Up @@ -35,4 +35,3 @@
contains: ['locus_tag', 'tbprofiler_version', 'median_depth']
- path: bactopia/test/tools/tbprofiler/test.results.txt
contains: ['gid', 'Analysis']
- path: bactopia/test/tools/tbprofiler/vcf/test.targets.csq.vcf.gz

0 comments on commit 0e167b5

Please sign in to comment.