Skip to content
Snippets Groups Projects
Commit 408b01d5 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix indentation error

parent 63669d43
Branches
Tags
1 merge request!55Resolve "add plotProfile"
Pipeline #4236 failed with stages
in 6 hours, 5 minutes, and 21 seconds
......@@ -328,9 +328,9 @@ def main():
design_new_df.loc[index, 'control_tag_align'] = \
path_to_control
else:
path_to_pool_control = cwd + '/' + pool_control
design_new_df['control_tag_align'] = path_to_pool_control
else:
path_to_pool_control = cwd + '/' + pool_control
design_new_df['control_tag_align'] = path_to_pool_control
# Add in pseudo replicates
tmp_metadata = design_new_df.loc[0].copy()
......
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