Skip to content
Snippets Groups Projects
Commit c412f90f authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

new run

parent e4e239be
Branches
Tags
No related merge requests found
......@@ -233,7 +233,7 @@ def generate_design(paired, cutoff_ratio, design_df, cwd, no_reps, no_unique_con
self_pseudoreplicates_dict = {}
for rep, tag_file in zip(design_df['replicate'], design_df['tag_align']):
replicate_prefix = experiment_id + '_' + str(rep)
self_pseudoreplicates_dict = self_psuedoreplication(tag_file, replicate_prefix, paired)
self_pseudoreplicates_dict[rep] = self_psuedoreplication(tag_file, replicate_prefix, paired)
# Update design to include new self pseudo replicates
......
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