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

Fix index name that was forced in after adding at look up for single replicate.

parent 2f1be20b
No related merge requests found
Pipeline #1233 canceled with stage
in 19 minutes and 32 seconds
......@@ -213,6 +213,9 @@ def main():
replicate = rep + 1
design_new_df.loc[replicate, 'tag_align'] = path_to_file
# Drop index column
design_new_df.drop(labels='index', axis=1, inplace=True)
else:
# Make pool of replicates
replicate_files = design_df.tag_align.unique()
......
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