Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

[FIX] Drop duplicate filename columns #76

Closed singjc closed 6 months ago

singjc commented 6 months ago

Addresses #74

singjc commented 6 months ago

Looks good thanks for catching. Wonder why there are duplicate columns though? I guess filename is duplicate because loading is updated?

Yeah, I was trying to pinpoint exactly where the duplicated filename was coming from, but couldn't find exactly where. I think there might be somewhere else in the tsvaccessor that includes the filename, and then .rename(columns=dict(level_0='filename')) adds it a second time.