Package | Description |
---|---|
com.hfg.bio.seq.alignment.muscle |
Modifier and Type | Method and Description |
---|---|
MuscleOutputFormat |
MuscleSettings.getOutputFormat() |
static MuscleOutputFormat |
MuscleOutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuscleOutputFormat[] |
MuscleOutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MuscleSettings |
MuscleSettings.setOutputFormat(MuscleOutputFormat inValue) |
jataylor@hairyfatguy.com