Skip to content

Commit

Permalink
ZIP is no proper database file format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Oct 5, 2023
1 parent 76dee6f commit 35bdea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MassSpectrumIdentifierSettings extends AbstractMassSpectrumIdentifi

@JsonProperty(value = "Library File", defaultValue = "")
@JsonPropertyDescription("Select the library file.")
@FileSettingProperty(dialogType = DialogType.OPEN_DIALOG, extensionNames = {"AMDIS (*.msl)", "NIST (*.msp)", "MassBank (.zip)"}, validExtensions = {"*.msl;*.MSL", "*.msp;*.MSP", "*.zip;*.ZIP"}, onlyDirectory = false)
@FileSettingProperty(dialogType = DialogType.OPEN_DIALOG, extensionNames = {"AMDIS (*.msl)", "NIST (*.msp)"}, validExtensions = {"*.msl;*.MSL", "*.msp;*.MSP"}, onlyDirectory = false)
private File libraryFile;
@JsonProperty(value = "Pre-Optimization", defaultValue = "false")
private boolean usePreOptimization = false;
Expand Down

0 comments on commit 35bdea0

Please sign in to comment.