Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,9 +122,6 @@ with tab1:
|
|
122 |
# Step 3: Generate the robot script
|
123 |
robot_script = []
|
124 |
source_wells = robot_template['Source'].unique().tolist()[:32]
|
125 |
-
# Insert fake column for 3614 with all 0s, in the correct position
|
126 |
-
insertion_index = df_sorted.columns.get_loc("3562") + 1 # insert after 3562
|
127 |
-
df_sorted.insert(insertion_index, "3614", 0)
|
128 |
|
129 |
for i, col in enumerate(df_sorted.columns[1:33]):
|
130 |
for row_idx, sample in df_sorted.iterrows():
|
|
|
122 |
# Step 3: Generate the robot script
|
123 |
robot_script = []
|
124 |
source_wells = robot_template['Source'].unique().tolist()[:32]
|
|
|
|
|
|
|
125 |
|
126 |
for i, col in enumerate(df_sorted.columns[1:33]):
|
127 |
for row_idx, sample in df_sorted.iterrows():
|