Added missing Python venv to test artifact.
This commit is contained in:
parent
be05d8d70a
commit
0c281e1051
@ -9,5 +9,8 @@
|
||||
package_managers = [ "dpkg", "pip" ],
|
||||
misc_packages = [
|
||||
{ name = "mpkg1", url = "http://127.0.0.1/package1.zip" }
|
||||
],
|
||||
python_venvs = [
|
||||
{ path = "/prog" }
|
||||
]
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
DATE=$(date +%Y%m%d)
|
||||
|
||||
rm -f blacklists/$DATE.csv
|
||||
rm -rf outputs
|
||||
snakemake --cores 4
|
Loading…
Reference in New Issue
Block a user