public class GenericFastaConverter extends Object
Constructor and Description |
---|
GenericFastaConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
convertFile(File fastaIn,
File fastaOut,
WaitingHandler waitingHandler)
Appends decoy sequences to the provided FASTA file.
|
public static void convertFile(File fastaIn, File fastaOut, WaitingHandler waitingHandler) throws IOException
fastaIn
- the FASTA file to readfastaOut
- the FASTA file to writewaitingHandler
- a handler to allow canceling the import and
displaying progressIOException
- exception thrown whenever an error happened while
reading or writing a FASTA fileCopyright © 2018. All rights reserved.