Skip to content

Commit

Permalink
💚 Keep temporary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Dec 18, 2023
1 parent 3099a77 commit 10ebf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: pip install -r tests/requirements.txt

- name: Run test ${{ matrix.tag }}
run: pytest --git-aware --tag ${{ matrix.tag }} --basetemp /tmp/ci tests/tasks
run: pytest --git-aware --tag ${{ matrix.tag }} --kwd --basetemp /tmp/ci tests/tasks

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tasks/clair3/haploid.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ task Clair3Haploid {
runtime {
docker: "docker.io/hkubal/clair3:v1.0.4"
cpu: threads
disks: "local-disk " + disk_size + " HDD"
memory: "8G" # TODO: check if it's enough
disks: "local-disk " + disk_size + " HDD"
}

output {
Expand Down

0 comments on commit 10ebf3f

Please sign in to comment.