Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased mzML standards compliance and openMS compatibility #1416

Merged
merged 3 commits into from
Jun 14, 2023

Conversation

Mailaender
Copy link
Contributor

@Mailaender Mailaender requested a review from eselmeister as a code owner June 13, 2023 18:24
Copy link
Contributor

@eselmeister eselmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the following issues:

Description	Resource	Path	Location	Type
Bundle 'org.apache.commons.commons-codec' cannot be resolved	MANIFEST.MF	/org.eclipse.chemclipse.msd.converter.supplier.mzml/META-INF	line 18	Plug-in Problem
DigestUtils cannot be resolved	ChromatogramWriterVersion110.java	/org.eclipse.chemclipse.msd.converter.supplier.mzml/src/org/eclipse/chemclipse/msd/converter/supplier/mzml/internal/io	line 331	Java Problem
The import org.apache.commons.codec cannot be resolved	ChromatogramWriterVersion110.java	/org.eclipse.chemclipse.msd.converter.supplier.mzml/src/org/eclipse/chemclipse/msd/converter/supplier/mzml/internal/io	line 25	Java Problem
Type mismatch: cannot convert from float to int	ChromatogramReader.java	/net.openchrom.msd.converter.supplier.mzmlb/src/net/openchrom/msd/converter/supplier/mzmlb/io	line 104	Java Problem

The org.apache.commons.commons-codec bundle has been referenced. Has it been also added to the target platform?

The data type in the mzmlb bundle int multiplicator = XmlReader110.getTimeMultiplicator(cvParamScan); needs to be adjusted.

@Mailaender
Copy link
Contributor Author

Mailaender commented Jun 14, 2023

org.apache.commons.commons-codec is already part of the target platform. mzmlb is not part of this repository.

@Mailaender Mailaender force-pushed the validate-mzml branch 3 times, most recently from 08dd253 to f86ca60 Compare June 14, 2023 10:56
@eselmeister eselmeister merged commit 0a0090a into eclipse-chemclipse:develop Jun 14, 2023
@Mailaender Mailaender deleted the validate-mzml branch June 14, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mzML output validation errors
2 participants