Skip to content

Commit

Permalink
Set use_work_dir_as_temp to true when running at the Sanger
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Jan 5, 2024
1 parent db5c8b9 commit 5e76463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanger_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
parameters: |
{
"outdir": "${{ secrets.TOWER_WORKDIR_PARENT }}/results/${{ github.repository }}/results-${{ github.sha }}",
"use_work_dir_as_temp": true,
}
profiles: test,sanger,singularity,cleanup

Expand Down
3 changes: 3 additions & 0 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ params {

// Fasta references
fasta = "/lustre/scratch124/tol/projects/darwin/data/insects/Polyommatus_icarus/assembly/release/ilPolIcar1.1/insdc/GCA_937595015.1.fasta.gz"

// Need to be set to avoid overfilling /tmp
use_work_dir_as_temp = true
}

0 comments on commit 5e76463

Please sign in to comment.