compomics-utilities icon indicating copy to clipboard operation
compomics-utilities copied to clipboard

Open source Java library for computational proteomics

Results 8 compomics-utilities issues
Sort by recently updated
recently updated
newest added

WaveletTree.rangeQuery regularly uses excessive CPU time (10+ cores used when calling with -threads 1), I believe due to JVM overhead in handling the recursion. Is it possible to rewrite this...

enhancement

The batch loading from the database has been removed, which makes the loading of many object very slow, which for example impacts the exports for large projects as they are...

enhancement

Hi @mvaudel do you think would be possible to implement phosphoRS without the fragment annotations. That means if I give you a peptide sequence, spectrum, modification, and positions. ?

enhancement

Is there a way to do semi-tryptic digestion using the getSequenceIterator function from IteratorFactory?

enhancement

given: a `peptide.csv` as > DKEKEK EKEKEK and a `protein.fasta` (expected hit in second line) as ``` >sp|Q95283|COX41_PIG Cytochrome c oxidase subunit 4 isoform 1, mitochondrial (Fragment) OS=Sus scrofa OX=9823...

Hi, invoking PeptideMapper with a peptide file with empty lines causes: ``` Start mapping using 1 threads 0% 10% 30% 50% 60%Error: mapping went wrong Exception in thread "main" java.lang.NullPointerException...

Hi, this is not necessarily a bug, but somewhat surprising nonetheless: invoking PeptideMapper without the `-c` option (which will use all CPU cores of the system) results in different output...

Hi, I'm doing some testing for PeptideMapper and found a restriction, namely it seems to consider at most one 'X' per match. Here is a small demo: Given proteins `PEPTIDEMAPPER_TEST.fasta`:...