Added missing Python venv to test artifact.

This commit is contained in:
antux18 2024-08-22 19:00:36 +02:00
parent be05d8d70a
commit 0c281e1051
2 changed files with 3 additions and 7 deletions

View File

@ -9,5 +9,8 @@
package_managers = [ "dpkg", "pip" ],
misc_packages = [
{ name = "mpkg1", url = "http://127.0.0.1/package1.zip" }
],
python_venvs = [
{ path = "/prog" }
]
}

View File

@ -1,7 +0,0 @@
#!/bin/bash
DATE=$(date +%Y%m%d)
rm -f blacklists/$DATE.csv
rm -rf outputs
snakemake --cores 4