Closed di-hardt closed 1 year ago
Dirk,
Thanks for reporting the issue and I definitely appreciate your detailed post! I understand where the errors originate from and I've addressed the issue with the commit ea31c8b. Running the mzIdentML Validator on the mzid file searched/created after this fix shows the errors are gone. This fix will show up in the next release (which is not imminent).
Thank your very much for the quick response!
Hey, I stumbled across some issues when using the mzid files generated by Comet (2023.01 rev. 2 (7c9150d)). Therefore I tried to validate them using the PSI validator and got a lot of
cvc-identity-constraint.4.1: Duplicate unique value
-errors. I attached a shortened version of the output.To reproduce this:
1.1_Std_in-sol.raw
from https://www.ebi.ac.uk/pride/archive/projects/PXD037650docker run -i -t -v $(pwd):/data_input quay.io/biocontainers/thermorawfileparser:1.4.2--ha8f3691_0 ThermoRawFileParser.sh -d /data_input -f 2 -a
curl -o human_swiss_prot.fasta https://rest.uniprot.org/uniprotkb/stream\?format\=fasta\&query\=%28Human%29%20AND%20%28reviewed%3Atrue%29
./comet.linux.exe -PPXD037650.comet.params.txt -Dhuman_swiss_prot.fasta 1.1_Std_in-sol.mzML
java -Xms10240m -jar mzIdentMLValidator-1.4.35-SNAPSHOT.jar 2> stderr.log > stdout.log
to capture the output and gave it 10GB memory, it took a whileBest, Dirk
Attachments