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

Fix underscore inconsistency.

parent 38db72ab
No related merge requests found
......@@ -196,7 +196,7 @@ def main():
design_new_df.at[2, 'sample_id'] = experiment_id + '_pr2'
design_new_df.at[2, 'replicate'] = '2_pr'
design_new_df.at[2, 'xcor'] = 'Calculate'
design_new_df.at[3, 'sample_id'] = experiment_id + 'pooled'
design_new_df.at[3, 'sample_id'] = experiment_id + '_pooled'
design_new_df.at[3, 'replicate'] = 'pooled'
design_new_df.at[3, 'xcor'] = 'Calculate'
......
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