Skip to content

Commit

Permalink
Removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Apr 29, 2024
1 parent c4d2dac commit a6c2925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
emissions = pd.read_csv("$emissions", sep = "\\t")[["State (Emission order)"] + marks].rename(columns={"State (Emission order)": "State"})


# Read input bed file and remove unecessary columns
# Read input bed file
bed = pd.read_csv("$bed",
sep="\\t",
skiprows=1,
Expand Down

0 comments on commit a6c2925

Please sign in to comment.