Skip to content
Snippets Groups Projects
Commit 73879e1a authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 0b12056c
No related merge requests found
......@@ -32,7 +32,7 @@ def go(args):
if args.ms_only:
print("Filtering to MS only")
df = df.loc[df.kind == "mass_spec"]
df = df.loc[df.measurement_kind == "mass_spec"]
if args.set_measurement_value:
indexer = df.measurement_kind == "mass_spec"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment