Skip to content
Snippets Groups Projects
Commit 544bce42 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove last reps mention.

parent 477530aa
1 merge request!12Resolve "Pool and Pseudoreplication"
Pipeline #1125 failed with stage
in 20 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment