-
Notifications
You must be signed in to change notification settings - Fork 27
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
Alter tsv outcome #291
Comments
We could use csvtk or csvkit suite to truncate the output. We definitely need to handle the quant TSV files differently before that |
I think a custom python script is best, since we have the possibility to generate columns that multiQC can visualize easily downstream |
If it can be handled like that, that would be great. Especially if it might aid in the multiqc figures |
We should use pyopenms to directly read the idXML filtered output. Potentially also the consensusXML output of quant-mode |
Yea that sounds good to me 👍 |
Additional note here: mzTab files for ID-mode (not |
Description of feature
Make sure that the outcome TSV is changed to a more readable format since this content is not ready to be used for analysis immediately.
A suggestion is that the current TSV be stored under intermediate results.
The text was updated successfully, but these errors were encountered: