public class ProteinSequencesManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DNA_FOLDER
Name of the folder containing DNA translated files.
|
static String |
TEMP_FOLDER
Name of the folder containing temporary files.
|
static String |
UNIPROT_FOLDER
Name of the folder containing uniprot files.
|
static String |
USER_FOLDER
Name of the folder containing user FASTA files.
|
Constructor and Description |
---|
ProteinSequencesManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addUserFastaFile(File userFastaFile,
WaitingHandler waitingHandler)
Adds a user FASTA file to the folder.
|
public static final String TEMP_FOLDER
public static final String UNIPROT_FOLDER
public static final String USER_FOLDER
public static final String DNA_FOLDER
public static void addUserFastaFile(File userFastaFile, WaitingHandler waitingHandler) throws IOException
userFastaFile
- the FASTA file to addwaitingHandler
- a waiting handler displaying progress and allowing
canceling the operation.IOException
- exception thrown whenever an error occurred while
copying the file.Copyright © 2015. All rights reserved.