Skip to content

Commit

Permalink
bump mztabm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Mar 17, 2022
1 parent dee3961 commit 6af1868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static Parameter newInstance(SiriusMZTabParameter p, String value) {
}

public static OptColumnMapping newOptColumn(SiriusMZTabParameter p, String value) {
return new OptColumnMappingBuilder().forGlobal().withName(p.parameterName).build(value);
return new OptColumnMappingBuilder.GlobalOptColumnMappingBuilder().withName(p.parameterName).build(value);
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#here you can provide properties that may be needed during build- AND during runtime and should not be editable by the user at runtime
de.unijena.bioinf.siriusFrontend.version=4.9.13-SNAPSHOT
de.unijena.bioinf.siriusFrontend.version=4.9.13

de.unijena.bioinf.sirius.version=4.6.1
de.unijena.bioinf.fingerid.version=1.6.0
9
de.unijena.bioinf.mztabm.version=1.0.1
de.unijena.bioinf.mztabm.version=1.0.6
#
de.unijena.bioinf.utils.errorReport.softwareName=SIRIUS
de.unijena.bioinf.sirius.description=SIRIUS is a java-based software framework for discovering a landscape of de-novo identification of metabolites using single and tandem mass spectrometry. SIRIUS uses isotope pattern analysis for detecting the molecular formula and further analyses the fragmentation pattern of a compound using fragmentation trees. Fragmentation trees can be uploaded to CSI:FingerID via a web service, and results can be displayed in the SIRIUS graphical user interface.
Expand Down

0 comments on commit 6af1868

Please sign in to comment.