PRIDE-Archive / pride-inspector

PRIDE Inspector is a Java desktop application to visualise and Quality Assessment on Mass Spectrometry data and Proteomics
16 stars 19 forks source link

Missing method : getNumberOfMissingSpectra() in ScanExperimentTask.java #60

Closed epoyraz closed 8 years ago

epoyraz commented 8 years ago

The only error i get now is : missingSpectrumLinks = controller.getNumberOfMissingSpectra();

the method getNumberOfMissingSpectra() seems to be missing. I assume it is present in one of the SNAPSHOTs.

ypriverol commented 8 years ago

@epoyraz I guess the best way is to download the latest version of ms-data-core-api and compile it, because the latest version should contain this method.

epoyraz commented 8 years ago

Looking at http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/uk/ac/ebi/pride/utilities/ms-data-core-api/

it seems 2.0.5 is missing but 2.0.6 is present. In the pom.xml i had changed it to 2.0.4 ... Pull request coming.

Thanks !