Package com.compomics.cli.peptide_mapper
Class MappingWorker
java.lang.Object
com.compomics.cli.peptide_mapper.MappingWorker
- All Implemented Interfaces:
Runnable
MappingWorker.
- Author:
- dominik.kopczynski
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMappingWorker(WaitingHandlerCLIImpl waitingHandlerCLIImpl, FastaMapper peptideMapper, IdentificationParameters identificationParameters, SimpleFileReader reader, SimpleSemaphore bufferMutex, SimpleFileWriter writer, boolean peptideMapping) -
Method Summary
Modifier and TypeMethodDescriptionflanking(PeptideProteinMapping peptideProteinMapping, FastaMapper peptideMapper) voidrun()
-
Field Details
-
exception
-
-
Constructor Details
-
MappingWorker
public MappingWorker(WaitingHandlerCLIImpl waitingHandlerCLIImpl, FastaMapper peptideMapper, IdentificationParameters identificationParameters, SimpleFileReader reader, SimpleSemaphore bufferMutex, SimpleFileWriter writer, boolean peptideMapping)
-
-
Method Details