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

Reset number of chunks to the production default

parent 05f10363
No related branches found
No related tags found
1 merge request!13Deprecate conda, make pipeline more general
...@@ -104,7 +104,7 @@ BASE_BEDS = [basename(x) for x in BEDS] ...@@ -104,7 +104,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=2): def split_genome(ref, approx_n_chunks=100):
""" """
Split genome in chunks. Split genome in chunks.
......
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