[FBMN] Validator for quant table to make sure it is formatted correctly
- [x] Create negative control failure cases (e.g. missing columns, incorrect delimeter)
- [x] MZMine2 - Implement delimiter is correct
- [x] MZMine2 - Implement missing columns
Would be a great starter issue for Kevin.
Should this be a general validator or for the MZmine output?
We should also consider the Ion Identity Networking columns in the quant table
Should this be a general validator or for the MZmine output?
We should also consider the Ion Identity Networking columns in the quant table
This can be done with IIN as a separate issue. For now we will only evaluate the standard expected output from MZMine2.
@kevinnguyen1413 Any updates on this issue?
@kevinnguyen1413 Any updates on this issue?
@mwang87 I have some questions regarding the problem, so can I meet you tomorrow morning and discuss them?
The code that should be updated is here:
https://github.com/CCMS-UCSD/GNPS_Workflows/blob/master/feature-based-molecular-networking/tools/feature-based-molecular-networking/scripts/mzmine2_formatter.py
The specific aims are outlined in the main issue text.
If you have questions about the mzmine2 output format, we have a readme here:
https://github.com/CCMS-UCSD/GNPS_Workflows/blob/master/feature-based-molecular-networking/README.md
Do you have any questions regarding the task?
@kevinnguyen1413 Any updates on this issue?
I have updated the testing:
https://github.com/CCMS-UCSD/GNPS_Workflows/blob/master/README.md#testing
@ntbeileh
The basic functionality is there, needs to be hooked up into workflow code. @mwang87 will tackle