public class Stirred extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
SOFTWARE_NAME
The name of the software to annotate in the mzIdentML file.
|
String |
SOFTWARE_URL
The URL of the software to annotate in the mzIdentML file.
|
String |
SOFTWARE_VERSION
The version of the software to annotate in the mzIdentML file.
|
| Constructor and Description |
|---|
Stirred(File inputFile,
File spectrumFile,
File fastaFile,
File ouputFolder,
File identificationParametersFile,
File tempFolder,
com.compomics.software.log.CliLogger cliLogger,
int nThreads,
int timeOutDays,
String contactFirstName,
String contactLastName,
String contactAddress,
String contactEmail,
String contactOrganizationName,
String contactOrganizationAddress,
String contactOrganizationEmail)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(File searchEngineResultsFile,
File fastaFile,
File ouputFile,
com.compomics.util.experiment.identification.protein_inference.fm_index.FMIndex fmIndex,
com.compomics.util.experiment.io.biology.protein.FastaSummary fastaSummary,
com.compomics.util.experiment.io.mass_spectrometry.MsFileHandler msFileHandler,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters)
Runs the stirred process.
|
void |
run()
Runs the stirred process.
|
public final String SOFTWARE_NAME
public final String SOFTWARE_VERSION
public final String SOFTWARE_URL
public Stirred(File inputFile, File spectrumFile, File fastaFile, File ouputFolder, File identificationParametersFile, File tempFolder, com.compomics.software.log.CliLogger cliLogger, int nThreads, int timeOutDays, String contactFirstName, String contactLastName, String contactAddress, String contactEmail, String contactOrganizationName, String contactOrganizationAddress, String contactOrganizationEmail)
inputFile - The input file.spectrumFile - The spectrum file.fastaFile - The fasta file.ouputFolder - The output folder.identificationParametersFile - The identification parameters file.tempFolder - The temp folder to use for temp files.cliLogger - The temp folder to use for temp files.nThreads - The number of threads to use.timeOutDays - Timeout time in days.contactFirstName - The first name of the contact to annotate in the
mzIdentML file.contactLastName - The last name of the contact to annotate in the
mzIdentML file.contactAddress - The address of the contact to annotate in the
mzIdentML file.contactEmail - The email of the contact to annotate in the mzIdentML
file.contactOrganizationName - The name of the organization of the
contact to annotate in the mzIdentML file.contactOrganizationAddress - The address of the organization of the
contact to annotate in the mzIdentML file.contactOrganizationEmail - The email of the organization of the
contact to annotate in the mzIdentML file.public void run()
throws InterruptedException,
TimeoutException,
IOException
InterruptedException - Exception thrown if a thread is interrupted.TimeoutException - Exception thrown if the process times out.IOException - Exception thrown if an error occurred while reading
or writing a file.public void process(File searchEngineResultsFile, File fastaFile, File ouputFile, com.compomics.util.experiment.identification.protein_inference.fm_index.FMIndex fmIndex, com.compomics.util.experiment.io.biology.protein.FastaSummary fastaSummary, com.compomics.util.experiment.io.mass_spectrometry.MsFileHandler msFileHandler, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters) throws InterruptedException, TimeoutException, IOException
searchEngineResultsFile - The search engine results file.fastaFile - The fasta file.ouputFile - The output file.fmIndex - The FM index of the fasta file.fastaSummary - The summary information on the fasta file.msFileHandler - The mass spectrometry file handler to use.identificationParameters - The identification parameters.InterruptedException - Exception thrown if a thread is interrupted.TimeoutException - Exception thrown if the process times out.IOException - Exception thrown if an error occurred while reading
or writing a file.Copyright © 2021. All rights reserved.