|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.local.Program
org.strbio.local.Muscle
public class Muscle
Class to run Muscle
Verions 1.1, 3/30/07 - added ability to pass other options to muscle Version 1.0, 11/27/06 - original version, based on ClustalW
Field Summary |
---|
Fields inherited from class org.strbio.local.Program |
---|
processError, processInput, processOutput, PROGRAM_NAME |
Constructor Summary | |
---|---|
Muscle()
|
Method Summary | |
---|---|
java.lang.String |
programName()
What's the name of this program? |
PolymerSet |
runOnPolymerSet(PolymerSet p)
|
PolymerSet |
runOnPolymerSet(PolymerSet p,
java.lang.String options)
return a protein set resulting from running muscle on a protein set, with optional options to Muscle |
Methods inherited from class org.strbio.local.Program |
---|
clean, exists, run, runBackground, runSilent, setError, setInput, setOutput, setProgramName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Muscle()
Method Detail |
---|
public final java.lang.String programName()
Program
programName
in class Program
public final PolymerSet runOnPolymerSet(PolymerSet p, java.lang.String options)
public final PolymerSet runOnPolymerSet(PolymerSet p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |