Uses of Interface
com.compomics.util.waiting.WaitingHandler
Packages that use WaitingHandler
Package
Description
Command line for the handling of fasta files.
Classes related to auto updating compomics-utilities tools.
This package contains the classes relative to the object database.
Classes related to genes.
Classes for the handling of Ensembl data.
Classes for the handling of GO terms.
Experiment classes related to identifications.
Classes for the generation of identification features.
Identification match iterators.
Classes related to peptide inference.
Protein sequence database indexing classes based on Burrows-Wheeler transform.
Experiment IO classes for biological resources.
Fasta file converters.
Fasta file iterators.
Experiment identification classes.
Experiment classes related to reading search engine files.
Classes for the handling of mass spectrometry files.
Classes for the handling of Compomics mass spectrometry (cms) files.
Classes for the handling of mgf files.
Classes for the handling of mzml files.
Experiment classes related to spectrum counting.
Self updating table model classes.
Waiting handler classes.
Classes related to input/output.
Classes related to file compression.
Basic clustering functions.
Classes for mapping between UniProt accession numbers and PDB structures.
-
Uses of WaitingHandler in com.compomics.cli.fasta
Constructors in com.compomics.cli.fasta with parameters of type WaitingHandlerModifierConstructorDescriptionFastaParametersInputBean(org.apache.commons.cli.CommandLine aLine, File fastaFile, WaitingHandler waitingHandler) Parses all the arguments from a command line. -
Uses of WaitingHandler in com.compomics.software.autoupdater
Methods in com.compomics.software.autoupdater with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(File downloadFolder, String toolName, String groupId, String artifactId, String iconName, String[] args, URL jarRepository, boolean startDownloadedVersion, boolean addDesktopIcon, FileDAO fileDAO, WaitingHandler waitingHandler) Retrieves the latest version of a Maven jar file from a Maven repository.static voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(URL jarPath, String toolName, boolean deleteOldFiles, boolean startDownloadedVersion, boolean addDesktopIcon, WaitingHandler waitingHandler) Downloads the latest deploy from the genesis Maven repository of the artifact and starts it without arguments.static voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(URL jarPath, String toolName, boolean deleteOldFiles, boolean addDesktopIcon, String[] args, URL jarRepository, WaitingHandler waitingHandler) Downloads the latest zip archive of the jar in the URL from a given jarRepository.static voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(URL jarPath, String toolName, boolean deleteOldFiles, String[] args, boolean startDownloadedVersion, boolean addDesktopIcon, WaitingHandler waitingHandler) Downloads the latest zip archive of the jar in the URL from the genesis Maven repository.static voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(URL jarPath, String toolName, boolean deleteOldFiles, String iconName, String[] args, URL jarRepository, boolean startDownloadedVersion, boolean addDesktopIcon, FileDAO fileDAO, WaitingHandler waitingHandler) Retrieves the latest version of a Maven jar file from a Maven repository.static voidDownloadLatestZipFromRepo.downloadLatestZipFromRepo(URL jarPath, String toolName, boolean deleteOldFiles, String iconName, String[] args, URL jarRepository, boolean startDownloadedVersion, boolean addDesktopIcon, WaitingHandler waitingHandler) Retrieves the latest version of a Maven jar file from a Maven repository, also checks if the environment is headless or not.booleanFileDAO.unGzipAndUntarFile(GZIPInputStream in, File fileLocationOnDiskToDownloadTo, WaitingHandler waitingHandler) Untars and ungzips a .tar.gz file. -
Uses of WaitingHandler in com.compomics.util.db.object
Methods in com.compomics.util.db.object with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidObjectsDB.insertObjects(HashMap<Long, Object> objects, WaitingHandler waitingHandler, boolean displayProgress) Inserts a set of objects in the given table.voidObjectsDB.loadObjects(Class className, WaitingHandler waitingHandler, boolean displayProgress) Loads all objects from a given class.voidObjectsDB.loadObjects(Collection<Long> keys, WaitingHandler waitingHandler, boolean displayProgress) Loads objects from a table in the cache.voidObjectsDB.lock(WaitingHandler waitingHandler) Locking the db for storing.voidObjectsDB.removeObjects(Collection<Long> keys, WaitingHandler waitingHandler, boolean displayProgress) Removing an object from the cache and database.ObjectsDB.retrieveObjects(Class className, WaitingHandler waitingHandler, boolean displayProgress) Retrieves all objects from a given class.ObjectsDB.retrieveObjects(Collection<Long> keys, WaitingHandler waitingHandler, boolean displayProgress) Retrieves some objects from the database or cache.voidObjectsCache.saveCache(WaitingHandler waitingHandler, boolean emptyCache) Saves the cache content to the database.voidObjectsCache.saveObjects(int numLastEntries, WaitingHandler waitingHandler, boolean clearEntries) Saves entries in the database if modified. -
Uses of WaitingHandler in com.compomics.util.experiment.biology.genes
Methods in com.compomics.util.experiment.biology.genes with parameters of type WaitingHandlerModifier and TypeMethodDescriptionbooleanProteinGeneDetailsProvider.downloadGeneMappings(String ensemblType, String ensemblSchemaName, String ensemblDatasetName, String ensemblVersion, WaitingHandler waitingHandler) Download the gene mappings.booleanProteinGeneDetailsProvider.downloadGeneSequences(File destinationFile, String ensemblType, String ensemblSchemaName, String ensemblDbName, WaitingHandler waitingHandler) Download the gene sequences mappings.booleanProteinGeneDetailsProvider.downloadGoMappings(String ensemblType, String ensemblSchemaName, String ensemblDbName, boolean swissProtMapping, WaitingHandler waitingHandler) Download the GO mappings.booleanProteinGeneDetailsProvider.downloadMappings(WaitingHandler waitingHandler, String speciesName, String ensemblDatasetName, EnsemblSpecies.EnsemblDivision ensemblDivision) Try to download the gene and GO mappings for the currently selected species.ProteinGeneDetailsProvider.getGeneMaps(GeneParameters genePreferences, FastaSummary fastaSummary, SequenceProvider sequenceProvider, ProteinDetailsProvider proteinDetailsProvider, WaitingHandler waitingHandler) Returns the gene maps for the given proteins.booleanProteinGeneDetailsProvider.queryEnsembl(String requestXml, File destinationFile, String ensemblType, WaitingHandler waitingHandler) Sends an XML query to Ensembl and writes the result in a text file.booleanProteinGeneDetailsProvider.queryEnsembl(String requestXml, String waitingText, File destinationFile, String ensemblType, WaitingHandler waitingHandler) Sends an XML query to Ensembl and writes the result in a text file. -
Uses of WaitingHandler in com.compomics.util.experiment.biology.genes.ensembl
Methods in com.compomics.util.experiment.biology.genes.ensembl with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidGeneMapping.importFromFile(File file, WaitingHandler waitingHandler) Reads go mappings from a BioMart file. -
Uses of WaitingHandler in com.compomics.util.experiment.biology.genes.go
Methods in com.compomics.util.experiment.biology.genes.go with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidGoDomains.loadMappingFromFile(File file, WaitingHandler waitingHandler) Reads GO mappings from a file.voidGoMapping.loadMappingsFromFile(File file, WaitingHandler waitingHandler) Reads go mappings from a BioMart file. -
Uses of WaitingHandler in com.compomics.util.experiment.identification
Methods in com.compomics.util.experiment.identification with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidIdentification.addObjects(HashMap<Long, Object> objects, WaitingHandler waitingHandler, boolean displayProgress) Adds a list of objects into the database.voidIdentification.addSpectrumMatches(HashMap<Long, Object> spectrumMatches, WaitingHandler waitingHandler, boolean displayProgress) Adds a spectrum matches into the database.Identification.getPeptideMatchesIterator(long[] peptideKeys, WaitingHandler waitingHandler) Returns a peptide matches iterator for a given key list.Identification.getPeptideMatchesIterator(WaitingHandler waitingHandler) Returns a peptide matches iterator for all PeptideMatches.Identification.getProteinMatchesIterator(long[] proteinKeys, WaitingHandler waitingHandler) Returns a protein matches iterator for a given key list.Identification.getProteinMatchesIterator(WaitingHandler waitingHandler) Returns a protein matches iterator for all PeptideMatches.Identification.getSpectrumMatchesIterator(long[] spectrumMatches, WaitingHandler waitingHandler) Returns a spectrum matches iterator for a given key list.Identification.getSpectrumMatchesIterator(WaitingHandler waitingHandler) Returns a spectrum matches iterator for all SpectrumMatches.Identification.getSpectrumMatchesIterator(WaitingHandler waitingHandler, String filters) Returns a psm iterator for all SpectrumMatches.voidIdentification.loadObjects(Class className, WaitingHandler waitingHandler, boolean displayProgress) Loads all objects of the class in cache.voidIdentification.loadObjects(ArrayList<Long> keyList, WaitingHandler waitingHandler, boolean displayProgress) Loads all objects of given keys in cache.voidIdentification.removeObjects(ArrayList<Long> keys, WaitingHandler waitingHandler, boolean displayProgress) Remove a list of objects from the database.Identification.retrieveObjects(Class className, WaitingHandler waitingHandler, boolean displayProgress) Returns an array of all objects of a given classIdentification.retrieveObjects(Collection<Long> keyList, WaitingHandler waitingHandler, boolean displayProgress) Returns an array of all objects of a given list of keys -
Uses of WaitingHandler in com.compomics.util.experiment.identification.features
Methods in com.compomics.util.experiment.identification.features with parameters of type WaitingHandlerModifier and TypeMethodDescriptionintIdentificationFeaturesGenerator.getNValidatedProteinGroups(long peptideKey, WaitingHandler waitingHandler) Indicates whether a peptide is found in a single protein match.long[]IdentificationFeaturesGenerator.getProcessedProteinKeys(WaitingHandler waitingHandler, FilterParameters filterPreferences, boolean forceUpdate) Returns the sorted list of protein keys.long[]IdentificationFeaturesGenerator.getProteinKeys(WaitingHandler waitingHandler, FilterParameters filterPreferences) Returns the ordered protein keys to display when no filtering is applied.long[]IdentificationFeaturesGenerator.getValidatedProteins(WaitingHandler waitingHandler, FilterParameters filterPreferences) Returns the list of validated protein keys. -
Uses of WaitingHandler in com.compomics.util.experiment.identification.matches_iterators
Constructors in com.compomics.util.experiment.identification.matches_iterators with parameters of type WaitingHandlerModifierConstructorDescriptionMatchesIterator(long[] keys, Class className, Identification identification, WaitingHandler waitingHandler, boolean displayProgress, String filters) Constructor.MatchesIterator(Class className, Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.PeptideMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.PeptideMatchesIterator(Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.ProteinMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.ProteinMatchesIterator(Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.SpectrumMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor.SpectrumMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress, String filters) Constructor.SpectrumMatchesIterator(Identification identification, WaitingHandler waitingHandler, boolean displayProgress) Constructor. -
Uses of WaitingHandler in com.compomics.util.experiment.identification.peptide_inference
Methods in com.compomics.util.experiment.identification.peptide_inference with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidPeptideInference.peptideInference(Identification identification, IdentificationParameters identificationParameters, SequenceProvider sequenceProvider, ModificationProvider modificationProvider, WaitingHandler waitingHandler) Infers the PTM localization and its confidence for the best match of every spectrum. -
Uses of WaitingHandler in com.compomics.util.experiment.identification.protein_inference.fm_index
Methods in com.compomics.util.experiment.identification.protein_inference.fm_index with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidWaveletTree.createWaveletTreeHuffman(byte[] text, WaitingHandler waitingHandler, WaveletTree.HuffmanNode root) Create wavelet tree huffman.Constructors in com.compomics.util.experiment.identification.protein_inference.fm_index with parameters of type WaitingHandlerModifierConstructorDescriptionFMIndex(File fastaFile, FastaParameters fastaParameters, WaitingHandler waitingHandler, boolean displayProgress, PeptideVariantsParameters peptideVariantsPreferences, SearchParameters searchParameters) Constructor.FMIndex(File fastaFile, FastaParameters fastaParameters, WaitingHandler waitingHandler, boolean displayProgress, IdentificationParameters identificationParameters) Constructor.WaveletTree(byte[] text, long[] aAlphabet, WaitingHandler waitingHandler) Constructor.WaveletTree(byte[] text, WaitingHandler waitingHandler, WaveletTree.HuffmanNode root) Constructor. -
Uses of WaitingHandler in com.compomics.util.experiment.io.biology.protein
Methods in com.compomics.util.experiment.io.biology.protein with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic FastaSummaryFastaSummary.getSummary(String fastaFile, FastaParameters fastaParameters, boolean alwaysCreateNew, WaitingHandler waitingHandler) Gathers summary data on the FASTA file content.static FastaSummaryFastaSummary.getSummary(String fastaFile, FastaParameters fastaParameters, WaitingHandler waitingHandler) Gathers summary data on the FASTA file content.static FastaParametersFastaParameters.inferParameters(String fastaFilePath, WaitingHandler waitingHandler) Infers the parameters used to parse the file. -
Uses of WaitingHandler in com.compomics.util.experiment.io.biology.protein.converters
Methods in com.compomics.util.experiment.io.biology.protein.converters with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic voidDecoyConverter.appendDecoySequences(File fastaIn, File fastaOut, FastaParameters fastaParameters, WaitingHandler waitingHandler) Appends decoy sequences to the provided FASTA file.static voidGenericFastaConverter.convertFile(File fastaIn, File fastaOut, WaitingHandler waitingHandler) Appends decoy sequences to the provided FASTA file. -
Uses of WaitingHandler in com.compomics.util.experiment.io.biology.protein.iterators
Methods in com.compomics.util.experiment.io.biology.protein.iterators with parameters of type WaitingHandlerModifier and TypeMethodDescriptionHeaderIterator.getNextHeader(WaitingHandler waitingHandler) Returns the next header.Null if none. -
Uses of WaitingHandler in com.compomics.util.experiment.io.identification
Methods in com.compomics.util.experiment.io.identification with parameters of type WaitingHandlerModifier and TypeMethodDescriptionIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) Retrieves all the spectrum matches from an identification file as a list of spectrum matches, one spectrum match per spectrum.IdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) Retrieves all the spectrum matches from an identification file as a list of spectrum matches, one spectrum match per spectrum.It is very important to close the file reader after creation.Constructors in com.compomics.util.experiment.io.identification with parameters of type WaitingHandlerModifierConstructorDescriptionMzIdentMLIdfileSearchParametersConverter(File mzIdentMLFile, SearchParameters searchParameters, String species, WaitingHandler waitingHandler) Constructor. -
Uses of WaitingHandler in com.compomics.util.experiment.io.identification.idfilereaders
Methods in com.compomics.util.experiment.io.identification.idfilereaders with parameters of type WaitingHandlerModifier and TypeMethodDescriptionAndromedaIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) AndromedaIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) CossIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) CossIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) DirecTagIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) DirecTagIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) MascotIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) MascotIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) MsAmandaIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) MsAmandaIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) MzIdentMLIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) MzIdentMLIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) NovorIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) NovorIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) OnyaseIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) OnyaseIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) PepNovoIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) PepNovoIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) PepxmlIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) PepxmlIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) PNovoIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) PNovoIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) SageIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) SageIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) TideIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) TideIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) XTandemIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters) XTandemIdfileReader.getAllSpectrumMatches(SpectrumProvider spectrumProvider, WaitingHandler waitingHandler, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingPreferences, boolean expandAaCombinations) Constructors in com.compomics.util.experiment.io.identification.idfilereaders with parameters of type WaitingHandlerModifierConstructorDescriptionCossIdfileReader(File cossTsvFile, WaitingHandler waitingHandler) Constructor for a COSS tsv result file reader.MascotIdfileReader(File inputFile, WaitingHandler waitingHandler) Constructor for an Mascot dat csv result file reader.MsAmandaIdfileReader(File msAmandaCsvFile, WaitingHandler waitingHandler) Constructor for an MS Amanda csv result file reader.MzIdentMLIdfileReader(File mzIdentMLFile, WaitingHandler waitingHandler) Constructor for an mzIdentML result file reader.NovorIdfileReader(File novorCsvFile, WaitingHandler waitingHandler) Constructor for an Novor csv result file reader.SageIdfileReader(File sageTsvFile, WaitingHandler waitingHandler) Constructor for a Sage tsv file reader.TideIdfileReader(File tideTsvFile, WaitingHandler waitingHandler) Constructor for an Tide tsv result file reader.XTandemIdfileReader(File inputFile, WaitingHandler waitingHandler) Constructor for an X!Tandem xml result file reader. -
Uses of WaitingHandler in com.compomics.util.experiment.io.mass_spectrometry
Methods in com.compomics.util.experiment.io.mass_spectrometry with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic MsFileIteratorMsFileIterator.getMsFileIterator(File file, WaitingHandler waitingHandler) Returns the file reader for the given mass spectrometry file based on its extension.voidMsFileHandler.register(File msFile, WaitingHandler waitingHandler) Registers a mass spectrometry file and enables querying its spectra.If the file is not a cms file, a cms file will be created along with the ms file.voidMsFileHandler.register(File msFile, File cmsFolder, WaitingHandler waitingHandler) Registers a mass spectrometry file and enables querying its spectra.static voidMsFileExporter.writeAplFile(SpectrumProvider spectrumProvider, boolean includeAllSpectrumLevels, String fileNameWithoutExtension, File destinationFile, SearchParameters searchParameters, WaitingHandler waitingHandler) Writes the spectra of a file in the Andromeda peak list (apl) format.static voidMsFileExporter.writeMgfFile(SpectrumProvider spectrumProvider, boolean includeAllSpectrumLevels, String fileNameWithoutExtension, File destinationFile, WaitingHandler waitingHandler) Writes the spectra of a file in the Mascot Generic File (mgf) format.static voidMsFileExporter.writeMs2File(SpectrumProvider spectrumProvider, boolean includeAllSpectrumLevels, String fileNameWithoutExtension, File destinationFile, WaitingHandler waitingHandler) Writes the spectra of a file in the ms2 format.static voidMsFileExporter.writeMsFile(SpectrumProvider spectrumProvider, boolean includeAllSpectrumLevels, String fileNameWithoutExtension, File destinationFile, MsFileExporter.Format format, SearchParameters searchParameters, WaitingHandler waitingHandler) Writes the spectra of a file in the given format. -
Uses of WaitingHandler in com.compomics.util.experiment.io.mass_spectrometry.cms
Constructors in com.compomics.util.experiment.io.mass_spectrometry.cms with parameters of type WaitingHandlerModifierConstructorDescriptionCmsFileIterator(File file, WaitingHandler waitingHandler) Constructor.CmsFileReader(File file, WaitingHandler waitingHandler) Constructor allocating for single thread usage. -
Uses of WaitingHandler in com.compomics.util.experiment.io.mass_spectrometry.mgf
Methods in com.compomics.util.experiment.io.mass_spectrometry.mgf with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic voidMgfFileUtils.addMissingPrecursorCharges(File mgfFile, WaitingHandler waitingHandler) Add missing precursor charges.static voidMgfFileUtils.addMissingSpectrumTitles(File mgfFile, WaitingHandler waitingHandler) Adds missing spectrum titles.static MgfIndexIndexedMgfReader.getMgfIndex(File mgfFile, WaitingHandler waitingHandler) Returns the index of all spectra in the given MGF file.static voidMgfFileUtils.removeDuplicateSpectrumTitles(File mgfFile, WaitingHandler waitingHandler) Removes duplicate spectrum titles (the first occurrence is kept).static voidMgfFileUtils.removeZeroes(File mgfFile, WaitingHandler waitingHandler) Removes zero intensity peaks.static voidMgfFileUtils.renameDuplicateSpectrumTitles(File mgfFile, WaitingHandler waitingHandler) Renames duplicate spectrum titles.MgfFileUtils.splitFile(File mgfFile, int nSpectra, WaitingHandler waitingHandler) Splits an mgf file into smaller ones and returns the indexes of the generated files.Constructors in com.compomics.util.experiment.io.mass_spectrometry.mgf with parameters of type WaitingHandlerModifierConstructorDescriptionMgfFileIterator(File mgfFile, WaitingHandler waitingHandler) Constructor. -
Uses of WaitingHandler in com.compomics.util.experiment.io.mass_spectrometry.mzml
Constructors in com.compomics.util.experiment.io.mass_spectrometry.mzml with parameters of type WaitingHandlerModifierConstructorDescriptionMzmlFileIterator(File mzmlFile, WaitingHandler waitingHandler) Constructor. -
Uses of WaitingHandler in com.compomics.util.experiment.quantification.spectrumcounting
Methods in com.compomics.util.experiment.quantification.spectrumcounting with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidScalingFactorsEstimators.estimateScalingFactors(Identification identification, Metrics metrics, SequenceProvider sequenceProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, WaitingHandler waitingHandler, ExceptionHandler exceptionHandler, ProcessingParameters processingParameters) Estimates the scaling factors and stores them in the given metrics. -
Uses of WaitingHandler in com.compomics.util.gui.tablemodels
Methods in com.compomics.util.gui.tablemodels with parameters of type WaitingHandlerModifier and TypeMethodDescriptionprotected abstract intSelfUpdatingTableModel.loadDataForRows(ArrayList<Integer> indexes, WaitingHandler waitingHandler) Loads the data needed for objects at rows of the given view indexes. -
Uses of WaitingHandler in com.compomics.util.gui.waiting.waitinghandlers
Classes in com.compomics.util.gui.waiting.waitinghandlers that implement WaitingHandlerModifier and TypeClassDescriptionclassA dialog for displaying information about progress.classA dialog displaying progress details.classThis class is an implementation of the WaitingHandler interface to be used when operating through the Command Line Interface.classThis class is an implementation of the WaitingHandler interface to be used when a process can be canceled, but no monitoring is needed. -
Uses of WaitingHandler in com.compomics.util.io
Methods in com.compomics.util.io with parameters of type WaitingHandler -
Uses of WaitingHandler in com.compomics.util.io.compression
Methods in com.compomics.util.io.compression with parameters of type WaitingHandlerModifier and TypeMethodDescriptionstatic voidZipUtils.addFileToZip(File file, ZipOutputStream out, WaitingHandler waitingHandler, long totalUncompressedFileSize) Adds a new file to the zip stream.static voidZipUtils.addFileToZip(String subDirectory, File file, ZipOutputStream out, WaitingHandler waitingHandler, long totalUncompressedFileSize) Adds a new file to the zip stream.static voidTarUtils.addFolderContent(org.apache.commons.compress.archivers.ArchiveOutputStream tarOutput, File folder, WaitingHandler waitingHandler) Add content to the tar file.static voidZipUtils.addToZip(File file, String subDirectory, ZipOutputStream out, WaitingHandler waitingHandler, long totalUncompressedFileSize) Adds a new file to the zip stream.static voidZipUtils.addToZip(File file, ZipOutputStream out, WaitingHandler waitingHandler, long totalUncompressedFileSize) Adds a new file to the zip stream.static voidTarUtils.extractFile(File tarFile, WaitingHandler waitingHandler) Extracts files from a tar.static voidTarUtils.extractFile(File tarFile, File destinationFolder, WaitingHandler waitingHandler) Extracts files from a tar.static voidTarUtils.tarFolder(File folder, File destinationFile, WaitingHandler waitingHandler) Tar a given folder to a file.static voidTarUtils.tarFolderContent(File folder, File destinationFile, HashSet<String> exceptionsPaths, WaitingHandler waitingHandler) Tar the content of a given folder to a file.static voidZipUtils.unzip(File zipFile, File destinationFolder, WaitingHandler waitingHandler) Unzips the content of an archive into a given folder.static voidZipUtils.zip(File originFile, File destinationFile, WaitingHandler waitingHandler, long totalUncompressedFileSize) Zips a file. -
Uses of WaitingHandler in com.compomics.util.math.clustering
Methods in com.compomics.util.math.clustering with parameters of type WaitingHandlerModifier and TypeMethodDescriptionvoidKMeansClustering.kMeanCluster(WaitingHandler waitingHandler) Run the k-means clustering. -
Uses of WaitingHandler in com.compomics.util.pdbfinder
Constructors in com.compomics.util.pdbfinder with parameters of type WaitingHandlerModifierConstructorDescriptionFindPdbForUniprotAccessions(String aProteinAccession, WaitingHandler aWaitingHandler) Constructor.