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

fix spacing again

parent 254ac382
No related merge requests found
...@@ -242,7 +242,7 @@ def generate_design(paired, cutoff_ratio, design_df, cwd, no_reps, no_unique_con ...@@ -242,7 +242,7 @@ def generate_design(paired, cutoff_ratio, design_df, cwd, no_reps, no_unique_con
path_to_file = cwd + '/' + pseudorep_file path_to_file = cwd + '/' + pseudorep_file
replicate = rep + 1 replicate = rep + 1
design_new_df.loc[replicate, 'tag_align'] = path_to_file design_new_df.loc[replicate, 'tag_align'] = path_to_file
pool_pseudoreplicates_dict[replicate] = path_to_file pool_pseudoreplicates_dict[replicate] = path_to_file
# Drop index column # Drop index column
design_new_df.drop(labels='index', axis=1, inplace=True) design_new_df.drop(labels='index', axis=1, inplace=True)
......
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