Uses of Class
org.biojavax.bio.alignment.blast.RemoteQBlastOutputFormat
-
Packages that use RemoteQBlastOutputFormat Package Description org.biojavax.bio.alignment.blast This package holds implementations of the org.biojava3.ws.alignment interfaces for the NCBI remote QBlast services through the WWW. -
-
Uses of RemoteQBlastOutputFormat in org.biojavax.bio.alignment.blast
Methods in org.biojavax.bio.alignment.blast that return RemoteQBlastOutputFormat Modifier and Type Method Description static RemoteQBlastOutputFormat
RemoteQBlastOutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoteQBlastOutputFormat[]
RemoteQBlastOutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojavax.bio.alignment.blast with parameters of type RemoteQBlastOutputFormat Modifier and Type Method Description void
RemoteQBlastOutputProperties. setAlignmentOutputFormat(RemoteQBlastOutputFormat rf)
This method is use to set the alignment output format to get from the QBlast servicevoid
RemoteQBlastOutputProperties. setOutputFormat(RemoteQBlastOutputFormat rf)
This method is use to set the stream output format to get from the QBlast service
-