Skip to content
Snippets Groups Projects
Commit 92cff2bb authored by Sander Bollen's avatar Sander Bollen
Browse files

small fixes

parent 3c8b10f4
No related branches found
No related tags found
No related merge requests found
Pipeline #2589 failed
......@@ -34,6 +34,7 @@ test_dry_run:
test_integration_singularity:
before_script:
- apt-get update && apt-get install -y python3-pip
- pip3 install pyfaidx
- pip3 install -r requirements-dev.txt
script:
- py.test --tag singularity-integration
......
......@@ -21,7 +21,7 @@
- name: test-singularity-integration-no-cluster
command: >-
bash -c '
snakemake --singularity --jobs 100 -w 120
snakemake --use-singularity --jobs 100 -w 120
-r -p -s Snakefile
--config REFERENCE=tests/data/ref.fa GATK=tests/data/ref.fa
DBSNP=tests/data/database.vcf.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment