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 b5190d7 commit 098e8a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2014, 2022 Lablicate GmbH.
* Copyright (c) 2014, 2023 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down 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 Expand Up @@ -139,4 +139,4 @@ public void setAlternateIdentifierId(String alternateIdentifierId) {

this.alternateIdentifierId = alternateIdentifierId;
}
}
}

0 comments on commit 098e8a5

Please sign in to comment.