Uses of Class
ubic.gemma.core.analysis.sequence.ShellDelegatingBlat.BlattableGenome
-
Packages that use ShellDelegatingBlat.BlattableGenome Package Description ubic.gemma.core.analysis.sequence -
-
Uses of ShellDelegatingBlat.BlattableGenome in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return ShellDelegatingBlat.BlattableGenome Modifier and Type Method Description static ShellDelegatingBlat.BlattableGenome
ShellDelegatingBlat.BlattableGenome. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShellDelegatingBlat.BlattableGenome[]
ShellDelegatingBlat.BlattableGenome. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.analysis.sequence with parameters of type ShellDelegatingBlat.BlattableGenome Modifier and Type Method Description String
Blat. getSeqFiles(ShellDelegatingBlat.BlattableGenome genome)
String
ShellDelegatingBlat. getSeqFiles(ShellDelegatingBlat.BlattableGenome genome)
void
Blat. startServer(ShellDelegatingBlat.BlattableGenome genome, int port)
Start the server, if the port isn't already being used.void
ShellDelegatingBlat. startServer(ShellDelegatingBlat.BlattableGenome genome, int port)
-