Method | Description | |
---|---|---|
BlastArgs ( String genomes ) : String[] |
Specifies arguments for BLAST results for all five TB genomes. Format ex: blast_results_CDC1551.xml
|
|
MakeBlastDB ( String genomes ) : String[] |
Specifies argements for the makeblastbd command.
|
|
RealPrimerBlastRun ( String primerSequence, String genomes ) : System | ||
Run ( ) : void |
Starts a new Command process.
|
|
WriteSequenceFasta ( String sequence, String filename, String description ) : void | ||
WriteSequenceText ( String sequence ) : void |
Writes the inputted sequence to a text file. We will write to the GnomesFolder in the bin folder of the executable. Used for Primer Sequence
|
public BlastArgs ( String genomes ) : String[] | ||
genomes | String | String array of genomes being made into databases |
return | String[] |
public MakeBlastDB ( String genomes ) : String[] | ||
genomes | String | String array of genomes being made into databases |
return | String[] |
public RealPrimerBlastRun ( String primerSequence, String genomes ) : System | ||
primerSequence | String | |
genomes | String | |
return | System |
public WriteSequenceFasta ( String sequence, String filename, String description ) : void | ||
sequence | String | |
filename | String | |
description | String | |
return | void |
public WriteSequenceText ( String sequence ) : void | ||
sequence | String | String of the DNA sequence being written to file |
return | void |