|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.blast.seqinfo
| Constructor Summary | |
seqinfo()
|
|
| Method Summary | |
static int |
fromFastaLen(java.lang.String ac)
Returns the length of the query sequence. |
static java.lang.String |
getAC(java.lang.String line)
gets the accession number from a FASTA header line that starts with >gi|. |
static int |
getBValue(java.lang.String[] args)
Returns the number of alignments to be returned from BLAST. |
static java.lang.String |
getDatabase(java.lang.String[] args)
|
static double |
getEValue(java.lang.String[] args)
Returns the expectation value. |
static java.lang.String |
getFastaFile(java.lang.String[] args)
Returns the name of the fasta sequence file. |
static java.lang.String |
getMbFilename(java.lang.String[] args)
Returns the name of the megablast output file. |
static java.lang.String |
getOutFilename(java.lang.String[] args)
Returns the name of the output file. |
static double |
getProportionQuery(java.lang.String[] args)
Returns the percent length. |
static int |
getQLen(java.lang.String[] args)
Returns the length of the query sequence. |
static double |
getSeqError(java.lang.String[] args)
Returns the allowed sequencing error. |
static java.lang.String |
getSeqFilename(java.lang.String[] args)
Returns the name of the query sequence input file. |
static int |
getSeqType(java.lang.String[] args)
Returns the type of sequence that will be used as query. |
static int |
getVValue(java.lang.String[] args)
Returns the number of descriptions to be returned from BLAST. |
static java.lang.String |
getXMLFilename(java.lang.String[] args)
Returns the name of the XML input file. |
static java.lang.String |
getXMLOutFilename(java.lang.String[] args)
Returns the name of the output file into which to copy the XML file that results from BLAST. |
static void |
main(java.lang.String[] args)
|
static void |
printHelpFile()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public seqinfo()
| Method Detail |
public static java.lang.String getDatabase(java.lang.String[] args)
public static double getEValue(java.lang.String[] args)
public static int getBValue(java.lang.String[] args)
public static int getVValue(java.lang.String[] args)
public static double getSeqError(java.lang.String[] args)
public static double getProportionQuery(java.lang.String[] args)
public static int getQLen(java.lang.String[] args)
public static int getSeqType(java.lang.String[] args)
public static java.lang.String getSeqFilename(java.lang.String[] args)
public static java.lang.String getMbFilename(java.lang.String[] args)
public static java.lang.String getFastaFile(java.lang.String[] args)
public static java.lang.String getXMLFilename(java.lang.String[] args)
public static java.lang.String getOutFilename(java.lang.String[] args)
public static java.lang.String getXMLOutFilename(java.lang.String[] args)
public static java.lang.String getAC(java.lang.String line)
public static int fromFastaLen(java.lang.String ac)
public static void printHelpFile()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||