Package | Description |
---|---|
compbio.engine.client | |
compbio.runner.conservation | |
compbio.runner.disorder | |
compbio.runner.msa |
Wrappers for native executables for multiple sequence alignment (msa)
|
compbio.runner.structure | |
compbio.ws.server |
Modifier and Type | Method and Description |
---|---|
SkeletalExecutable<T> |
SkeletalExecutable.setError(java.lang.String errFile) |
SkeletalExecutable<T> |
SkeletalExecutable.setInput(java.lang.String inFile) |
SkeletalExecutable<T> |
SkeletalExecutable.setOutput(java.lang.String outFile) |
Modifier and Type | Class and Description |
---|---|
class |
AACon
Command line
java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
|
Modifier and Type | Class and Description |
---|---|
class |
Disembl
DisEMBL.py smooth_frame peak_frame join_frame fold_coils fold_hotloops
fold_rem465 sequence_file print
'A default run would be: ./DisEMBL.py 8 8 4 1.2 1.4 1.2 fasta_file > out'
This version of DisEMBL is 1.4 (latest available for download in Feb 2011)
capable of outputting raw values
The values of the parameters are hard coded in DisEMBL.py script.
|
class |
GlobPlot
./GlobPipe.py SmoothFrame DOMjoinFrame DOMpeakFrame DISjoinFrame DISpeakFrame
FASTAfile' Optimised for ELM: ./GlobPlot.py 10 8 75 8 8 sequence_file'
Webserver settings: ./GlobPlot.py 10 15 74 4 5 sequence_file'
Hard-coded values are 10 15 74 4 5.
|
class |
IUPred
iupred sequenceFile
|
class |
Jronn
Command line
java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
|
Modifier and Type | Class and Description |
---|---|
class |
ClustalO |
class |
ClustalW |
class |
GLprobs |
class |
Mafft |
class |
MSAprobs |
class |
Muscle |
class |
Probcons |
class |
Tcoffee |
Modifier and Type | Class and Description |
---|---|
class |
RNAalifold |
Modifier and Type | Field and Description |
---|---|
private SkeletalExecutable<T> |
GenericMetadataService.exec |
Constructor and Description |
---|
GenericMetadataService(SkeletalExecutable<T> exec,
org.apache.log4j.Logger log) |
SequenceAnnotationService(SkeletalExecutable<T> exec,
org.apache.log4j.Logger log) |