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

Add back index.

parent 1c1e036e
Branches
Tags
1 merge request!20Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Pipeline #2826 failed with stages
in 4 hours, 59 minutes, and 33 seconds
......@@ -174,7 +174,7 @@ def main():
# Run enrichment
new_design_df = update_controls(design_df)
for row in new_design_df.iterrows():
for index, row in new_design_df.iterrows():
check_enrichment(
row['sample_id'],
row['control_id'],
......
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