Skip to content

Commit

Permalink
Order the samples by name
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Jul 5, 2024
1 parent 407c862 commit 52bd0f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion epijinn/Bedmethyl.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ def read_sample_sheet(

# READ SAMPLES
sample_df = pandas.read_csv(sample_sheet, header=None)
# add columnnames
# have them in order for the pdf
sample_df.sort_values(by=1, inplace=True) # column as per sample sheet format

# CREATE ITEMS
# We allow Sequeduct to specify the projectname as a command parameter as well;
Expand Down

0 comments on commit 52bd0f5

Please sign in to comment.