Skip to content

Commit

Permalink
Revert "sort samples section by name and lane"
Browse files Browse the repository at this point in the history
This reverts commit 5b0ca7b.
  • Loading branch information
kedhammar committed Aug 27, 2024
1 parent 5b0ca7b commit 5ac1299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generate_aviti_run_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def get_samples_section(process: Process) -> str:
all_rows.extend(lane_rows)

df = pd.DataFrame(all_rows)
df.sort_values(by=["SampleName", "Lane"], inplace=True)

samples_section = f"[SAMPLES]\n{df.to_csv(index=None, header=True)}"

Expand Down

0 comments on commit 5ac1299

Please sign in to comment.