-
Notifications
You must be signed in to change notification settings - Fork 13
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
Tool to extract metadata table from sample .mzml and .json metadata files #132
Comments
For testing purposes we have a sample metadata file corresponding to the GC seminal plasma dataset here: https://umsa.cerit-sc.cz/library/list#folders/F1c84aa7fc4490e6d/datasets/fdeac135082b95d1 |
The batch information is also required for two-step-hybrid apLCMS: #174. |
This tool basically does what we need: https://github.com/ISA-tools/mzml2isa |
A start for a Galaxy integration is here: https://github.com/ISA-tools/mzml2isa-galaxy ping @Tomnl |
The tool doesn't work for Python 3. ISA-tools/mzml2isa-galaxy#10 |
Hi, I have updated the mzml2isa tool to work for Python 3 Let me know if you have questions regarding what information you need to extract from the mzML file |
Thank you very much :) |
@Tomnl I tested the tool and I'm getting the following error:
I used the mzml collection as input data - any ideas? |
Sorry about this. Will have a proper check later. But I think think this might be that the ‘Name study’ was left blank. If that is the case I will make some changes so there is either a default value or the param is required. Hopefully a quick fix |
I retried with the
|
For RAMClustR & WaveICA, we need a metadata table with the structure shown below:
Sample type might be blank or QC.
This information should be extracted from the filename tag contained in the
.mzml
file and the metadata contained in the.json
file.The text was updated successfully, but these errors were encountered: