Skip to content

Commit

Permalink
[Detectability] fixed subclass disabled (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacielvieira authored Feb 6, 2024
1 parent a3babad commit 6661211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const ALLOWED_COMBINATIONS: any = {
'Metabolic pathway': ['Adducts', 'Dataset id', 'Sample name', 'MALDI matrix', 'Neutral losses',
'Polarity'],
Polarity: ['Adducts', 'Chemical class', 'MALDI matrix', 'Molecule', 'Neutral losses',
'Metabolic pathway group', 'Metabolic pathway'],
'Metabolic pathway group', 'Metabolic pathway', 'Chemical subclass'],
'Chemical subclass': ['Adducts', 'Dataset id', 'Sample name', 'MALDI matrix', 'Neutral losses', 'Polarity'],
'Ionisation source': ['Adducts', 'Chemical class', 'Neutral losses', 'Metabolic pathway group',
'Metabolic pathway', 'Chemical subclass'],
Expand Down

0 comments on commit 6661211

Please sign in to comment.