diff --git a/workflow/scripts/pool_and_psuedoreplicate.py b/workflow/scripts/pool_and_psuedoreplicate.py index 06fb8e80fec85e3d01a15ce61353676d3013ca1f..f2a0c2c70ea7d237340bebeb6bc305a9eb193cc4 100644 --- a/workflow/scripts/pool_and_psuedoreplicate.py +++ b/workflow/scripts/pool_and_psuedoreplicate.py @@ -108,7 +108,7 @@ def self_psuedoreplication(tag_file, prefix, paired): # Make an array of number of psuedoreplicatesfile names pseudoreplicate_dict = {r: prefix + '.pr' + str(r) + '.bedse.tagAlign.gz' - for r in list(range(0, reps))} + for r in [0, 1]} # Shuffle and split file into equal parts # by using the input to seed shuf we ensure multiple runs with the same