Skip to content
Snippets Groups Projects
Commit 160b4e21 authored by van den Berg's avatar van den Berg
Browse files

Make pytest run more reliable

parent 891bd927
No related branches found
No related tags found
1 merge request!13Deprecate conda, make pipeline more general
...@@ -103,7 +103,7 @@ BASE_BEDS = [basename(x) for x in BEDS] ...@@ -103,7 +103,7 @@ BASE_BEDS = [basename(x) for x in BEDS]
BASE_REFFLATS = [basename(x) for x in REFFLATS] BASE_REFFLATS = [basename(x) for x in REFFLATS]
def split_genome(ref, approx_n_chunks=100): def split_genome(ref, approx_n_chunks=2):
""" """
Split genome in chunks. Split genome in chunks.
......
...@@ -2,3 +2,4 @@ snakemake>=5.2.0 ...@@ -2,3 +2,4 @@ snakemake>=5.2.0
pyfaidx==0.5.0 pyfaidx==0.5.0
python>=3.5 python>=3.5
click click
drmaa
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
snakemake snakemake
--use-singularity --use-singularity
--singularity-prefix /tmp/singularity --singularity-prefix /tmp/singularity
--singularity-args ' --bind /tmp' --singularity-args ' --cleanenv --bind /tmp'
--jobs 10 -w 120 --jobs 1 -w 120
-r -p -s Snakefile -r -p -s Snakefile
--config --config
REFERENCE=tests/data/ref.fa REFERENCE=tests/data/ref.fa
......
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