Home
Getting Started
Manual
-
Download
+
Download
Usage Statistics
Services Status
Contact Us
diff --git a/website/dm_javadoc/allclasses-frame.html b/website/dm_javadoc/allclasses-frame.html
new file mode 100644
index 0000000..03c143a
--- /dev/null
+++ b/website/dm_javadoc/allclasses-frame.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
diff --git a/website/dm_javadoc/allclasses-noframe.html b/website/dm_javadoc/allclasses-noframe.html
new file mode 100644
index 0000000..6d881ce
--- /dev/null
+++ b/website/dm_javadoc/allclasses-noframe.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/Category.html b/website/dm_javadoc/compbio/data/msa/Category.html
new file mode 100644
index 0000000..b687e04
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/Category.html
@@ -0,0 +1,390 @@
+
+
+
+
+
+
+Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Class Category
+
+java.lang.Object
+ compbio.data.msa.Category
+
+
+
+public class Category extends java.lang.Object
+
+
+
+Class that splits Services
to categories. Services themselves have no
+ knowledge which category they belongs to.
+
+ This class is responsible for initialization of all the categories (done
+ statically) and holds the category names as constrains.
+
+ Two categories considered equals if their names are equals.
+
+
+
+
+Version:
+ 1.0 September 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+CATEGORY_ALIGNMENT
+
+public static final java.lang.String CATEGORY_ALIGNMENT
+
+All of the Category names
+
+
+See Also: Constant Field Values
+
+
+
+
+CATEGORY_DISORDER
+
+public static final java.lang.String CATEGORY_DISORDER
+
+
+See Also: Constant Field Values
+
+
+
+
+CATEGORY_CONSERVATION
+
+public static final java.lang.String CATEGORY_CONSERVATION
+
+
+See Also: Constant Field Values
+
+
+
+
+name
+
+public java.lang.String name
+
+
+
+
+
+
+
+
+
+
+
+getServices
+
+public java.util.Set<Services > getServices ()
+
+
+
+
+
+
+
+
+getCategories
+
+public static java.util.Set<Category > getCategories ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/JABAService.html b/website/dm_javadoc/compbio/data/msa/JABAService.html
new file mode 100644
index 0000000..bb42279
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/JABAService.html
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+JABAService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface JABAService
+
+All Known Subinterfaces: MsaWS <T>, RegistryWS , SequenceAnnotation <T>
+
+
+
+public interface JABAService
+
+
+
+This is a marker interface, contains no methods
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+SERVICE_NAMESPACE
+
+static final java.lang.String SERVICE_NAMESPACE
+
+
+See Also: Constant Field Values
+
+
+
+
+V2_SERVICE_NAMESPACE
+
+static final java.lang.String V2_SERVICE_NAMESPACE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/JManagement.html b/website/dm_javadoc/compbio/data/msa/JManagement.html
new file mode 100644
index 0000000..73a4653
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/JManagement.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface JManagement
+
+All Known Subinterfaces: MsaWS <T>, SequenceAnnotation <T>
+
+
+
+public interface JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+cancelJob (java.lang.String jobId)
+
+
+ Stop running the job jobId
but leave its output untouched
+
+
+
+ JobStatus
+getJobStatus (java.lang.String jobId)
+
+
+ Return the status of the job.
+
+
+
+ ChunkHolder
+pullExecStatistics (java.lang.String jobId,
+ long position)
+
+
+ Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
.
+
+
+
+
+
+
+
+
+
+
+
+cancelJob
+
+boolean cancelJob (java.lang.String jobId)
+
+Stop running the job jobId
but leave its output untouched
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+ Throws:
+java.security.InvalidParameterException
- is thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format
+
+
+
+
+
+getJobStatus
+
+JobStatus getJobStatus (java.lang.String jobId)
+
+Return the status of the job.
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job
+ Throws:
+java.security.InvalidParameterException
- is thrown if jobId is empty or cannot be recognised e.g. in
+ invalid formatSee Also: JobStatus
+
+
+
+
+
+pullExecStatistics
+
+ChunkHolder pullExecStatistics (java.lang.String jobId,
+ long position)
+
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read
+ Throws:
+java.security.InvalidParameterException
- thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format and also if the position value is negativeSee Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/Metadata.html b/website/dm_javadoc/compbio/data/msa/Metadata.html
new file mode 100644
index 0000000..84f3d78
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/Metadata.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+Metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface Metadata<T>
+
+All Known Subinterfaces: MsaWS <T>, SequenceAnnotation <T>
+
+
+
+public interface Metadata<T>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getRunnerOptions
+
+RunnerConfig <T > getRunnerOptions ()
+
+Get options supported by a web service
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+getPresets
+
+PresetManager <T > getPresets ()
+
+Get presets supported by a web service
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getLimit
+
+Limit <T > getLimit (java.lang.String presetName)
+
+Get a Limit for a preset.
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+LimitsManager <T > getLimits ()
+
+List Limits supported by a web service.
+
+
+
+Returns: LimitManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/MsaWS.html b/website/dm_javadoc/compbio/data/msa/MsaWS.html
new file mode 100644
index 0000000..5227700
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/MsaWS.html
@@ -0,0 +1,433 @@
+
+
+
+
+
+
+MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface MsaWS<T>
+
+Type Parameters: T
- executable type / web service type
+
+All Superinterfaces: JABAService , JManagement , Metadata <T>
+
+
+
+public interface MsaWS<T> extends JABAService , JManagement , Metadata <T>
+
+
+
+Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+
+Author:
+ pvtroshin
+
+ Date November 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+align (java.util.List<FastaSequence > sequences)
+
+
+ Align a list of sequences with default settings.
+
+
+
+ java.lang.String
+customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ Alignment
+getResult (java.lang.String jobId)
+
+
+ Return the result of the job.
+
+
+
+ java.lang.String
+presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Align a list of sequences with preset.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+align
+
+java.lang.String align (java.util.List<FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+java.security.InvalidParameterException
- thrown if input list of FASTA sequences is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+java.lang.String customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Align a list of sequences with options.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+java.security.InvalidParameterException
- thrown if input list of FASTA sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limitSee Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+java.lang.String presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+java.security.InvalidParameterException
- thrown if input list of FASTA sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limitSee Also: Preset
+
+
+
+
+
+getResult
+
+Alignment getResult (java.lang.String jobId)
+ throws ResultNotAvailableException
+
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+java.security.InvalidParameterException
- thrown if jobId is empty or is not recognised e.g. in invalid
+ format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/RegistryWS.html b/website/dm_javadoc/compbio/data/msa/RegistryWS.html
new file mode 100644
index 0000000..8fa123c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/RegistryWS.html
@@ -0,0 +1,426 @@
+
+
+
+
+
+
+RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface RegistryWS
+
+All Superinterfaces: JABAService
+
+
+
+public interface RegistryWS extends JABAService
+
+
+
+JABAWS services registry
+
+
+
+
+Version:
+ 1.0 June 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getSupportedServices
+
+java.util.Set<Services > getSupportedServices ()
+
+List of services that are functioning on the server. This function
+ returns the results of testing performed some time ago by
+ testAllServices()
or testService(Services)
methods. The
+ time of last check can be obtained from
+ getLastTestedOn(Services)
method
+
+
+
+
+
+
+Returns: the Set of Services which are functioning on the server See Also: testAllServices()
+
+
+
+
+
+getLastTested
+
+int getLastTested (Services service)
+
+Number of seconds since the last test. Returns 0 if the service was not
+ tested or tested less then a one second ago.
+
+
+
+
+
+Parameters: service
-
+Returns: when last time tested
+
+
+
+
+
+getLastTestedOn
+
+java.util.Date getLastTestedOn (Services service)
+
+The date and time the service has been verified to work last time
+
+
+
+
+
+Parameters: service
-
+Returns: the Date and time on which the service was last tested
+
+
+
+
+
+testAllServices
+
+java.lang.String testAllServices ()
+
+Test all JABAWS services on the server
+
+
+
+
+
+
+Returns: the test log
+
+
+
+
+
+testService
+
+java.lang.String testService (Services service)
+
+Test a particular service
+
+
+
+
+
+Parameters: service
-
+Returns: the testing log
+
+
+
+
+
+isOperating
+
+boolean isOperating (Services service)
+
+Check whether a particular web service is working on this server
+
+
+
+
+
+Parameters: service
-
+Returns: true if the service was functioning in time of last testing.
+
+
+
+
+
+getServiceDescription
+
+java.lang.String getServiceDescription (Services service)
+
+Gives the description of the service.
+
+
+
+
+
+Parameters: service
-
+Returns: String, plain text or html formatted piece, but NOT a full html
+ document
+
+
+
+
+
+getServiceCategories
+
+java.util.Set<Category > getServiceCategories ()
+
+Gets the list of services per category. ServiceClassifier has the method
+ that returns Map>
+
+
+
+
+
+
+Returns: ServiceClassifier the object to represent relation between
+ Services and Categories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/SequenceAnnotation.html b/website/dm_javadoc/compbio/data/msa/SequenceAnnotation.html
new file mode 100644
index 0000000..741aa6d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/SequenceAnnotation.html
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface SequenceAnnotation<T>
+
+Type Parameters: T
- executable type / web service type
+
+All Superinterfaces: JABAService , JManagement , Metadata <T>
+
+
+
+public interface SequenceAnnotation<T> extends JABAService , JManagement , Metadata <T>
+
+
+
+Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+Version:
+ 1.0 November 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+analize (java.util.List<FastaSequence > sequences)
+
+
+ Analyse the sequences.
+
+
+
+ java.lang.String
+customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+ ScoreManager
+getAnnotation (java.lang.String jobId)
+
+
+ Return the result of the job.
+
+
+
+ java.lang.String
+presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Analyse the sequences according to the preset settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+analize
+
+java.lang.String analize (java.util.List<FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+Analyse the sequences. The actual analysis algorithm is defined by the
+ type T.
+
+ Any dataset containing a greater number of sequences or the average
+ length of the sequences are greater then defined in the default Limit
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this information
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+java.security.InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+
+
+
+
+
+customAnalize
+
+java.lang.String customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Analyse the sequences according to custom settings defined in options
+ list. The actual analysis algorithm is defined by the type T. Default
+ Limit is used to decide whether the calculation will be permitted or
+ denied
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+java.security.InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limitSee Also: Option
+
+
+
+
+
+presetAnalize
+
+java.lang.String presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Analyse the sequences according to the preset settings. The actual
+ analysis algorithm is defined by the type T.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+java.security.InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+
+
+
+
+
+getAnnotation
+
+ScoreManager getAnnotation (java.lang.String jobId)
+ throws ResultNotAvailableException
+
+Return the result of the job.
+
+
+
+
+
+Parameters: jobId
- a unique job identifier
+Returns: the Map with the sequence names, sequence group names or the word
+ 'Alignment' in case of alignments and values the represented by a
+ Set of Score objects. The alignment can be represented in as
+ little as one key->value pair in this map, the list of sequences
+ will be represented by multiple key->value mappings. If multiple
+ annotations were calculated, then they are represented as a Set
+ of Scores.
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown is dues to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+java.security.InvalidParameterException
- thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/Category.html b/website/dm_javadoc/compbio/data/msa/class-use/Category.html
new file mode 100644
index 0000000..f0dacbc
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/Category.html
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/JABAService.html b/website/dm_javadoc/compbio/data/msa/class-use/JABAService.html
new file mode 100644
index 0000000..585a9f1
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/JABAService.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JABAService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JABAService
+
+
+
+
+
+Packages that use JABAService
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.ws.client
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of JABAService in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+RegistryWS
+
+
+ JABAWS services registry
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/JManagement.html b/website/dm_javadoc/compbio/data/msa/class-use/JManagement.html
new file mode 100644
index 0000000..4668d72
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/JManagement.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of JManagement in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/Metadata.html b/website/dm_javadoc/compbio/data/msa/class-use/Metadata.html
new file mode 100644
index 0000000..87ee701
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/Metadata.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.Metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.Metadata
+
+
+
+
+
+Packages that use Metadata
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of Metadata in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/MsaWS.html b/website/dm_javadoc/compbio/data/msa/class-use/MsaWS.html
new file mode 100644
index 0000000..73ef7d9
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/MsaWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.MsaWS
+
+No usage of compbio.data.msa.MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/RegistryWS.html b/website/dm_javadoc/compbio/data/msa/class-use/RegistryWS.html
new file mode 100644
index 0000000..9e8ad7a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/RegistryWS.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.RegistryWS
+
+
+
+
+
+Packages that use RegistryWS
+
+
+compbio.ws.client
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html b/website/dm_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html
new file mode 100644
index 0000000..80eb36d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/Align.html b/website/dm_javadoc/compbio/data/msa/jaxws/Align.html
new file mode 100644
index 0000000..abac99f
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/Align.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class Align
+
+java.lang.Object
+ compbio.data.msa.jaxws.Align
+
+
+
+public class Align extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Align ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Align
+
+public Align ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/AlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/AlignResponse.html
new file mode 100644
index 0000000..91a0f11
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/AlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class AlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.AlignResponse
+
+
+
+public class AlignResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AlignResponse
+
+public AlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/Analize.html b/website/dm_javadoc/compbio/data/msa/jaxws/Analize.html
new file mode 100644
index 0000000..82a2775
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/Analize.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class Analize
+
+java.lang.Object
+ compbio.data.msa.jaxws.Analize
+
+
+
+public class Analize extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Analize ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Analize
+
+public Analize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html
new file mode 100644
index 0000000..31d9d12
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class AnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+public class AnalizeResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AnalizeResponse
+
+public AnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CancelJob.html b/website/dm_javadoc/compbio/data/msa/jaxws/CancelJob.html
new file mode 100644
index 0000000..101ff25
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CancelJob.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CancelJob
+
+java.lang.Object
+ compbio.data.msa.jaxws.CancelJob
+
+
+
+public class CancelJob extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+CancelJob ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getJobId ()
+
+
+
+
+
+
+ void
+setJobId (java.lang.String jobId)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CancelJob
+
+public CancelJob ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public java.lang.String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (java.lang.String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html
new file mode 100644
index 0000000..2e4f291
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CancelJobResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+public class CancelJobResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+isReturn ()
+
+
+
+
+
+
+ void
+setReturn (boolean _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CancelJobResponse
+
+public CancelJobResponse ()
+
+
+
+
+
+
+
+
+
+isReturn
+
+public boolean isReturn ()
+
+
+
+Returns: returns boolean
+
+
+
+
+
+setReturn
+
+public void setReturn (boolean _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html
new file mode 100644
index 0000000..29afddd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAlign
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAlign
+
+
+
+public class CustomAlign extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAlign
+
+public CustomAlign ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getOptions
+
+public java.util.List<Option > getOptions ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setOptions
+
+public void setOptions (java.util.List<Option > options)
+
+
+Parameters: options
- the value for the options property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html
new file mode 100644
index 0000000..6563c02
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+public class CustomAlignResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAlignResponse
+
+public CustomAlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalize.html b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalize.html
new file mode 100644
index 0000000..be38587
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalize.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAnalize
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAnalize
+
+
+
+public class CustomAnalize extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAnalize
+
+public CustomAnalize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getOptions
+
+public java.util.List<Option > getOptions ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setOptions
+
+public void setOptions (java.util.List<Option > options)
+
+
+Parameters: options
- the value for the options property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html
new file mode 100644
index 0000000..608d216
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+public class CustomAnalizeResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAnalizeResponse
+
+public CustomAnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotation.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotation.html
new file mode 100644
index 0000000..10b2019
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotation.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetAnnotation
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetAnnotation
+
+
+
+public class GetAnnotation extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getJobId ()
+
+
+
+
+
+
+ void
+setJobId (java.lang.String jobId)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetAnnotation
+
+public GetAnnotation ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public java.lang.String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (java.lang.String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html
new file mode 100644
index 0000000..e6927cd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetAnnotationResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+public class GetAnnotationResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetAnnotationResponse
+
+public GetAnnotationResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public ScoreManager getReturn ()
+
+
+
+Returns: returns ScoreManager
+
+
+
+
+
+setReturn
+
+public void setReturn (ScoreManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatus.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatus.html
new file mode 100644
index 0000000..8be85d1
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatus.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetJobStatus
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetJobStatus
+
+
+
+public class GetJobStatus extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getJobId ()
+
+
+
+
+
+
+ void
+setJobId (java.lang.String jobId)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetJobStatus
+
+public GetJobStatus ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public java.lang.String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (java.lang.String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html
new file mode 100644
index 0000000..0f2ef7f
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetJobStatusResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+public class GetJobStatusResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetJobStatusResponse
+
+public GetJobStatusResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public JobStatus getReturn ()
+
+
+
+Returns: returns JobStatus
+
+
+
+
+
+setReturn
+
+public void setReturn (JobStatus _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTested.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTested.html
new file mode 100644
index 0000000..7ec34c7
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTested.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTested
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTested
+
+
+
+public class GetLastTested extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTested
+
+public GetLastTested ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html
new file mode 100644
index 0000000..4c5aa64
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedOn
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+public class GetLastTestedOn extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedOn
+
+public GetLastTestedOn ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html
new file mode 100644
index 0000000..c62a7c1
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedOnResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+public class GetLastTestedOnResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.util.Date
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.util.Date _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedOnResponse
+
+public GetLastTestedOnResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.util.Date getReturn ()
+
+
+
+Returns: returns Date
+
+
+
+
+
+setReturn
+
+public void setReturn (java.util.Date _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html
new file mode 100644
index 0000000..8ed57b2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+public class GetLastTestedResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (int _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedResponse
+
+public GetLastTestedResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public int getReturn ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setReturn
+
+public void setReturn (int _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLimit.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimit.html
new file mode 100644
index 0000000..c24e80c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimit.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimit
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimit
+
+
+
+public class GetLimit extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetLimit ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getPresetName ()
+
+
+
+
+
+
+ void
+setPresetName (java.lang.String presetName)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimit
+
+public GetLimit ()
+
+
+
+
+
+
+
+
+
+getPresetName
+
+public java.lang.String getPresetName ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setPresetName
+
+public void setPresetName (java.lang.String presetName)
+
+
+Parameters: presetName
- the value for the presetName property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html
new file mode 100644
index 0000000..2f76a59
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimitResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+public class GetLimitResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimitResponse
+
+public GetLimitResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Limit getReturn ()
+
+
+
+Returns: returns Limit
+
+
+
+
+
+setReturn
+
+public void setReturn (Limit _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLimits.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimits.html
new file mode 100644
index 0000000..4faf8fd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimits.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimits
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimits
+
+
+
+public class GetLimits extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetLimits ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimits
+
+public GetLimits ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html
new file mode 100644
index 0000000..d2e6749
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimitsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+public class GetLimitsResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimitsResponse
+
+public GetLimitsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public LimitsManager getReturn ()
+
+
+
+Returns: returns LimitsManager
+
+
+
+
+
+setReturn
+
+public void setReturn (LimitsManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetPresets.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetPresets.html
new file mode 100644
index 0000000..fe0fc7b
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetPresets.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetPresets
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetPresets
+
+
+
+public class GetPresets extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetPresets ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetPresets
+
+public GetPresets ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html
new file mode 100644
index 0000000..ac3231c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetPresetsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+public class GetPresetsResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetPresetsResponse
+
+public GetPresetsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public PresetManager getReturn ()
+
+
+
+Returns: returns PresetManager
+
+
+
+
+
+setReturn
+
+public void setReturn (PresetManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetResult.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetResult.html
new file mode 100644
index 0000000..a203834
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetResult.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetResult
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetResult
+
+
+
+public class GetResult extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetResult ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getJobId ()
+
+
+
+
+
+
+ void
+setJobId (java.lang.String jobId)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetResult
+
+public GetResult ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public java.lang.String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (java.lang.String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetResultResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetResultResponse.html
new file mode 100644
index 0000000..a9ac7bc
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetResultResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetResultResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetResultResponse
+
+
+
+public class GetResultResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetResultResponse
+
+public GetResultResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Alignment getReturn ()
+
+
+
+Returns: returns Alignment
+
+
+
+
+
+setReturn
+
+public void setReturn (Alignment _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html
new file mode 100644
index 0000000..60b68bb
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetRunnerOptions
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+public class GetRunnerOptions extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetRunnerOptions
+
+public GetRunnerOptions ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html
new file mode 100644
index 0000000..f722bc7
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetRunnerOptionsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+public class GetRunnerOptionsResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetRunnerOptionsResponse
+
+public GetRunnerOptionsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public RunnerConfig getReturn ()
+
+
+
+Returns: returns RunnerConfig
+
+
+
+
+
+setReturn
+
+public void setReturn (RunnerConfig _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html
new file mode 100644
index 0000000..01d2dbd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceCategories
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+public class GetServiceCategories extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceCategories
+
+public GetServiceCategories ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html
new file mode 100644
index 0000000..94e6a34
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceCategoriesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+public class GetServiceCategoriesResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceCategoriesResponse
+
+public GetServiceCategoriesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.util.Set<Category > getReturn ()
+
+
+
+Returns: returns Set
+
+
+
+
+
+setReturn
+
+public void setReturn (java.util.Set<Category > _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html
new file mode 100644
index 0000000..411c255
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceDescription
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+public class GetServiceDescription extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceDescription
+
+public GetServiceDescription ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html
new file mode 100644
index 0000000..490b595
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceDescriptionResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+public class GetServiceDescriptionResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceDescriptionResponse
+
+public GetServiceDescriptionResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html
new file mode 100644
index 0000000..0741857
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetSupportedServices
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+public class GetSupportedServices extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetSupportedServices
+
+public GetSupportedServices ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html
new file mode 100644
index 0000000..27f5e1e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetSupportedServicesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+public class GetSupportedServicesResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetSupportedServicesResponse
+
+public GetSupportedServicesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.util.Set<Services > getReturn ()
+
+
+
+Returns: returns Set
+
+
+
+
+
+setReturn
+
+public void setReturn (java.util.Set<Services > _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/IsOperating.html b/website/dm_javadoc/compbio/data/msa/jaxws/IsOperating.html
new file mode 100644
index 0000000..3a2c34e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/IsOperating.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class IsOperating
+
+java.lang.Object
+ compbio.data.msa.jaxws.IsOperating
+
+
+
+public class IsOperating extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IsOperating
+
+public IsOperating ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html
new file mode 100644
index 0000000..aa5e99b
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class IsOperatingResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+public class IsOperatingResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+isReturn ()
+
+
+
+
+
+
+ void
+setReturn (boolean _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IsOperatingResponse
+
+public IsOperatingResponse ()
+
+
+
+
+
+
+
+
+
+isReturn
+
+public boolean isReturn ()
+
+
+
+Returns: returns boolean
+
+
+
+
+
+setReturn
+
+public void setReturn (boolean _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html
new file mode 100644
index 0000000..2765e48
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class JobSubmissionExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+public class JobSubmissionExceptionBean extends java.lang.Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getMessage ()
+
+
+
+
+
+
+ void
+setMessage (java.lang.String message)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobSubmissionExceptionBean
+
+public JobSubmissionExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public java.lang.String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (java.lang.String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html
new file mode 100644
index 0000000..f9ca55f
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class LimitExceededExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+public class LimitExceededExceptionBean extends java.lang.Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitExceededExceptionBean
+
+public LimitExceededExceptionBean ()
+
+
+
+
+
+
+
+
+
+getActualNumberofSequences
+
+public int getActualNumberofSequences ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setActualNumberofSequences
+
+public void setActualNumberofSequences (int actualNumberofSequences)
+
+
+Parameters: actualNumberofSequences
- the value for the actualNumberofSequences property
+
+
+
+
+
+getMessage
+
+public java.lang.String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (java.lang.String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+getNumberOfSequencesAllowed
+
+public int getNumberOfSequencesAllowed ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setNumberOfSequencesAllowed
+
+public void setNumberOfSequencesAllowed (int numberOfSequencesAllowed)
+
+
+Parameters: numberOfSequencesAllowed
- the value for the numberOfSequencesAllowed property
+
+
+
+
+
+getSequenceLenghtActual
+
+public int getSequenceLenghtActual ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setSequenceLenghtActual
+
+public void setSequenceLenghtActual (int sequenceLenghtActual)
+
+
+Parameters: sequenceLenghtActual
- the value for the sequenceLenghtActual property
+
+
+
+
+
+getSequenceLenghtAllowed
+
+public int getSequenceLenghtAllowed ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setSequenceLenghtAllowed
+
+public void setSequenceLenghtAllowed (int sequenceLenghtAllowed)
+
+
+Parameters: sequenceLenghtAllowed
- the value for the sequenceLenghtAllowed property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlign.html b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlign.html
new file mode 100644
index 0000000..ee781da
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlign.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAlign
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAlign
+
+
+
+public class PresetAlign extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAlign
+
+public PresetAlign ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getPreset
+
+public Preset getPreset ()
+
+
+
+Returns: returns Preset
+
+
+
+
+
+setPreset
+
+public void setPreset (Preset preset)
+
+
+Parameters: preset
- the value for the preset property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html
new file mode 100644
index 0000000..24d734e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+public class PresetAlignResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAlignResponse
+
+public PresetAlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalize.html b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalize.html
new file mode 100644
index 0000000..1d42a22
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalize.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAnalize
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAnalize
+
+
+
+public class PresetAnalize extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAnalize
+
+public PresetAnalize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public java.util.List<FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (java.util.List<FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getPreset
+
+public Preset getPreset ()
+
+
+
+Returns: returns Preset
+
+
+
+
+
+setPreset
+
+public void setPreset (Preset preset)
+
+
+Parameters: preset
- the value for the preset property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html
new file mode 100644
index 0000000..20cf6a5
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+public class PresetAnalizeResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAnalizeResponse
+
+public PresetAnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html
new file mode 100644
index 0000000..98dc21c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PullExecStatistics
+
+java.lang.Object
+ compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+public class PullExecStatistics extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getJobId ()
+
+
+
+
+
+
+ long
+getPosition ()
+
+
+
+
+
+
+ void
+setJobId (java.lang.String jobId)
+
+
+
+
+
+
+ void
+setPosition (long position)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PullExecStatistics
+
+public PullExecStatistics ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public java.lang.String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (java.lang.String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+getPosition
+
+public long getPosition ()
+
+
+
+Returns: returns long
+
+
+
+
+
+setPosition
+
+public void setPosition (long position)
+
+
+Parameters: position
- the value for the position property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html
new file mode 100644
index 0000000..289bb21
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PullExecStatisticsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+public class PullExecStatisticsResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PullExecStatisticsResponse
+
+public PullExecStatisticsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public ChunkHolder getReturn ()
+
+
+
+Returns: returns ChunkHolder
+
+
+
+
+
+setReturn
+
+public void setReturn (ChunkHolder _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html
new file mode 100644
index 0000000..21bd013
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class ResultNotAvailableExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+public class ResultNotAvailableExceptionBean extends java.lang.Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getMessage ()
+
+
+
+
+
+
+ void
+setMessage (java.lang.String message)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ResultNotAvailableExceptionBean
+
+public ResultNotAvailableExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public java.lang.String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (java.lang.String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServices.html b/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServices.html
new file mode 100644
index 0000000..27af5b6
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServices.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestAllServices
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestAllServices
+
+
+
+public class TestAllServices extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestAllServices
+
+public TestAllServices ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html
new file mode 100644
index 0000000..bf19e2d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestAllServicesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+public class TestAllServicesResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestAllServicesResponse
+
+public TestAllServicesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/TestService.html b/website/dm_javadoc/compbio/data/msa/jaxws/TestService.html
new file mode 100644
index 0000000..a90c99e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/TestService.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestService
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestService
+
+
+
+public class TestService extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestService
+
+public TestService ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html
new file mode 100644
index 0000000..bf353ac
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestServiceResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+public class TestServiceResponse extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (java.lang.String _return)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestServiceResponse
+
+public TestServiceResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public java.lang.String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (java.lang.String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html
new file mode 100644
index 0000000..863fbd2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class UnsupportedRuntimeExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+public class UnsupportedRuntimeExceptionBean extends java.lang.Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getMessage ()
+
+
+
+
+
+
+ void
+setMessage (java.lang.String message)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnsupportedRuntimeExceptionBean
+
+public UnsupportedRuntimeExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public java.lang.String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (java.lang.String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html
new file mode 100644
index 0000000..c74431b
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class WrongParameterExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+public class WrongParameterExceptionBean extends java.lang.Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getMessage ()
+
+
+
+
+
+
+ void
+setMessage (java.lang.String message)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrongParameterExceptionBean
+
+public WrongParameterExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public java.lang.String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (java.lang.String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Align.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Align.html
new file mode 100644
index 0000000..55dfdb0
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Align.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Align
+
+No usage of compbio.data.msa.jaxws.Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html
new file mode 100644
index 0000000..f167c17
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AlignResponse
+
+No usage of compbio.data.msa.jaxws.AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Analize.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Analize.html
new file mode 100644
index 0000000..75a7407
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/Analize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Analize
+
+No usage of compbio.data.msa.jaxws.Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html
new file mode 100644
index 0000000..d3d66cf
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AnalizeResponse
+
+No usage of compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html
new file mode 100644
index 0000000..3a3a12c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJob
+
+No usage of compbio.data.msa.jaxws.CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html
new file mode 100644
index 0000000..7edabbd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJobResponse
+
+No usage of compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html
new file mode 100644
index 0000000..737aeea
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlign
+
+No usage of compbio.data.msa.jaxws.CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html
new file mode 100644
index 0000000..60a6b68
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlignResponse
+
+No usage of compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html
new file mode 100644
index 0000000..2231eb3
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalize
+
+No usage of compbio.data.msa.jaxws.CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html
new file mode 100644
index 0000000..42b2a9a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+No usage of compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html
new file mode 100644
index 0000000..e7d0be2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotation
+
+No usage of compbio.data.msa.jaxws.GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html
new file mode 100644
index 0000000..d50e4e8
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotationResponse
+
+No usage of compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html
new file mode 100644
index 0000000..8e409a4
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatus
+
+No usage of compbio.data.msa.jaxws.GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html
new file mode 100644
index 0000000..417b43c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatusResponse
+
+No usage of compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html
new file mode 100644
index 0000000..5e70d3e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTested
+
+No usage of compbio.data.msa.jaxws.GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html
new file mode 100644
index 0000000..c64d923
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOn
+
+No usage of compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html
new file mode 100644
index 0000000..9a9de63
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+No usage of compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html
new file mode 100644
index 0000000..3c3a44c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedResponse
+
+No usage of compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html
new file mode 100644
index 0000000..ca64a2c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimit
+
+No usage of compbio.data.msa.jaxws.GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html
new file mode 100644
index 0000000..4eb0bdc
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitResponse
+
+No usage of compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html
new file mode 100644
index 0000000..1e6808a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimits
+
+No usage of compbio.data.msa.jaxws.GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html
new file mode 100644
index 0000000..45dd435
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitsResponse
+
+No usage of compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html
new file mode 100644
index 0000000..95441a1
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresets
+
+No usage of compbio.data.msa.jaxws.GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html
new file mode 100644
index 0000000..851d0f0
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresetsResponse
+
+No usage of compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html
new file mode 100644
index 0000000..47ab959
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResult
+
+No usage of compbio.data.msa.jaxws.GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html
new file mode 100644
index 0000000..b6a6f33
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResultResponse
+
+No usage of compbio.data.msa.jaxws.GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html
new file mode 100644
index 0000000..66ad828
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptions
+
+No usage of compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html
new file mode 100644
index 0000000..ca391f6
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+No usage of compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html
new file mode 100644
index 0000000..577d247
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategories
+
+No usage of compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html
new file mode 100644
index 0000000..abe7c87
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+No usage of compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html
new file mode 100644
index 0000000..41c6bb4
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescription
+
+No usage of compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html
new file mode 100644
index 0000000..e5176cb
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+No usage of compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html
new file mode 100644
index 0000000..0b34454
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServices
+
+No usage of compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html
new file mode 100644
index 0000000..9341775
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+No usage of compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html
new file mode 100644
index 0000000..85aecdc
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperating
+
+No usage of compbio.data.msa.jaxws.IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html
new file mode 100644
index 0000000..9566a9d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperatingResponse
+
+No usage of compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html
new file mode 100644
index 0000000..261c1aa
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+No usage of compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html
new file mode 100644
index 0000000..8fd6d95
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+No usage of compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html
new file mode 100644
index 0000000..82823ba
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlign
+
+No usage of compbio.data.msa.jaxws.PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html
new file mode 100644
index 0000000..7e7a45d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlignResponse
+
+No usage of compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html
new file mode 100644
index 0000000..78b8bc2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalize
+
+No usage of compbio.data.msa.jaxws.PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html
new file mode 100644
index 0000000..3294a66
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+No usage of compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html
new file mode 100644
index 0000000..6041e78
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatistics
+
+No usage of compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html
new file mode 100644
index 0000000..1a4a05a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+No usage of compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html
new file mode 100644
index 0000000..fe4e49e
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+No usage of compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html
new file mode 100644
index 0000000..bca3612
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServices
+
+No usage of compbio.data.msa.jaxws.TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html
new file mode 100644
index 0000000..6f29d35
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServicesResponse
+
+No usage of compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestService.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestService.html
new file mode 100644
index 0000000..4dfc11a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestService.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestService
+
+No usage of compbio.data.msa.jaxws.TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html
new file mode 100644
index 0000000..6b7c07b
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestServiceResponse
+
+No usage of compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html
new file mode 100644
index 0000000..ed3b8c3
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+No usage of compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html
new file mode 100644
index 0000000..cfb4fc2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+No usage of compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/package-frame.html b/website/dm_javadoc/compbio/data/msa/jaxws/package-frame.html
new file mode 100644
index 0000000..1304d46
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/package-frame.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/package-summary.html b/website/dm_javadoc/compbio/data/msa/jaxws/package-summary.html
new file mode 100644
index 0000000..5df13cc
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/package-summary.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/package-tree.html b/website/dm_javadoc/compbio/data/msa/jaxws/package-tree.html
new file mode 100644
index 0000000..1f9e6d6
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/package-tree.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.msa.jaxws
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/package-use.html b/website/dm_javadoc/compbio/data/msa/jaxws/package-use.html
new file mode 100644
index 0000000..ff4bdbd
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/jaxws/package-use.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Package compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.msa.jaxws
+
+No usage of compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/package-frame.html b/website/dm_javadoc/compbio/data/msa/package-frame.html
new file mode 100644
index 0000000..7626616
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/package-frame.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/package-summary.html b/website/dm_javadoc/compbio/data/msa/package-summary.html
new file mode 100644
index 0000000..a259104
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/package-summary.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa
+
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+See:
+
+ Description
+
+
+
+
+
+Interface Summary
+
+
+JABAService
+This is a marker interface, contains no methods
+
+
+JManagement
+
+
+
+Metadata<T>
+
+
+
+MsaWS<T>
+Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+RegistryWS
+JABAWS services registry
+
+
+SequenceAnnotation<T>
+Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa Description
+
+
+
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 April 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/package-tree.html b/website/dm_javadoc/compbio/data/msa/package-tree.html
new file mode 100644
index 0000000..a6b4e3d
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/package-tree.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+compbio.data.msa Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.msa
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/msa/package-use.html b/website/dm_javadoc/compbio/data/msa/package-use.html
new file mode 100644
index 0000000..ab52f63
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/msa/package-use.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+Uses of Package compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/Alignment.html b/website/dm_javadoc/compbio/data/sequence/Alignment.html
new file mode 100644
index 0000000..c8137d3
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/Alignment.html
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Alignment
+
+java.lang.Object
+ compbio.data.sequence.Alignment
+
+
+
+@Immutable
+ public final class Alignment extends java.lang.Object
+
+
+
+Multiple sequence alignment.
+
+ Does not give any guarantees on the content of individual FastaSequece
+ records. It does not guarantee neither the uniqueness of the names of
+ sequences nor it guarantees the uniqueness of the sequences.
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+See Also: FastaSequence
,
+AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Alignment
+
+public Alignment (java.util.List<FastaSequence > sequences,
+ Program program,
+ char gapchar)
+
+
+Parameters: sequences
- program
- gapchar
-
+
+
+
+
+Alignment
+
+public Alignment (java.util.List<FastaSequence > sequences,
+ AlignmentMetadata metadata)
+
+
+Parameters: sequences
- metadata
-
+
+
+
+
+
+
+
+
+getSequences
+
+public java.util.List<FastaSequence > getSequences ()
+
+
+
+Returns: list of FastaSequence records
+
+
+
+
+
+getSize
+
+public int getSize ()
+
+
+
+Returns: a number of sequence in the alignment
+
+
+
+
+
+getMetadata
+
+public AlignmentMetadata getMetadata ()
+
+
+
+Returns: AlignmentMetadata object
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+Please note that this implementation does not take the order of sequences
+ into account!
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/AlignmentMetadata.html b/website/dm_javadoc/compbio/data/sequence/AlignmentMetadata.html
new file mode 100644
index 0000000..fc54c81
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/AlignmentMetadata.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class AlignmentMetadata
+
+java.lang.Object
+ compbio.data.sequence.AlignmentMetadata
+
+
+
+@Immutable
+ public class AlignmentMetadata extends java.lang.Object
+
+
+
+Alignment metadata e.g. method/program being used to generate the alignment
+ and its parameters
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AlignmentMetadata
+
+public AlignmentMetadata (Program program,
+ char gapchar)
+
+
+
+
+
+
+
+
+
+getProgram
+
+public Program getProgram ()
+
+
+
+
+
+
+
+
+getGapchar
+
+public char getGapchar ()
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html b/website/dm_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html
new file mode 100644
index 0000000..f451ac5
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ClustalAlignmentUtil
+
+java.lang.Object
+ compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+public final class ClustalAlignmentUtil extends java.lang.Object
+
+
+
+Tools to read and write clustal formated files
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ Petr Troshin based on jimp class
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static char
+gapchar
+
+
+ Dash char to be used as gap char in the alignments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static boolean
+isValidClustalFile (java.io.InputStream input)
+
+
+ Please note this method closes the input stream provided as a parameter
+
+
+
+static Alignment
+readClustalFile (java.io.File file)
+
+
+
+
+
+
+static Alignment
+readClustalFile (java.io.InputStream instream)
+
+
+ Read Clustal formatted alignment.
+
+
+
+static void
+writeClustalAlignment (java.io.Writer out,
+ Alignment alignment)
+
+
+ Write Clustal formatted alignment Limitations: does not record the
+ consensus.
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+gapchar
+
+public static final char gapchar
+
+Dash char to be used as gap char in the alignments
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalAlignmentUtil
+
+public ClustalAlignmentUtil ()
+
+
+
+
+
+
+
+
+
+readClustalFile
+
+public static Alignment readClustalFile (java.io.InputStream instream)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+Read Clustal formatted alignment. Limitations: Does not read consensus
+
+ Sequence names as well as the sequences are not guaranteed to be unique!
+
+
+
+Throws:
+{@link
- IOException}
+{@link
- UnknownFileFormatException}
+java.io.IOException
+UnknownFileFormatException
+
+
+
+
+
+isValidClustalFile
+
+public static boolean isValidClustalFile (java.io.InputStream input)
+
+Please note this method closes the input stream provided as a parameter
+
+
+Parameters: input
-
+Returns: true if the file is recognised as Clustal formatted alignment,
+ false otherwise
+
+
+
+
+
+writeClustalAlignment
+
+public static void writeClustalAlignment (java.io.Writer out,
+ Alignment alignment)
+ throws java.io.IOException
+
+Write Clustal formatted alignment Limitations: does not record the
+ consensus. Potential bug - records 60 chars length alignment where
+ Clustal would have recorded 50 chars.
+
+
+Parameters: out
- alignment
-
+Throws:
+java.io.IOException
+
+
+
+
+
+readClustalFile
+
+public static Alignment readClustalFile (java.io.File file)
+ throws UnknownFileFormatException ,
+ java.io.IOException
+
+
+
+Throws:
+UnknownFileFormatException
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/ConservationMethod.html b/website/dm_javadoc/compbio/data/sequence/ConservationMethod.html
new file mode 100644
index 0000000..1c35f81
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/ConservationMethod.html
@@ -0,0 +1,605 @@
+
+
+
+
+
+
+ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum ConservationMethod
+
+java.lang.Object
+ java.lang.Enum<ConservationMethod >
+ compbio.data.sequence.ConservationMethod
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<ConservationMethod >
+
+
+
+public enum ConservationMethod extends java.lang.Enum<ConservationMethod >
+
+
+
+Enumeration listing of all the supported methods.
+
+
+
+
+Author:
+ Agnieszka Golicz & Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+KABAT
+
+public static final ConservationMethod KABAT
+
+
+
+
+
+
+
+JORES
+
+public static final ConservationMethod JORES
+
+
+
+
+
+
+
+SCHNEIDER
+
+public static final ConservationMethod SCHNEIDER
+
+
+
+
+
+
+
+SHENKIN
+
+public static final ConservationMethod SHENKIN
+
+
+
+
+
+
+
+GERSTEIN
+
+public static final ConservationMethod GERSTEIN
+
+
+
+
+
+
+
+TAYLOR_GAPS
+
+public static final ConservationMethod TAYLOR_GAPS
+
+
+
+
+
+
+
+TAYLOR_NO_GAPS
+
+public static final ConservationMethod TAYLOR_NO_GAPS
+
+
+
+
+
+
+
+ZVELIBIL
+
+public static final ConservationMethod ZVELIBIL
+
+
+
+
+
+
+
+KARLIN
+
+public static final ConservationMethod KARLIN
+
+
+
+
+
+
+
+ARMON
+
+public static final ConservationMethod ARMON
+
+
+
+
+
+
+
+THOMPSON
+
+public static final ConservationMethod THOMPSON
+
+
+
+
+
+
+
+NOT_LANCET
+
+public static final ConservationMethod NOT_LANCET
+
+
+
+
+
+
+
+MIRNY
+
+public static final ConservationMethod MIRNY
+
+
+
+
+
+
+
+WILLIAMSON
+
+public static final ConservationMethod WILLIAMSON
+
+
+
+
+
+
+
+LANDGRAF
+
+public static final ConservationMethod LANDGRAF
+
+
+
+
+
+
+
+SANDER
+
+public static final ConservationMethod SANDER
+
+
+
+
+
+
+
+VALDAR
+
+public static final ConservationMethod VALDAR
+
+
+
+
+
+
+
+SMERFS
+
+public static final ConservationMethod SMERFS
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static ConservationMethod [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ConservationMethod c : ConservationMethod.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static ConservationMethod valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+getMethod
+
+public static ConservationMethod getMethod (java.lang.String meth)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/DisorderMethod.html b/website/dm_javadoc/compbio/data/sequence/DisorderMethod.html
new file mode 100644
index 0000000..c3be12a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/DisorderMethod.html
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+DisorderMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum DisorderMethod
+
+java.lang.Object
+ java.lang.Enum<DisorderMethod >
+ compbio.data.sequence.DisorderMethod
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<DisorderMethod >
+
+
+
+public enum DisorderMethod extends java.lang.Enum<DisorderMethod >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+Disembl
+
+
+
+
+
+JRonn
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static DisorderMethod
+valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static DisorderMethod []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+JRonn
+
+public static final DisorderMethod JRonn
+
+
+
+
+
+
+
+Disembl
+
+public static final DisorderMethod Disembl
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static DisorderMethod [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (DisorderMethod c : DisorderMethod.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static DisorderMethod valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/FastaReader.html b/website/dm_javadoc/compbio/data/sequence/FastaReader.html
new file mode 100644
index 0000000..ac48bd5
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/FastaReader.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class FastaReader
+
+java.lang.Object
+ compbio.data.sequence.FastaReader
+
+
+All Implemented Interfaces: java.util.Iterator<FastaSequence >
+
+
+
+public class FastaReader extends java.lang.Objectimplements java.util.Iterator<FastaSequence >
+
+
+
+Reads files with FASTA formatted sequences. All the information in the FASTA
+ header is preserved including trailing white spaces. All the white spaces are
+ removed from the sequence.
+
+ Examples of the correct input:
+
+
+
+ >zedpshvyzg
+ GCQDKNNIAELNEIMGTTRSPSDWQHMKGASPRAEIGLTGKKDSWWRHCCSKEFNKTPPPIHPDMKRWGWMWNRENFEKFLIDNFLNPPCPRLMLTKGTWWRHEDLCHEIFWSTLRWLCLGNQSFSAMIWGHLCECHRMIWWESNEHMFWLKFRRALKKMNSNGPCMGPDNREWMITNRMGKEFCGPAFAGDCQSCWRKCHKTNKICFNEKKGTPTKIDHEQKDIMDILKDIDNHRNWKQCQLWLLTSKSTDQESTTMLTWSTWRDFFIIIKQPFDHKCRGALDANGDFQIAAELKWPAPMIILRQNQKTMHDKSCHHFFTNRCPLMHTTRANDKQCSWHTRKQFICQQDFTTWQHRPDTHRILPSWCMSTRRKNHIKNTPALAFSTCEMGDLPNGWAPGTIILQRQFTQAIKLPQETTGWPRCDPKFDHWNMSKWLRQLLGRDDEMIPPQCD
+
+ >xovkactesa
+ CPLSKWWNRRAFLSHTANHWMILMTWEGPHDGESKMRIAMMKWSPCKPTMSHFRCGLDAWAEPIRQIACESTFRM
+ FCTTPRPIHKLTEMWGHMNGWTGAFCRQLECEWMMPPRHPHPCTSTFNNNKKRLIGQIPNEGKQLFINFQKPQHG
+ FSESDIWIWKDNPTAWHEGLTIAGIGDGQHCWNWMPMPWSGAPTSNALIEFWTWLGMIGTRCKTQGMWWDAMNHH
+ DQFELSANAHIAAHHMEKKMILKPDDRNLGDDTWMPPGKIWMRMFAKNTNACWPEGCRDDNEEDDCGTHNLHRMC
+
+ >ntazzewyvv
+ CGCKIF D D NMKDNNRHG TDIKKHGFMH IRHPE KRDDC FDNHCIMPKHRRWGLWD
+ EASINM AQQWRSLPPSRIMKLNG HGCDCMHSHMEAD DTKQSGIKGTFWNG HDAQWLCRWG
+ EFITEA WWGRWGAITFFHAH ENKNEIQECSDQNLKE SRTTCEIID TCHLFTRHLDGW
+ RCEKCQANATHMTW ACTKSCAEQW FCAKELMMN
+ W KQMGWRCKIFRKLFRDNCWID FELPWWPICFCCKGLSTKSHSAHDGDQCRRW WPDCARDWLGPGIRGEF
+ FCTHICQQLQRNFWCGCFRWNIEKRMFEIFDDNMAAHWKKCMHFKFLIRIHRHGPITMKMTWCRSGCCFGKTRRLPDSSFISAFLDPKHHRDGSGMMMWSSEMRSCAIPDPQQAWNQGKWIGQIKDWNICFAWPIRENQQCWATPHEMPSGFHFILEKWDALAHPHMHIRQKKCWAWAFLSLMSSTHSDMATFQWAIPGHNIWSNWDNIICGWPRI
+
+ > 12 d t y wi k jbke
+ KLSHHDCD
+ N
+ H
+ HSKCTEPHCGNSHQMLHRDP
+ CCDQCQSWEAENWCASMRKAILF
+
+
+
+
+
+
+Version:
+ 1.0 April 2011
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+FastaReader (java.io.InputStream inputStream)
+
+
+ This class will not close the incoming stream! So the client should do
+ so.
+
+
+FastaReader (java.lang.String inputFile)
+
+
+ Header data can contain non-ASCII symbols and read in UTF8
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+close ()
+
+
+ Call this method to close the connection to the input file if you want to
+ free up the resources.
+
+
+
+ boolean
+hasNext ()
+
+
+
+
+
+
+ FastaSequence
+next ()
+
+
+ Reads the next FastaSequence from the input
+
+
+
+ void
+remove ()
+
+
+ Not implemented
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+FastaReader
+
+public FastaReader (java.lang.String inputFile)
+ throws java.io.FileNotFoundException
+
+Header data can contain non-ASCII symbols and read in UTF8
+
+
+Parameters: inputFile
- the file containing the list of FASTA formatted sequences to
+ read from
+Throws:
+java.io.FileNotFoundException
- if the input file is not found
+java.lang.IllegalStateException
- if the close method was called on this instance
+
+
+
+
+FastaReader
+
+public FastaReader (java.io.InputStream inputStream)
+ throws java.io.FileNotFoundException
+
+This class will not close the incoming stream! So the client should do
+ so.
+
+
+Parameters: inputStream
-
+Throws:
+java.io.FileNotFoundException
+
+
+
+
+
+
+
+
+hasNext
+
+public boolean hasNext ()
+
+
+
+
+Specified by: hasNext
in interface java.util.Iterator<FastaSequence >
+
+
+
+Throws:
+java.lang.IllegalStateException
- if the close method was called on this instance
+
+
+
+
+
+next
+
+public FastaSequence next ()
+
+Reads the next FastaSequence from the input
+
+
+Specified by: next
in interface java.util.Iterator<FastaSequence >
+
+
+
+Throws:
+java.lang.AssertionError
- if the header or the sequence is missing
+java.lang.IllegalStateException
- if the close method was called on this instance
+
+
+
+
+
+remove
+
+public void remove ()
+
+Not implemented
+
+
+Specified by: remove
in interface java.util.Iterator<FastaSequence >
+
+
+
+
+
+
+
+
+close
+
+public void close ()
+
+Call this method to close the connection to the input file if you want to
+ free up the resources. The connection will be closed on the JVM shutdown
+ if this method was not called explicitly. No further reading on this
+ instance of the FastaReader will be possible after calling this method.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/FastaSequence.html b/website/dm_javadoc/compbio/data/sequence/FastaSequence.html
new file mode 100644
index 0000000..8d7a42a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/FastaSequence.html
@@ -0,0 +1,471 @@
+
+
+
+
+
+
+FastaSequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class FastaSequence
+
+java.lang.Object
+ compbio.data.sequence.FastaSequence
+
+
+
+@Immutable
+ public class FastaSequence extends java.lang.Object
+
+
+
+A FASTA formatted sequence. Please note that this class does not make any
+ assumptions as to what sequence it stores e.g. it could be nucleotide,
+ protein or even gapped alignment sequence! The only guarantee it makes is
+ that the sequence does not contain white space characters e.g. spaces, new
+ lines etc
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+FastaSequence (java.lang.String id,
+ java.lang.String sequence)
+
+
+ Upon construction the any whitespace characters are removed from the
+ sequence
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static int
+countMatchesInSequence (java.lang.String theString,
+ java.lang.String theRegExp)
+
+
+
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.lang.String
+getFormatedSequence (int width)
+
+
+ Format sequence per width letter in one string.
+
+
+
+ java.lang.String
+getFormattedFasta ()
+
+
+
+
+
+
+ java.lang.String
+getId ()
+
+
+ Gets the value of id
+
+
+
+ int
+getLength ()
+
+
+
+
+
+
+ java.lang.String
+getOnelineFasta ()
+
+
+
+
+
+
+ java.lang.String
+getSequence ()
+
+
+ Gets the value of sequence
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ java.lang.String
+toString ()
+
+
+ Same as oneLineFasta
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+FastaSequence
+
+public FastaSequence (java.lang.String id,
+ java.lang.String sequence)
+
+Upon construction the any whitespace characters are removed from the
+ sequence
+
+
+Parameters: id
- sequence
-
+
+
+
+
+
+
+
+
+getId
+
+public java.lang.String getId ()
+
+Gets the value of id
+
+
+
+Returns: the value of id
+
+
+
+
+
+getSequence
+
+public java.lang.String getSequence ()
+
+Gets the value of sequence
+
+
+
+Returns: the value of sequence
+
+
+
+
+
+countMatchesInSequence
+
+public static int countMatchesInSequence (java.lang.String theString,
+ java.lang.String theRegExp)
+
+
+
+
+
+
+
+
+getFormattedFasta
+
+public java.lang.String getFormattedFasta ()
+
+
+
+
+
+
+
+
+getOnelineFasta
+
+public java.lang.String getOnelineFasta ()
+
+
+
+Returns: one line name, next line sequence, no matter what the sequence
+ length is
+
+
+
+
+
+getFormatedSequence
+
+public java.lang.String getFormatedSequence (int width)
+
+Format sequence per width letter in one string. Without spaces.
+
+
+
+Returns: multiple line formated sequence, one line width letters length
+
+
+
+
+
+getLength
+
+public int getLength ()
+
+
+
+Returns: sequence length
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+Same as oneLineFasta
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/Program.html b/website/dm_javadoc/compbio/data/sequence/Program.html
new file mode 100644
index 0000000..95106cf
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/Program.html
@@ -0,0 +1,388 @@
+
+
+
+
+
+
+Program
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum Program
+
+java.lang.Object
+ java.lang.Enum<Program >
+ compbio.data.sequence.Program
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<Program >
+
+
+
+public enum Program extends java.lang.Enum<Program >
+
+
+
+The list of programmes that can produce alignments
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static Program
+valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static Program []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+CLUSTAL
+
+public static final Program CLUSTAL
+
+ClustalW
+
+
+
+
+
+
+
+MAFFT
+
+public static final Program MAFFT
+
+Mafft
+
+
+
+
+
+
+
+MUSCLE
+
+public static final Program MUSCLE
+
+Muscle
+
+
+
+
+
+
+
+Tcoffee
+
+public static final Program Tcoffee
+
+Tcoffee
+
+
+
+
+
+
+
+Probcons
+
+public static final Program Probcons
+
+Probcons
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static Program [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (Program c : Program.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static Program valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/Range.html b/website/dm_javadoc/compbio/data/sequence/Range.html
new file mode 100644
index 0000000..2006121
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/Range.html
@@ -0,0 +1,394 @@
+
+
+
+
+
+
+Range
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Range
+
+java.lang.Object
+ compbio.data.sequence.Range
+
+
+All Implemented Interfaces: java.lang.Comparable<Range >
+
+
+
+public class Range extends java.lang.Objectimplements java.lang.Comparable<Range >
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+ int
+from
+
+
+
+
+
+
+ int
+to
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Range (int from,
+ int to)
+
+
+
+
+
+Range (java.lang.String[] twoElementAr)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+compareTo (Range o)
+
+
+
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+from
+
+public final int from
+
+
+
+
+
+
+
+to
+
+public final int to
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Range
+
+public Range (int from,
+ int to)
+
+
+
+
+
+Range
+
+public Range (java.lang.String[] twoElementAr)
+
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+compareTo
+
+public int compareTo (Range o)
+
+
+Specified by: compareTo
in interface java.lang.Comparable<Range >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/SMERFSConstraints.html b/website/dm_javadoc/compbio/data/sequence/SMERFSConstraints.html
new file mode 100644
index 0000000..589f5a4
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/SMERFSConstraints.html
@@ -0,0 +1,429 @@
+
+
+
+
+
+
+SMERFSConstraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum SMERFSConstraints
+
+java.lang.Object
+ java.lang.Enum<SMERFSConstraints >
+ compbio.data.sequence.SMERFSConstraints
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<SMERFSConstraints >
+
+
+
+public enum SMERFSConstraints extends java.lang.Enum<SMERFSConstraints >
+
+
+
+Enumeration defining two constraints for SMERFS columns score calculation.
+ MAX_SCORE gives the highest core of all the windows the column belongs to.
+ MID_SCORE gives the window score to the column in the middle.
+
+
+
+
+Author:
+ Agnieszka Golicz & Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+MAX_SCORE
+
+public static final SMERFSConstraints MAX_SCORE
+
+
+
+
+
+
+
+MID_SCORE
+
+public static final SMERFSConstraints MID_SCORE
+
+
+
+
+
+
+
+
+
+
+
+DEFAULT_COLUMN_SCORE
+
+public static final SMERFSConstraints DEFAULT_COLUMN_SCORE
+
+Default column scoring schema
+
+
+
+
+
+
+
+DEFAULT_WINDOW_SIZE
+
+public static final int DEFAULT_WINDOW_SIZE
+
+Default window size value for SMERFS algorithm
+
+
+See Also: Constant Field Values
+
+
+
+
+DEFAULT_GAP_THRESHOLD
+
+public static final double DEFAULT_GAP_THRESHOLD
+
+Default gap threshold value for SMERFS algorithm
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+values
+
+public static SMERFSConstraints [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (SMERFSConstraints c : SMERFSConstraints.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static SMERFSConstraints valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+getSMERFSColumnScore
+
+public static SMERFSConstraints getSMERFSColumnScore (java.lang.String score)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/Score.html b/website/dm_javadoc/compbio/data/sequence/Score.html
new file mode 100644
index 0000000..93e7259
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/Score.html
@@ -0,0 +1,537 @@
+
+
+
+
+
+
+Score
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Score
+
+java.lang.Object
+ compbio.data.sequence.Score
+
+
+All Implemented Interfaces: java.lang.Comparable<Score >
+
+
+
+@Immutable
+ public class Score extends java.lang.Objectimplements java.lang.Comparable<Score >
+
+
+
+A value class for AACon annotation results storage. The objects of this type
+ are immutable
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Score (java.lang.Enum<?> method,
+ java.util.ArrayList<java.lang.Float> scores)
+
+
+ Instantiate the Score
+
+
+Score (java.lang.Enum<?> method,
+ java.util.ArrayList<java.lang.Float> scores,
+ java.util.TreeSet<Range > ranges)
+
+
+
+
+
+Score (java.lang.Enum<?> method,
+ float[] scores)
+
+
+
+
+
+Score (java.lang.Enum<?> method,
+ java.util.TreeSet<Range > ranges)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+compareTo (Score o)
+
+
+
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.lang.String
+getMethod ()
+
+
+ Returns the ConservationMethod
+
+
+
+ java.util.TreeSet<Range >
+getRanges ()
+
+
+ Return Ranges if any Collections.EMPTY_SET otherwise
+
+
+
+ java.util.ArrayList<java.lang.Float>
+getScores ()
+
+
+ The column scores for the alignment
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ void
+setRanges (java.util.TreeSet<Range > ranges)
+
+
+
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+static void
+write (java.util.TreeSet<Score > scores,
+ java.io.Writer writer)
+
+
+ Outputs the List of Score objects into the Output stream.
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Score
+
+public Score (java.lang.Enum<?> method,
+ java.util.ArrayList<java.lang.Float> scores)
+
+Instantiate the Score
+
+
+Parameters: method
- the ConservationMethod with which scores
were
+ calculatedscores
- the actual conservation values for each column of the
+ alignment
+
+
+
+
+Score
+
+public Score (java.lang.Enum<?> method,
+ java.util.ArrayList<java.lang.Float> scores,
+ java.util.TreeSet<Range > ranges)
+
+
+Parameters: method
- the ConservationMethod with which scores
were
+ calculatedscores
- the actual conservation values for each column of the
+ alignmentranges
- The set of ranges i.e. parts of the sequence with specific
+ function, usually can be calculated based on scores
+
+
+
+
+Score
+
+public Score (java.lang.Enum<?> method,
+ java.util.TreeSet<Range > ranges)
+
+
+
+
+
+Score
+
+public Score (java.lang.Enum<?> method,
+ float[] scores)
+
+
+
+
+
+
+
+
+
+getMethod
+
+public java.lang.String getMethod ()
+
+Returns the ConservationMethod
+
+
+
+
+
+
+Returns: the ConservationMethod
+
+
+
+
+
+getScores
+
+public java.util.ArrayList<java.lang.Float> getScores ()
+
+The column scores for the alignment
+
+
+
+
+
+
+Returns: the column scores for the alignment
+
+
+
+
+
+getRanges
+
+public java.util.TreeSet<Range > getRanges ()
+
+Return Ranges if any Collections.EMPTY_SET otherwise
+
+
+
+
+
+
+Returns: ordered set of Range
+
+
+
+
+
+setRanges
+
+public void setRanges (java.util.TreeSet<Range > ranges)
+
+
+
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+write
+
+public static void write (java.util.TreeSet<Score > scores,
+ java.io.Writer writer)
+ throws java.io.IOException
+
+Outputs the List of Score objects into the Output stream. The output
+ format is as follows:
+
+
+ #MethodName <space separated list of values>
+
+ For example:
+
+ #KABAT 0.2 0.3 0.2 0 0.645 0.333 1 1 0 0
+ #SMERFS 0.645 0.333 1 1 0 0 0.2 0.3 0.2 0
+
+
+
+ The maximum precision for values is 3 digits, but can be less.
+
+
+
+
+
+Parameters: scores
- the list of scores to outputwriter
-
+Throws:
+java.io.IOException
- if the OutputStream cannot be written into
+java.lang.NullPointerException
- if the output stream is null
+
+
+
+
+
+compareTo
+
+public int compareTo (Score o)
+
+
+Specified by: compareTo
in interface java.lang.Comparable<Score >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html b/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html
new file mode 100644
index 0000000..0b3d81c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ScoreManager.ScoreHolder
+
+java.lang.Object
+ compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+Enclosing class: ScoreManager
+
+
+
+public static class ScoreManager.ScoreHolder extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+ java.lang.String
+id
+
+
+
+
+
+
+ java.util.TreeSet<Score >
+scores
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+id
+
+public java.lang.String id
+
+
+
+
+
+
+
+scores
+
+public java.util.TreeSet<Score > scores
+
+
+
+
+
+
+
+
+
+
+
+writeOut
+
+public void writeOut (java.io.Writer writer)
+ throws java.io.IOException
+
+
+
+Throws:
+java.io.IOException
+
+
+
+
+
+getScoreByMethod
+
+public Score getScoreByMethod (java.lang.Enum<?> method)
+
+
+
+
+
+
+
+
+getScoreByMethod
+
+public Score getScoreByMethod (java.lang.String method)
+
+
+
+
+
+
+
+
+getNumberOfScores
+
+public int getNumberOfScores ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/ScoreManager.html b/website/dm_javadoc/compbio/data/sequence/ScoreManager.html
new file mode 100644
index 0000000..fb95141
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/ScoreManager.html
@@ -0,0 +1,452 @@
+
+
+
+
+
+
+ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ScoreManager
+
+java.lang.Object
+ compbio.data.sequence.ScoreManager
+
+
+
+public class ScoreManager extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+SINGLE_ENTRY_KEY
+
+public static final java.lang.String SINGLE_ENTRY_KEY
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+newInstance
+
+public static ScoreManager newInstance (java.util.Map<java.lang.String,java.util.Set<Score >> data)
+
+
+
+
+
+
+
+
+newInstanceSingleScore
+
+public static ScoreManager newInstanceSingleScore (java.util.Map<java.lang.String,Score > seqScoresMap)
+
+
+
+
+
+
+
+
+newInstanceSingleSequence
+
+public static ScoreManager newInstanceSingleSequence (java.util.Set<Score > data)
+
+
+
+
+
+
+
+
+asMap
+
+public java.util.Map<java.lang.String,java.util.TreeSet<Score >> asMap ()
+
+
+
+
+
+
+
+
+asSet
+
+public java.util.Set<Score > asSet ()
+
+
+
+
+
+
+
+
+getNumberOfSeq
+
+public int getNumberOfSeq ()
+
+
+
+
+
+
+
+
+getAnnotationForSequence
+
+public ScoreManager.ScoreHolder getAnnotationForSequence (java.lang.String seqId)
+
+
+
+
+
+
+
+
+writeOut
+
+public void writeOut (java.io.Writer outStream)
+ throws java.io.IOException
+
+
+
+Throws:
+java.io.IOException
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/SequenceUtil.html b/website/dm_javadoc/compbio/data/sequence/SequenceUtil.html
new file mode 100644
index 0000000..4fd53ee
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/SequenceUtil.html
@@ -0,0 +1,946 @@
+
+
+
+
+
+
+SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class SequenceUtil
+
+java.lang.Object
+ compbio.data.sequence.SequenceUtil
+
+
+
+public final class SequenceUtil extends java.lang.Object
+
+
+
+Utility class for operations on sequences
+
+
+
+
+Since:
+ 1.0
+Version:
+ 2.0 June 2011
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static java.util.regex.Pattern
+AA
+
+
+ Valid Amino acids
+
+
+
+static java.util.regex.Pattern
+AMBIGUOUS_AA
+
+
+ Same as AA pattern but with two additional letters - XU
+
+
+
+static java.util.regex.Pattern
+AMBIGUOUS_NUCLEOTIDE
+
+
+ Ambiguous nucleotide
+
+
+
+static java.util.regex.Pattern
+DIGIT
+
+
+ A digit
+
+
+
+static java.util.regex.Pattern
+NON_AA
+
+
+ inversion of AA pattern
+
+
+
+static java.util.regex.Pattern
+NON_NUCLEOTIDE
+
+
+ Non nucleotide
+
+
+
+static java.util.regex.Pattern
+NONWORD
+
+
+ Non word
+
+
+
+static java.util.regex.Pattern
+NUCLEOTIDE
+
+
+ Nucleotides a, t, g, c, u
+
+
+
+static java.util.regex.Pattern
+WHITE_SPACE
+
+
+ A whitespace character: [\t\n\x0B\f\r]
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static java.lang.String
+cleanProteinSequence (java.lang.String sequence)
+
+
+ Remove all non AA chars from the sequence
+
+
+
+static java.lang.String
+cleanSequence (java.lang.String sequence)
+
+
+ Removes all whitespace chars in the sequence string
+
+
+
+static void
+closeSilently (java.util.logging.Logger log,
+ java.io.Closeable stream)
+
+
+ Closes the Closable and logs the exception if any
+
+
+
+static java.lang.String
+deepCleanSequence (java.lang.String sequence)
+
+
+ Removes all special characters and digits as well as whitespace chars
+ from the sequence
+
+
+
+static boolean
+isAmbiguosProtein (java.lang.String sequence)
+
+
+ Check whether the sequence confirms to amboguous protein sequence
+
+
+
+static boolean
+isNonAmbNucleotideSequence (java.lang.String sequence)
+
+
+ Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+
+
+
+static boolean
+isNucleotideSequence (FastaSequence s)
+
+
+
+
+
+
+static boolean
+isProteinSequence (java.lang.String sequence)
+
+
+
+
+
+
+static java.util.List<FastaSequence >
+openInputStream (java.lang.String inFilePath)
+
+
+ Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+
+static java.util.HashSet<Score >
+readAAConResults (java.io.InputStream results)
+
+
+ Read AACon result with no alignment files.
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+readDisembl (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.List<FastaSequence >
+readFasta (java.io.InputStream inStream)
+
+
+ Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+readGlobPlot (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.Map<java.lang.String,Score >
+readIUPred (java.io.File result)
+
+
+ Read IUPred output
+
+
+
+static java.util.Map<java.lang.String,Score >
+readJRonn (java.io.File result)
+
+
+
+
+
+
+static java.util.Map<java.lang.String,Score >
+readJRonn (java.io.InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+static void
+writeFasta (java.io.OutputStream os,
+ java.util.List<FastaSequence > sequences)
+
+
+ Writes FastaSequence in the file, each sequence will take one line only
+
+
+
+static void
+writeFasta (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+
+
+ Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+
+
+
+static void
+writeFastaKeepTheStream (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+WHITE_SPACE
+
+public static final java.util.regex.Pattern WHITE_SPACE
+
+A whitespace character: [\t\n\x0B\f\r]
+
+
+
+
+
+
+
+DIGIT
+
+public static final java.util.regex.Pattern DIGIT
+
+A digit
+
+
+
+
+
+
+
+NONWORD
+
+public static final java.util.regex.Pattern NONWORD
+
+Non word
+
+
+
+
+
+
+
+AA
+
+public static final java.util.regex.Pattern AA
+
+Valid Amino acids
+
+
+
+
+
+
+
+NON_AA
+
+public static final java.util.regex.Pattern NON_AA
+
+inversion of AA pattern
+
+
+
+
+
+
+
+AMBIGUOUS_AA
+
+public static final java.util.regex.Pattern AMBIGUOUS_AA
+
+Same as AA pattern but with two additional letters - XU
+
+
+
+
+
+
+
+NUCLEOTIDE
+
+public static final java.util.regex.Pattern NUCLEOTIDE
+
+Nucleotides a, t, g, c, u
+
+
+
+
+
+
+
+AMBIGUOUS_NUCLEOTIDE
+
+public static final java.util.regex.Pattern AMBIGUOUS_NUCLEOTIDE
+
+Ambiguous nucleotide
+
+
+
+
+
+
+
+NON_NUCLEOTIDE
+
+public static final java.util.regex.Pattern NON_NUCLEOTIDE
+
+Non nucleotide
+
+
+
+
+
+
+
+
+
+
+
+isNucleotideSequence
+
+public static boolean isNucleotideSequence (FastaSequence s)
+
+
+
+Returns: true is the sequence contains only letters a,c, t, g, u
+
+
+
+
+
+isNonAmbNucleotideSequence
+
+public static boolean isNonAmbNucleotideSequence (java.lang.String sequence)
+
+Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+
+
+
+
+
+
+
+
+cleanSequence
+
+public static java.lang.String cleanSequence (java.lang.String sequence)
+
+Removes all whitespace chars in the sequence string
+
+
+Parameters: sequence
-
+Returns: cleaned up sequence
+
+
+
+
+
+deepCleanSequence
+
+public static java.lang.String deepCleanSequence (java.lang.String sequence)
+
+Removes all special characters and digits as well as whitespace chars
+ from the sequence
+
+
+Parameters: sequence
-
+Returns: cleaned up sequence
+
+
+
+
+
+cleanProteinSequence
+
+public static java.lang.String cleanProteinSequence (java.lang.String sequence)
+
+Remove all non AA chars from the sequence
+
+
+Parameters: sequence
- the sequence to clean
+Returns: cleaned sequence
+
+
+
+
+
+isProteinSequence
+
+public static boolean isProteinSequence (java.lang.String sequence)
+
+
+Parameters: sequence
-
+Returns: true is the sequence is a protein sequence, false overwise
+
+
+
+
+
+isAmbiguosProtein
+
+public static boolean isAmbiguosProtein (java.lang.String sequence)
+
+Check whether the sequence confirms to amboguous protein sequence
+
+
+Parameters: sequence
-
+Returns: return true only if the sequence if ambiguous protein sequence
+ Return false otherwise. e.g. if the sequence is non-ambiguous
+ protein or DNA
+
+
+
+
+
+writeFasta
+
+public static void writeFasta (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+ throws java.io.IOException
+
+Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+
+
+Parameters: outstream
- sequences
- width
- - the maximum number of characters to write in one line
+Throws:
+java.io.IOException
+
+
+
+
+
+writeFastaKeepTheStream
+
+public static void writeFastaKeepTheStream (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+ throws java.io.IOException
+
+
+
+Throws:
+java.io.IOException
+
+
+
+
+
+readFasta
+
+public static java.util.List<FastaSequence > readFasta (java.io.InputStream inStream)
+ throws java.io.IOException
+
+Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+
+
+Parameters: inStream
- from
+Returns: list of FastaSequence objects
+ Throws:
+java.io.IOException
+
+
+
+
+
+writeFasta
+
+public static void writeFasta (java.io.OutputStream os,
+ java.util.List<FastaSequence > sequences)
+ throws java.io.IOException
+
+Writes FastaSequence in the file, each sequence will take one line only
+
+
+Parameters: os
- sequences
-
+Throws:
+java.io.IOException
+
+
+
+
+
+readIUPred
+
+public static java.util.Map<java.lang.String,Score > readIUPred (java.io.File result)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+Read IUPred output
+
+
+Parameters: result
-
+Returns: Map key->sequence name, value->Score
+ Throws:
+java.io.IOException
+UnknownFileFormatException
+
+
+
+
+
+readJRonn
+
+public static java.util.Map<java.lang.String,Score > readJRonn (java.io.File result)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+
+
+Throws:
+java.io.IOException
+UnknownFileFormatException
+
+
+
+
+
+readJRonn
+
+public static java.util.Map<java.lang.String,Score > readJRonn (java.io.InputStream inStream)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+Reader for JRonn horizontal file format
+
+
+ >Foobar M G D T T A G 0.48 0.42
+ 0.42 0.48 0.52 0.53 0.54
+
+
+ Where all values are tab delimited
+
+
+Parameters: inStream
- the InputStream connected to the JRonn output file
+Returns: Map key=sequence name value=Score
+ Throws:
+java.io.IOException
- is thrown if the inStream has problems accessing the data
+UnknownFileFormatException
- is thrown if the inStream represents an unknown source of
+ data, i.e. not a JRonn output
+
+
+
+
+
+closeSilently
+
+public static final void closeSilently (java.util.logging.Logger log,
+ java.io.Closeable stream)
+
+Closes the Closable and logs the exception if any
+
+
+Parameters: log
- stream
-
+
+
+
+
+
+readDisembl
+
+public static java.util.HashMap<java.lang.String,java.util.Set<Score >> readDisembl (java.io.InputStream input)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+Parameters: input
- the InputStream
+Returns: Map key=sequence name, value=set of score
+ Throws:
+java.io.IOException
+UnknownFileFormatException
+
+
+
+
+
+readGlobPlot
+
+public static java.util.HashMap<java.lang.String,java.util.Set<Score >> readGlobPlot (java.io.InputStream input)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+Parameters: input
-
+Returns: Map key=sequence name, value=set of score
+ Throws:
+java.io.IOException
+UnknownFileFormatException
+
+
+
+
+
+readAAConResults
+
+public static java.util.HashSet<Score > readAAConResults (java.io.InputStream results)
+
+Read AACon result with no alignment files. This method leaves incoming
+ InputStream open!
+
+
+Parameters: results
- output file of AAConservation
+Returns: Map with keys ConservationMethod
-> float[]
+
+
+
+
+
+openInputStream
+
+public static java.util.List<FastaSequence > openInputStream (java.lang.String inFilePath)
+ throws java.io.IOException,
+ UnknownFileFormatException
+
+Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+Parameters: inFilePath
- the path to the input file
+Returns: the List of FastaSequence objects
+ Throws:
+java.io.IOException
- if the file denoted by inFilePath cannot be read
+UnknownFileFormatException
- if the inFilePath points to the file which format cannot be
+ recognised
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html
new file mode 100644
index 0000000..1fa08ae
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class UnknownFileFormatException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.data.sequence.UnknownFileFormatException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class UnknownFileFormatException extends java.lang.Exception
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException ()
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (java.io.File file,
+ java.lang.Throwable cause)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (java.lang.String message,
+ java.lang.Throwable cause)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (java.lang.String message)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/Alignment.html b/website/dm_javadoc/compbio/data/sequence/class-use/Alignment.html
new file mode 100644
index 0000000..7855bee
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/Alignment.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html b/website/dm_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html
new file mode 100644
index 0000000..ae7db70
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.AlignmentMetadata
+
+
+
+
+
+Packages that use AlignmentMetadata
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html b/website/dm_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html
new file mode 100644
index 0000000..3252b0a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ClustalAlignmentUtil
+
+No usage of compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/ConservationMethod.html b/website/dm_javadoc/compbio/data/sequence/class-use/ConservationMethod.html
new file mode 100644
index 0000000..99658f1
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/ConservationMethod.html
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/DisorderMethod.html b/website/dm_javadoc/compbio/data/sequence/class-use/DisorderMethod.html
new file mode 100644
index 0000000..95f869a
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/DisorderMethod.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.DisorderMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.DisorderMethod
+
+
+
+
+
+Packages that use DisorderMethod
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/FastaReader.html b/website/dm_javadoc/compbio/data/sequence/class-use/FastaReader.html
new file mode 100644
index 0000000..7dea284
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/FastaReader.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaReader
+
+No usage of compbio.data.sequence.FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html b/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html
new file mode 100644
index 0000000..b77ae86
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html
@@ -0,0 +1,539 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaSequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaSequence
+
+
+
+
+
+Packages that use FastaSequence
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.data.msa with type arguments of type FastaSequence
+
+
+
+ java.lang.String
+MsaWS. align (java.util.List<FastaSequence > sequences)
+
+
+ Align a list of sequences with default settings.
+
+
+
+ java.lang.String
+SequenceAnnotation. analize (java.util.List<FastaSequence > sequences)
+
+
+ Analyse the sequences.
+
+
+
+ java.lang.String
+MsaWS. customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ java.lang.String
+SequenceAnnotation. customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+ java.lang.String
+MsaWS. presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Align a list of sequences with preset.
+
+
+
+ java.lang.String
+SequenceAnnotation. presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Analyse the sequences according to the preset settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.data.sequence with type arguments of type FastaSequence
+
+
+
+static void
+SequenceUtil. writeFasta (java.io.OutputStream os,
+ java.util.List<FastaSequence > sequences)
+
+
+ Writes FastaSequence in the file, each sequence will take one line only
+
+
+
+static void
+SequenceUtil. writeFasta (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+
+
+ Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+
+
+
+static void
+SequenceUtil. writeFastaKeepTheStream (java.io.OutputStream outstream,
+ java.util.List<FastaSequence > sequences,
+ int width)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/Program.html b/website/dm_javadoc/compbio/data/sequence/class-use/Program.html
new file mode 100644
index 0000000..c11e0fe
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/Program.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Program
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Program
+
+
+
+
+
+Packages that use Program
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.sequence that return Program
+
+
+
+ Program
+AlignmentMetadata. getProgram ()
+
+
+
+
+
+
+static Program
+Program. valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static Program []
+Program. values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/Range.html b/website/dm_javadoc/compbio/data/sequence/class-use/Range.html
new file mode 100644
index 0000000..65fae6f
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/Range.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Range
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Range
+
+
+
+
+
+Packages that use Range
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor parameters in compbio.data.sequence with type arguments of type Range
+
+
+Score (java.lang.Enum<?> method,
+ java.util.ArrayList<java.lang.Float> scores,
+ java.util.TreeSet<Range > ranges)
+
+
+
+
+
+Score (java.lang.Enum<?> method,
+ java.util.TreeSet<Range > ranges)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html b/website/dm_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html
new file mode 100644
index 0000000..b285292
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SMERFSConstraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SMERFSConstraints
+
+
+
+
+
+Packages that use SMERFSConstraints
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/Score.html b/website/dm_javadoc/compbio/data/sequence/class-use/Score.html
new file mode 100644
index 0000000..6f1eb8c
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/Score.html
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Score
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Score
+
+
+
+
+
+Packages that use Score
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.sequence that return types with arguments of type Score
+
+
+
+ java.util.Map<java.lang.String,java.util.TreeSet<Score >>
+ScoreManager. asMap ()
+
+
+
+
+
+
+ java.util.Set<Score >
+ScoreManager. asSet ()
+
+
+
+
+
+
+static java.util.HashSet<Score >
+SequenceUtil. readAAConResults (java.io.InputStream results)
+
+
+ Read AACon result with no alignment files.
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+SequenceUtil. readDisembl (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+SequenceUtil. readGlobPlot (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readIUPred (java.io.File result)
+
+
+ Read IUPred output
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readJRonn (java.io.File result)
+
+
+
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readJRonn (java.io.InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html b/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html
new file mode 100644
index 0000000..ab24bcb
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.html b/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.html
new file mode 100644
index 0000000..7d550fa
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/ScoreManager.html
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/SequenceUtil.html b/website/dm_javadoc/compbio/data/sequence/class-use/SequenceUtil.html
new file mode 100644
index 0000000..2ee08c2
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/SequenceUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SequenceUtil
+
+No usage of compbio.data.sequence.SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html b/website/dm_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html
new file mode 100644
index 0000000..1c5d664
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.sequence that throw UnknownFileFormatException
+
+
+
+static java.util.List<FastaSequence >
+SequenceUtil. openInputStream (java.lang.String inFilePath)
+
+
+ Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+
+static Alignment
+ClustalAlignmentUtil. readClustalFile (java.io.File file)
+
+
+
+
+
+
+static Alignment
+ClustalAlignmentUtil. readClustalFile (java.io.InputStream instream)
+
+
+ Read Clustal formatted alignment.
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+SequenceUtil. readDisembl (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.HashMap<java.lang.String,java.util.Set<Score >>
+SequenceUtil. readGlobPlot (java.io.InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readIUPred (java.io.File result)
+
+
+ Read IUPred output
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readJRonn (java.io.File result)
+
+
+
+
+
+
+static java.util.Map<java.lang.String,Score >
+SequenceUtil. readJRonn (java.io.InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/package-frame.html b/website/dm_javadoc/compbio/data/sequence/package-frame.html
new file mode 100644
index 0000000..2fec9c5
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/package-frame.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/package-summary.html b/website/dm_javadoc/compbio/data/sequence/package-summary.html
new file mode 100644
index 0000000..08becab
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/package-summary.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.sequence
+
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+See:
+
+ Description
+
+
+
+
+
+
+
+
+
+
+Enum Summary
+
+
+ConservationMethod
+Enumeration listing of all the supported methods.
+
+
+DisorderMethod
+
+
+
+Program
+The list of programmes that can produce alignments
+
+
+SMERFSConstraints
+Enumeration defining two constraints for SMERFS columns score calculation.
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.sequence Description
+
+
+
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+ Classes in this package have no dependencies to other sources in the project.
+ They form a base layer of JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ Petr Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/package-tree.html b/website/dm_javadoc/compbio/data/sequence/package-tree.html
new file mode 100644
index 0000000..dfaf307
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/package-tree.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+compbio.data.sequence Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.sequence
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+java.lang.Object
+java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/data/sequence/package-use.html b/website/dm_javadoc/compbio/data/sequence/package-use.html
new file mode 100644
index 0000000..8f7e639
--- /dev/null
+++ b/website/dm_javadoc/compbio/data/sequence/package-use.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+Uses of Package compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.sequence
+
+
+
+
+
+Packages that use compbio.data.sequence
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/Argument.html b/website/dm_javadoc/compbio/metadata/Argument.html
new file mode 100644
index 0000000..29904b6
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/Argument.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+Argument
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Interface Argument<T>
+
+Type Parameters: T
- executable type
+
+All Known Implementing Classes: Option , Parameter
+
+
+
+public interface Argument<T>
+
+
+
+An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+
+
+Author:
+ pvtroshin
+
+ Date December 2009
+See Also: Parameter
,
+Option
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.lang.String
+getDefaultValue ()
+
+
+
+
+
+
+ java.lang.String
+getDescription ()
+
+
+
+
+
+
+ java.net.URL
+getFurtherDetails ()
+
+
+
+
+
+
+ java.lang.String
+getName ()
+
+
+
+
+
+
+ java.util.List<java.lang.String>
+getPossibleValues ()
+
+
+
+
+
+
+ void
+setValue (java.lang.String defaultValue)
+
+
+ Set default values for the parameter or an option
+
+
+
+
+
+
+
+
+
+
+
+getFurtherDetails
+
+java.net.URL getFurtherDetails ()
+
+
+
+
+
+
+
+
+getDefaultValue
+
+java.lang.String getDefaultValue ()
+
+
+
+
+
+
+
+
+getDescription
+
+java.lang.String getDescription ()
+
+
+
+
+
+
+
+
+getName
+
+java.lang.String getName ()
+
+
+
+
+
+
+
+
+getPossibleValues
+
+java.util.List<java.lang.String> getPossibleValues ()
+
+
+
+Returns: List of values allowed for an Argument
+
+
+
+
+
+setValue
+
+void setValue (java.lang.String defaultValue)
+ throws WrongParameterException
+
+Set default values for the parameter or an option
+
+
+Parameters: defaultValue
- the value to be set
+Throws:
+WrongParameterException
- - when the value to be set is illegal. Wrong value for
+ numeric parameter is the value defined outside it , for
+ string type parameter, wrong value is the one which is not
+ listed in possible values listSee Also: ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/ChunkHolder.html b/website/dm_javadoc/compbio/metadata/ChunkHolder.html
new file mode 100644
index 0000000..808122d
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/ChunkHolder.html
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ChunkHolder
+
+java.lang.Object
+ compbio.metadata.ChunkHolder
+
+
+
+public class ChunkHolder extends java.lang.Object
+
+
+
+Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ChunkHolder (java.lang.String chunk,
+ long position)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.lang.String
+getChunk ()
+
+
+
+
+
+
+ long
+getNextPosition ()
+
+
+
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ChunkHolder
+
+public ChunkHolder (java.lang.String chunk,
+ long position)
+
+
+
+
+
+
+
+
+
+getChunk
+
+public java.lang.String getChunk ()
+
+
+
+
+
+
+
+
+getNextPosition
+
+public long getNextPosition ()
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/JobExecutionException.html b/website/dm_javadoc/compbio/metadata/JobExecutionException.html
new file mode 100644
index 0000000..17cd825
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/JobExecutionException.html
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class JobExecutionException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobExecutionException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class JobExecutionException extends java.lang.Exception
+
+
+
+JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained. For cluster execution it hides DrmaaException
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (java.lang.String message)
+
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (java.lang.Throwable cause)
+
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (java.lang.String message,
+ java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/JobStatus.html b/website/dm_javadoc/compbio/metadata/JobStatus.html
new file mode 100644
index 0000000..612053a
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/JobStatus.html
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Enum JobStatus
+
+java.lang.Object
+ java.lang.Enum<JobStatus >
+ compbio.metadata.JobStatus
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<JobStatus >
+
+
+
+public enum JobStatus extends java.lang.Enum<JobStatus >
+
+
+
+The status of the job.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+CANCELLED
+
+
+ Jobs that has been cancelled
+
+
+COLLECTED
+
+
+ Results has been collected
+
+
+FAILED
+
+
+ Failed jobs
+
+
+FINISHED
+
+
+ Finished jobs
+
+
+PENDING
+
+
+ Jobs which are in the queue and awaiting execution reported for cluster
+ jobs only
+
+
+RUNNING
+
+
+ Jobs that are running
+
+
+STARTED
+
+
+ Job calculation has been started.
+
+
+SUBMITTED
+
+
+ Job has been submitted.
+
+
+UNDEFINED
+
+
+ Represents jobs with unknown status
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static JobStatus
+valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JobStatus []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+PENDING
+
+public static final JobStatus PENDING
+
+Jobs which are in the queue and awaiting execution reported for cluster
+ jobs only
+
+
+
+
+
+
+
+RUNNING
+
+public static final JobStatus RUNNING
+
+Jobs that are running
+
+
+
+
+
+
+
+CANCELLED
+
+public static final JobStatus CANCELLED
+
+Jobs that has been cancelled
+
+
+
+
+
+
+
+FINISHED
+
+public static final JobStatus FINISHED
+
+Finished jobs
+
+
+
+
+
+
+
+FAILED
+
+public static final JobStatus FAILED
+
+Failed jobs
+
+
+
+
+
+
+
+UNDEFINED
+
+public static final JobStatus UNDEFINED
+
+Represents jobs with unknown status
+
+
+
+
+
+
+
+STARTED
+
+public static final JobStatus STARTED
+
+Job calculation has been started. First status reported by the local
+ engine
+
+
+
+
+
+
+
+SUBMITTED
+
+public static final JobStatus SUBMITTED
+
+Job has been submitted. This status is only set for cluster jobs
+
+
+
+
+
+
+
+COLLECTED
+
+public static final JobStatus COLLECTED
+
+Results has been collected
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static JobStatus [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (JobStatus c : JobStatus.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static JobStatus valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/JobSubmissionException.html b/website/dm_javadoc/compbio/metadata/JobSubmissionException.html
new file mode 100644
index 0000000..667937a
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/JobSubmissionException.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class JobSubmissionException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+Direct Known Subclasses: LimitExceededException , UnsupportedRuntimeException
+
+
+
+public class JobSubmissionException extends java.lang.Exception
+
+
+
+Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException. If
+ this exception is thrown the task has not been calculated
+
+
+
+
+Author:
+ pvtroshin
+
+ Date December 2009
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (java.lang.String message)
+
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (java.lang.Throwable cause)
+
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (java.lang.String message,
+ java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/Limit.html b/website/dm_javadoc/compbio/metadata/Limit.html
new file mode 100644
index 0000000..edb3712
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/Limit.html
@@ -0,0 +1,478 @@
+
+
+
+
+
+
+Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Limit<T>
+
+java.lang.Object
+ compbio.metadata.Limit<T>
+
+
+Type Parameters: T
- the type of an executable for which this limit is defined.
+
+
+public class Limit<T> extends java.lang.Object
+
+
+
+A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset. Also contains static method for determining the
+ number of sequence and their average length in the List
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ pvtroshin
+See Also: LimitsManager
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Limit (int seqNumber,
+ int seqLength,
+ java.lang.String preset)
+
+
+ Instantiate the limit
+
+
+Limit (int seqNumber,
+ int seqLength,
+ java.lang.String preset,
+ boolean isDefault)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Limit
+
+public Limit (int seqNumber,
+ int seqLength,
+ java.lang.String preset)
+
+Instantiate the limit
+
+
+Parameters: seqNumber
- the maximum number of sequences allowed for calculation.
+ RequiredseqLength
- the average length of the sequence, optionalpreset
- the name of preset if any, optional
+Throws:
+java.lang.IllegalArgumentException
- if the seqNumber is not supplied or the seqLength is negative
+
+
+
+
+Limit
+
+public Limit (int seqNumber,
+ int seqLength,
+ java.lang.String preset,
+ boolean isDefault)
+
+
+
+
+
+
+
+
+
+getPreset
+
+public java.lang.String getPreset ()
+
+
+
+
+
+
+
+
+getAvgSeqLength
+
+public int getAvgSeqLength ()
+
+
+
+Returns: the allowed average sequence length
+
+
+
+
+
+getSeqNumber
+
+public int getSeqNumber ()
+
+
+
+Returns: the maximum number of sequences allowed
+
+
+
+
+
+isDefault
+
+public boolean isDefault ()
+
+
+
+Returns: true is this is a default limit to be used, false otherwise
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+isExceeded
+
+public boolean isExceeded (java.util.List<FastaSequence > data)
+
+Checks if the number of sequences or their average length in the dataset
+ exceeds this limit.
+
+
+Parameters: data
- the dataset to measure
+Returns: true if a limit is exceeded (what is the dataset is larger then
+ the limit), false otherwise. First check the number of sequences
+ in the dataset and if it exceeds the limit return true
+ irrespective of the average length. If the number of sequences in
+ the dataset is less than the limit and average length is defined,
+ then check whether the total number of letters (number of
+ sequence multiplied by the average sequence length) is greater
+ then the total number of letters in the dataset. Returns true if
+ the total number of letters in the dataset is greater than the
+ limit, false otherwise.
+
+
+
+
+
+getAvgSequenceLength
+
+public static int getAvgSequenceLength (java.util.List<FastaSequence > data)
+
+Calculates an average sequence length of the dataset
+
+
+Parameters: data
-
+Returns: an average sequence length in the input dataset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/LimitExceededException.html b/website/dm_javadoc/compbio/metadata/LimitExceededException.html
new file mode 100644
index 0000000..f020137
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/LimitExceededException.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+LimitExceededException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class LimitExceededException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+ compbio.metadata.LimitExceededException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class LimitExceededException extends JobSubmissionException
+
+
+
+This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+
+
+Version:
+ 1.0 February 2010
+Author:
+ pvtroshin
+See Also: Limit
,
+Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitExceededException
+
+public LimitExceededException (java.lang.String message)
+
+
+
+
+
+
+
+
+
+newLimitExceeded
+
+public static LimitExceededException newLimitExceeded (Limit <?> limit,
+ java.util.List<FastaSequence > seqs)
+
+
+
+
+
+
+
+
+getNumberOfSequencesAllowed
+
+public int getNumberOfSequencesAllowed ()
+
+
+
+
+
+
+
+
+getActualNumberofSequences
+
+public int getActualNumberofSequences ()
+
+
+
+
+
+
+
+
+getSequenceLenghtAllowed
+
+public int getSequenceLenghtAllowed ()
+
+
+
+
+
+
+
+
+getSequenceLenghtActual
+
+public int getSequenceLenghtActual ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/LimitsManager.html b/website/dm_javadoc/compbio/metadata/LimitsManager.html
new file mode 100644
index 0000000..cbf7e5e
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/LimitsManager.html
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class LimitsManager<T>
+
+java.lang.Object
+ compbio.metadata.LimitsManager<T>
+
+
+Type Parameters: T
- executable type
+
+
+public class LimitsManager<T> extends java.lang.Object
+
+
+
+A collection of Limits
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ pvtroshin
+See Also: Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitsManager
+
+public LimitsManager ()
+
+
+
+
+
+
+
+
+
+getLimits
+
+public java.util.List<Limit <T >> getLimits ()
+
+
+
+Returns: all limits defined for an executable T
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+getLimitByName
+
+public Limit <T > getLimitByName (java.lang.String presetName)
+
+
+Parameters: presetName
-
+Returns: Limit defined for the executable T and presetName. If no limit is
+ defined for the presetName then default Limit is returned. If
+ presetName is empty or null than the default Limit will be
+ returned. If not limit defined for the type T than NULL will be
+ returned
+
+
+
+
+
+getDefaultLimit
+
+public Limit <T > getDefaultLimit ()
+
+
+
+Returns: the default Limit for an executable type T
+
+
+
+
+
+validate
+
+public void validate (PresetManager <T > presets)
+ throws javax.xml.bind.ValidationException
+
+Validate Limits
+
+
+Parameters: presets
-
+Throws:
+javax.xml.bind.ValidationException
- if any of the Limit defined is found to be invalid. That is
+ when
+
+ 1) No default limit is defined
+
+ 2) More than 1 default limit is defined
+
+ 3) Limit's preset name does not match any presets for type TSee Also: Limit
,
+Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/Option.html b/website/dm_javadoc/compbio/metadata/Option.html
new file mode 100644
index 0000000..77b8754
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/Option.html
@@ -0,0 +1,714 @@
+
+
+
+
+
+
+Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Option<T>
+
+java.lang.Object
+ compbio.metadata.Option<T>
+
+
+Type Parameters: T
- type of executable
+
+All Implemented Interfaces: Argument <T>
+
+
+Direct Known Subclasses: Parameter
+
+
+
+public class Option<T> extends java.lang.Objectimplements Argument <T>
+
+
+
+Command line option/flag or multiple exclusive options with no value. Example
+ -protein, -dna, -auto
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Option (java.lang.String name,
+ java.lang.String description)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.util.Set<java.lang.String>
+addOptionNames (java.lang.String... value)
+
+
+ Adds an option to the optionName list
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.lang.String
+getDefaultValue ()
+
+
+ A default value of the option.
+
+
+
+ java.lang.String
+getDescription ()
+
+
+ A long description of the Option
+
+
+
+ java.net.URL
+getFurtherDetails ()
+
+
+ The URL where further details about the option can be found
+
+
+
+ java.lang.String
+getName ()
+
+
+ Human readable name of the option
+
+
+
+ java.util.List<java.lang.String>
+getOptionNames ()
+
+
+
+
+
+
+ java.util.List<java.lang.String>
+getPossibleValues ()
+
+
+ List of possible optionNames
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ boolean
+isRequired ()
+
+
+ Flag that indicated that this option must be specified in the command
+ line for an executable to run
+
+
+
+ void
+setDefaultValue (java.lang.String defaultVal)
+
+
+ Sets one of the values defined in optionList as default.
+
+
+
+ void
+setDescription (java.lang.String description)
+
+
+
+
+
+
+ void
+setFurtherDetails (java.net.URL furtherDetails)
+
+
+
+
+
+
+ void
+setName (java.lang.String name)
+
+
+
+
+
+
+ void
+setOptionNames (java.util.Set<java.lang.String> optionNames)
+
+
+
+
+
+
+ void
+setRequired (boolean isRequired)
+
+
+
+
+
+
+ void
+setValue (java.lang.String dValue)
+
+
+ Set default values for the parameter or an option
+
+
+
+ java.lang.String
+toCommand (java.lang.String nameValueSeparator)
+
+
+ Convert the option to the command string.
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Option
+
+public Option (java.lang.String name,
+ java.lang.String description)
+
+
+
+
+
+
+
+
+
+getName
+
+public java.lang.String getName ()
+
+Human readable name of the option
+
+
+Specified by: getName
in interface Argument <T >
+
+
+
+
+
+
+
+
+setName
+
+public void setName (java.lang.String name)
+
+
+
+
+
+
+
+
+
+
+
+getDescription
+
+public java.lang.String getDescription ()
+
+A long description of the Option
+
+
+Specified by: getDescription
in interface Argument <T >
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription (java.lang.String description)
+
+
+
+
+
+
+
+
+
+
+
+getFurtherDetails
+
+public java.net.URL getFurtherDetails ()
+
+The URL where further details about the option can be found
+
+
+Specified by: getFurtherDetails
in interface Argument <T >
+
+
+
+
+
+
+
+
+setFurtherDetails
+
+public void setFurtherDetails (java.net.URL furtherDetails)
+
+
+
+
+
+
+
+
+
+
+
+getDefaultValue
+
+public java.lang.String getDefaultValue ()
+
+A default value of the option. Defaults to command line argument name
+ e.g. -auto
+
+
+Specified by: getDefaultValue
in interface Argument <T >
+
+
+
+
+
+
+
+
+setDefaultValue
+
+public void setDefaultValue (java.lang.String defaultVal)
+ throws WrongParameterException
+
+Sets one of the values defined in optionList as default. Attempting set
+ the value not listed there will result in WrongParameter exception
+
+
+
+
+
+Parameters: defaultVal
-
+Throws:
+WrongParameterException
- is thrown if the defaultValue is not found in optionList
+
+
+
+
+
+isRequired
+
+public boolean isRequired ()
+
+Flag that indicated that this option must be specified in the command
+ line for an executable to run
+
+
+
+
+
+
+Returns: true is the option is required, false otherwise
+
+
+
+
+
+setRequired
+
+public void setRequired (boolean isRequired)
+
+
+
+
+
+
+
+
+
+
+
+getOptionNames
+
+public java.util.List<java.lang.String> getOptionNames ()
+
+
+
+
+
+
+Returns: List of option names
+
+
+
+
+
+setOptionNames
+
+public void setOptionNames (java.util.Set<java.lang.String> optionNames)
+
+
+
+
+
+
+
+
+
+
+
+addOptionNames
+
+public java.util.Set<java.lang.String> addOptionNames (java.lang.String... value)
+
+Adds an option to the optionName list
+
+
+
+
+
+Parameters: value
-
+Returns: modified optionName list
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+toCommand
+
+public java.lang.String toCommand (java.lang.String nameValueSeparator)
+
+Convert the option to the command string.
+
+
+
+
+
+
+Returns: If only one optionName is defined, than it is returned, if many
+ option names are defined, then the defaultValue is returned.
+ Option must have a default value if there are many optionNames to
+ be valid.
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+getPossibleValues
+
+public java.util.List<java.lang.String> getPossibleValues ()
+
+List of possible optionNames
+
+
+Specified by: getPossibleValues
in interface Argument <T >
+
+
+
+Returns: List of values allowed for an Argument
+
+
+
+
+
+setValue
+
+public void setValue (java.lang.String dValue)
+ throws WrongParameterException
+
+Description copied from interface: Argument
+Set default values for the parameter or an option
+
+
+Specified by: setValue
in interface Argument <T >
+
+
+Parameters: dValue
- the value to be set
+Throws:
+WrongParameterException
- - when the value to be set is illegal. Wrong value for
+ numeric parameter is the value defined outside it , for
+ string type parameter, wrong value is the one which is not
+ listed in possible values listSee Also: ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/Parameter.html b/website/dm_javadoc/compbio/metadata/Parameter.html
new file mode 100644
index 0000000..7d92155
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/Parameter.html
@@ -0,0 +1,572 @@
+
+
+
+
+
+
+Parameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Parameter<T>
+
+java.lang.Object
+ compbio.metadata.Option <T>
+ compbio.metadata.Parameter<T>
+
+
+All Implemented Interfaces: Argument <T>
+
+
+
+public class Parameter<T> extends Option <T>
+
+
+
+A single value containing an option supported by the web service e.g.
+ seqType=protein. Where seqType is a optionName and protein is one of
+ possibleValues
+
+
+
+
+Version:
+ 1.0 November 2009
+Author:
+ pvtroshin
+See Also: Option
,
+Argument
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Parameter (java.lang.String name,
+ java.lang.String description)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ java.util.Set<java.lang.String>
+addOptionNames (java.lang.String... value)
+
+
+ Adds an option to the optionName list
+
+
+
+ java.util.Set<java.lang.String>
+addPossibleValues (java.lang.String... value)
+
+
+
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.lang.String
+getOptionName ()
+
+
+
+
+
+
+ java.util.List<java.lang.String>
+getPossibleValues ()
+
+
+ List is more convenient to work with
+
+
+
+ ValueConstrain
+getValidValue ()
+
+
+
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ void
+setDefaultValue (java.lang.String defaultVal)
+
+
+ Sets one of the values defined in optionList as default.
+
+
+
+ void
+setOptionName (java.lang.String optionName)
+
+
+
+
+
+
+ void
+setOptionNames (java.util.Set<java.lang.String> optionName)
+
+
+
+
+
+
+ void
+setPossibleValues (java.util.Set<java.lang.String> possibleValues)
+
+
+
+
+
+
+ void
+setValidValue (ValueConstrain validValue)
+
+
+
+
+
+
+ java.lang.String
+toCommand (java.lang.String nameValueSeparator)
+
+
+ Convert the option to the command string.
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.metadata.Option
+
+
+getDefaultValue , getDescription , getFurtherDetails , getName , getOptionNames , isRequired , setDescription , setFurtherDetails , setName , setRequired , setValue
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Parameter
+
+public Parameter (java.lang.String name,
+ java.lang.String description)
+
+
+
+
+
+
+
+
+
+getValidValue
+
+public ValueConstrain getValidValue ()
+
+
+
+
+
+
+
+
+setValidValue
+
+public void setValidValue (ValueConstrain validValue)
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class Option <T >
+
+
+
+
+
+
+
+
+toCommand
+
+public java.lang.String toCommand (java.lang.String nameValueSeparator)
+
+Description copied from class: Option
+Convert the option to the command string.
+
+
+Overrides: toCommand
in class Option <T >
+
+
+
+Returns: If only one optionName is defined, than it is returned, if many
+ option names are defined, then the defaultValue is returned.
+ Option must have a default value if there are many optionNames to
+ be valid.
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class Option <T >
+
+
+
+
+
+
+
+
+getPossibleValues
+
+public java.util.List<java.lang.String> getPossibleValues ()
+
+List is more convenient to work with
+
+
+Specified by: getPossibleValues
in interface Argument <T >
Overrides: getPossibleValues
in class Option <T >
+
+
+
+Returns: List of String
+
+
+
+
+
+setPossibleValues
+
+public void setPossibleValues (java.util.Set<java.lang.String> possibleValues)
+
+
+
+
+
+
+
+
+addPossibleValues
+
+public java.util.Set<java.lang.String> addPossibleValues (java.lang.String... value)
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Option <T >
+
+
+
+
+
+
+
+
+setOptionNames
+
+public void setOptionNames (java.util.Set<java.lang.String> optionName)
+
+
+Overrides: setOptionNames
in class Option <T >
+
+
+
+
+
+
+
+
+addOptionNames
+
+public java.util.Set<java.lang.String> addOptionNames (java.lang.String... value)
+
+Description copied from class: Option
+Adds an option to the optionName list
+
+
+Overrides: addOptionNames
in class Option <T >
+
+
+
+Returns: modified optionName list
+
+
+
+
+
+getOptionName
+
+public java.lang.String getOptionName ()
+
+
+
+
+
+
+
+
+setOptionName
+
+public void setOptionName (java.lang.String optionName)
+
+
+
+
+
+
+
+
+setDefaultValue
+
+public void setDefaultValue (java.lang.String defaultVal)
+ throws WrongParameterException
+
+Description copied from class: Option
+Sets one of the values defined in optionList as default. Attempting set
+ the value not listed there will result in WrongParameter exception
+
+
+Overrides: setDefaultValue
in class Option <T >
+
+
+
+Throws:
+WrongParameterException
- is thrown if the defaultValue is not found in optionList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/Preset.html b/website/dm_javadoc/compbio/metadata/Preset.html
new file mode 100644
index 0000000..87f3a9b
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/Preset.html
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Preset<T>
+
+java.lang.Object
+ compbio.metadata.Preset<T>
+
+
+Type Parameters: T
- executable type
+
+
+public class Preset<T> extends java.lang.Object
+
+
+
+Collection of Options and Parameters with their values
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+See Also: Option
,
+Parameter
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Preset ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ java.util.List<Option <T >>
+getArguments (RunnerConfig <T > rconfig)
+
+
+ Converts list of options as String to type Option
+
+
+
+ java.lang.String
+getDescription ()
+
+
+
+
+
+
+ java.lang.String
+getName ()
+
+
+
+
+
+
+ java.util.List<java.lang.String>
+getOptions ()
+
+
+
+
+
+
+ int
+hashCode ()
+
+
+
+
+
+
+ void
+setDescription (java.lang.String description)
+
+
+
+
+
+
+ void
+setName (java.lang.String name)
+
+
+
+
+
+
+ void
+setOptions (java.util.List<java.lang.String> option)
+
+
+
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Preset
+
+public Preset ()
+
+
+
+
+
+
+
+
+
+setOptions
+
+public void setOptions (java.util.List<java.lang.String> option)
+
+
+
+
+
+
+
+
+setName
+
+public void setName (java.lang.String name)
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription (java.lang.String description)
+
+
+
+
+
+
+
+
+getOptions
+
+public java.util.List<java.lang.String> getOptions ()
+
+
+
+Returns: a List of Options as a String
+
+
+
+
+
+getName
+
+public java.lang.String getName ()
+
+
+
+Returns: - name of the Preset
+
+
+
+
+
+getDescription
+
+public java.lang.String getDescription ()
+
+
+
+Returns: - a long description of the Preset
+
+
+
+
+
+getArguments
+
+public java.util.List<Option <T >> getArguments (RunnerConfig <T > rconfig)
+ throws WrongParameterException
+
+Converts list of options as String to type Option
+
+
+Parameters: rconfig
-
+Returns: List of Options
+ Throws:
+WrongParameterException
- if the value of the parameter is invalid @see
+ Parameter
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/PresetManager.html b/website/dm_javadoc/compbio/metadata/PresetManager.html
new file mode 100644
index 0000000..a7c1ab7
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/PresetManager.html
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class PresetManager<T>
+
+java.lang.Object
+ compbio.metadata.PresetManager<T>
+
+
+Type Parameters: T
- type of executable.
+
+
+public class PresetManager<T> extends java.lang.Object
+
+
+
+Collection of presets and methods to manipulate them @see Preset
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+LOCAL_ENGINE_LIMIT_PRESET
+
+public static final java.lang.String LOCAL_ENGINE_LIMIT_PRESET
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetManager
+
+public PresetManager ()
+
+
+
+
+
+
+
+
+
+getPresets
+
+public java.util.List<Preset <T >> getPresets ()
+
+
+
+
+
+
+
+
+setPresets
+
+public void setPresets (java.util.List<Preset <T >> presets)
+
+
+
+
+
+
+
+
+getRunnerClassName
+
+public java.lang.String getRunnerClassName ()
+
+
+
+Returns: fully qualified class name of type T
+
+
+
+
+
+setRunnerClassName
+
+public void setRunnerClassName (java.lang.String runnerClassName)
+
+
+
+
+
+
+
+
+getPresetByName
+
+public Preset <T > getPresetByName (java.lang.String presetName)
+
+
+Parameters: presetName
-
+Returns: preset by its name, null if no preset found
+
+
+
+
+
+validate
+
+public void validate (RunnerConfig <T > options)
+ throws javax.xml.bind.ValidationException
+
+Checks whether preset option and parameter are defined in RunnerConfig
+ object.
+
+ TODO handle parameters with values properly!
+
+
+
+Throws:
+javax.xml.bind.ValidationException
- if preset is found to be invalid.
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/ResultNotAvailableException.html b/website/dm_javadoc/compbio/metadata/ResultNotAvailableException.html
new file mode 100644
index 0000000..95f5a4c
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/ResultNotAvailableException.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ResultNotAvailableException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.ResultNotAvailableException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class ResultNotAvailableException extends java.lang.Exception
+
+
+
+ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained. For cluster execution it hides lower level exceptions
+ like DrmaaException
+
+
+
+
+Author:
+ pvtroshin
+
+ Date October 2009
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (java.lang.String message)
+
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (java.lang.Throwable cause)
+
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (java.lang.String message,
+ java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/RunnerConfig.html b/website/dm_javadoc/compbio/metadata/RunnerConfig.html
new file mode 100644
index 0000000..a03dfef
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/RunnerConfig.html
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class RunnerConfig<T>
+
+java.lang.Object
+ compbio.metadata.RunnerConfig<T>
+
+
+Type Parameters: T
- type of an Executable
+
+
+@NotThreadSafe
+ public class RunnerConfig<T> extends java.lang.Object
+
+
+
+The list of Parameter
s and Option
s supported by executable.
+ The lists is defined in and loaded from Parameters.xml file.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+addOption (Option <T > option)
+
+
+ Adds Option to the internal list of options
+
+
+
+ void
+addParameter (Parameter <T > param)
+
+
+ Adds parameter to the internal parameter list
+
+
+
+ RunnerConfig <T >
+copyAndValidateRConfig (RunnerConfig <?> runnerConf)
+
+
+
+
+
+
+ boolean
+equals (java.lang.Object obj)
+
+
+
+
+
+
+ Option <T >
+getArgument (java.lang.String name)
+
+
+ Returns the argument by its name if found, NULL otherwise.
+
+
+
+ Option <T >
+getArgumentByOptionName (java.lang.String optionName)
+
+
+ Returns the argument by option name, NULL if the argument is not found
+
+
+
+ java.util.List<Option <T >>
+getArguments ()
+
+
+ Returns list of Parameter
and Option
supported by current
+ runner
+
+
+
+ java.util.List<Option <T >>
+getOptions ()
+
+
+ Returns the list of the Options supported by the executable of type T
+
+
+
+ java.util.List<Parameter <T >>
+getParameters ()
+
+
+ Returns the list of parameters supported executable of type T.
+
+
+
+ java.lang.String
+getPrmSeparator ()
+
+
+
+
+
+
+ java.lang.String
+getRunnerClassName ()
+
+
+
+
+
+
+ boolean
+removeArgument (java.lang.String name)
+
+
+ Removes the argument Argument
if found.
+
+
+
+ boolean
+removeArgumentByOptionName (java.lang.String optionName)
+
+
+ Removes the argument which can be a Parameter or an Option instance by
+ the value in element of the runner configuration
+ descriptor.
+
+
+
+ void
+setOptions (java.util.List<Option <T >> parameters)
+
+
+ Adds the list of options or parameters to the internal list of options
+
+
+
+ void
+setParameters (java.util.List<Parameter <T >> parameters)
+
+
+ Sets the list of parameters as internal list
+
+
+
+ void
+setPrmSeparator (java.lang.String prmSeparator)
+
+
+ Sets name value separator character
+
+
+
+ void
+setRunnerClassName (java.lang.String runnerClassName)
+
+
+ Set the name of a runner class
+
+
+
+ java.lang.String
+toString ()
+
+
+
+
+
+
+ void
+validate ()
+
+
+ Validate the value of the argument.
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RunnerConfig
+
+public RunnerConfig ()
+
+
+
+
+
+
+
+
+
+copyAndValidateRConfig
+
+public RunnerConfig <T > copyAndValidateRConfig (RunnerConfig <?> runnerConf)
+
+
+
+
+
+
+
+
+getOptions
+
+public java.util.List<Option <T >> getOptions ()
+
+Returns the list of the Options supported by the executable of type T
+
+
+
+Returns: list of Option
supported by type T See Also: Option
+
+
+
+
+
+addParameter
+
+public void addParameter (Parameter <T > param)
+
+Adds parameter to the internal parameter list
+
+
+Parameters: param
- the Parameter
to addSee Also: Parameter
+
+
+
+
+
+addOption
+
+public void addOption (Option <T > option)
+
+Adds Option to the internal list of options
+
+
+Parameters: option
- the Option
to add
+
+
+
+
+
+getArguments
+
+public java.util.List<Option <T >> getArguments ()
+
+Returns list of Parameter
and Option
supported by current
+ runner
+
+
+
+Returns: list of Option
and Parameter
supported by type T
+
+
+
+
+
+getPrmSeparator
+
+public java.lang.String getPrmSeparator ()
+
+
+
+Returns: name value separator character
+
+
+
+
+
+setPrmSeparator
+
+public void setPrmSeparator (java.lang.String prmSeparator)
+
+Sets name value separator character
+
+
+Parameters: prmSeparator
- the separator char
+
+
+
+
+
+setOptions
+
+public void setOptions (java.util.List<Option <T >> parameters)
+
+Adds the list of options or parameters to the internal list of options
+
+
+Parameters: parameters
- the list of parameters to add
+
+
+
+
+
+getRunnerClassName
+
+public java.lang.String getRunnerClassName ()
+
+
+
+Returns: fully qualified class name for type T
+
+
+
+
+
+setRunnerClassName
+
+public void setRunnerClassName (java.lang.String runnerClassName)
+
+Set the name of a runner class
+
+
+Parameters: runnerClassName
- the name of the executable wrapping class
+
+
+
+
+
+setParameters
+
+public void setParameters (java.util.List<Parameter <T >> parameters)
+
+Sets the list of parameters as internal list
+
+
+Parameters: parameters
- the list of parameters
+
+
+
+
+
+getParameters
+
+public java.util.List<Parameter <T >> getParameters ()
+
+Returns the list of parameters supported executable of type T. Where
+ Parameter
is an Option
with value.
+
+
+
+Returns: List of Parameter
supported by type T.
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+getArgument
+
+public Option <T > getArgument (java.lang.String name)
+
+Returns the argument by its name if found, NULL otherwise. Where the
+ Argument is a common interface for Option
and Parameter
+ therefore this method can return either. If you need to retrieve the
+ Option by its optionNames use @link
+ getArgumentByOptionName(String)
method. The
+ difference between option name and optionName is explained by the
+ following example:
+
+
+ Sequence type
+
+ --nuc - Assume the sequences are nucleotide.
+ --amino - Assume the sequences are amino acid.
+ --amino
+ --nuc
+ --auto
+
+
+ In the example, the "Sequence type" is a name whereas --amino, --nuc and
+ --auto are all optionNames. This dichotomy only manifests in
+ Option
never in Parameters
as the latter can
+ only have single element
+
+
+Parameters: name
- the Parameter of Option name
+Returns: Argument
+
+
+
+
+
+removeArgument
+
+public boolean removeArgument (java.lang.String name)
+
+Removes the argument Argument
if found. Where Argument is either
+ Option
or Parameter
.
+
+
+Parameters: name
- of the argument
+Returns: true if argument was removed, false otherwise
+
+
+
+
+
+getArgumentByOptionName
+
+public Option <T > getArgumentByOptionName (java.lang.String optionName)
+
+Returns the argument by option name, NULL if the argument is not found
+
+
+Parameters: optionName
- - the optionName. This is not the same as an Option name.
+
+ For example:
+
+
+ Output sequences order
+ --inputorder - Output order: same as input.
+ --reorder - Output order: aligned. Default: same as input
+ --inputorder
+ --reorder
+
+
+ The name of the option in the example is
+ "Output sequences order" whereas optionNames are
+ "--inputorder" and "--reorder". If you need to retrieve the
+ Option or Parameter by its names use
+ getArgument(String)
method
+Returns: Option
+
+
+
+
+
+removeArgumentByOptionName
+
+public boolean removeArgumentByOptionName (java.lang.String optionName)
+
+Removes the argument which can be a Parameter or an Option instance by
+ the value in element of the runner configuration
+ descriptor.
+
+
+Parameters: optionName
- the optionName of the option, do not confuse with the name!
+Returns: true if argument with optionName exists and was removed, false
+ otherwise See Also: for destinctions
+ between optionNames and the name of the Option
+
+
+
+
+
+validate
+
+public void validate ()
+ throws javax.xml.bind.ValidationException
+
+Validate the value of the argument. Checks whether the argument value is
+ in the valid values range.
+
+
+
+Throws:
+javax.xml.bind.ValidationException
- if any of the arguments found invalid which is when
+
+ Parameter value outside ValueConstrain
boundary
+ Parameter name is not listed in possible values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html
new file mode 100644
index 0000000..81522aa
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class UnsupportedRuntimeException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+ compbio.metadata.UnsupportedRuntimeException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class UnsupportedRuntimeException extends JobSubmissionException
+
+
+
+Indicates that the server could not execute native executables. e.g. If Mafft
+ (unix executable) is asked to be run on Windows. In context of JABAWS this
+ exception indicates that the service is deployed but is not able to run.
+
+
+
+
+Author:
+ pvtroshin
+
+ Date February 2010
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnsupportedRuntimeException
+
+public UnsupportedRuntimeException (java.lang.String message)
+
+
+
+
+
+UnsupportedRuntimeException
+
+public UnsupportedRuntimeException (java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html b/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html
new file mode 100644
index 0000000..81fd428
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+ValueConstrain.Type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Enum ValueConstrain.Type
+
+java.lang.Object
+ java.lang.Enum<ValueConstrain.Type >
+ compbio.metadata.ValueConstrain.Type
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<ValueConstrain.Type >
+
+
+Enclosing class: ValueConstrain
+
+
+
+public static enum ValueConstrain.Type extends java.lang.Enum<ValueConstrain.Type >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+Float
+
+
+
+
+
+Integer
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static ValueConstrain.Type
+valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static ValueConstrain.Type []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+Integer
+
+public static final ValueConstrain.Type Integer
+
+
+
+
+
+
+
+Float
+
+public static final ValueConstrain.Type Float
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static ValueConstrain.Type [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ValueConstrain.Type c : ValueConstrain.Type.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static ValueConstrain.Type valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/ValueConstrain.html b/website/dm_javadoc/compbio/metadata/ValueConstrain.html
new file mode 100644
index 0000000..5326aba
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/ValueConstrain.html
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ValueConstrain
+
+java.lang.Object
+ compbio.metadata.ValueConstrain
+
+
+
+public class ValueConstrain extends java.lang.Object
+
+
+
+The type and the lower and upper boundaries for numerical value.
+
+
+
+
+Version:
+ 1.0 November 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ValueConstrain
+
+public ValueConstrain ()
+
+
+
+
+
+
+
+
+
+getType
+
+public ValueConstrain.Type getType ()
+
+
+
+
+
+
+
+
+setType
+
+public void setType (ValueConstrain.Type type)
+
+
+
+
+
+
+
+
+getMax
+
+public java.lang.Number getMax ()
+
+
+
+
+
+
+
+
+setMax
+
+public void setMax (java.lang.String max)
+
+
+
+
+
+
+
+
+getMin
+
+public java.lang.Number getMin ()
+
+
+
+
+
+
+
+
+setMin
+
+public void setMin (java.lang.String min)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (java.lang.Object obj)
+
+
+Overrides: equals
in class java.lang.Object
+
+
+
+
+
+
+
+
+toString
+
+public java.lang.String toString ()
+
+
+Overrides: toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/WrongParameterException.html b/website/dm_javadoc/compbio/metadata/WrongParameterException.html
new file mode 100644
index 0000000..8d45c0c
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/WrongParameterException.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class WrongParameterException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.WrongParameterException
+
+
+All Implemented Interfaces: java.io.Serializable
+
+
+
+public class WrongParameterException extends java.lang.Exception
+
+
+
+WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (Option <?> option)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (java.lang.String message)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (java.lang.Throwable cause)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (java.lang.String message,
+ java.lang.Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/Argument.html b/website/dm_javadoc/compbio/metadata/class-use/Argument.html
new file mode 100644
index 0000000..8d33f7d
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/Argument.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Interface compbio.metadata.Argument
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.metadata.Argument
+
+
+
+
+
+Packages that use Argument
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata that implement Argument
+
+
+
+ class
+Option<T>
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+
+ class
+Parameter<T>
+
+
+ A single value containing an option supported by the web service e.g.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/ChunkHolder.html b/website/dm_javadoc/compbio/metadata/class-use/ChunkHolder.html
new file mode 100644
index 0000000..53c6afd
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/ChunkHolder.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/JobExecutionException.html b/website/dm_javadoc/compbio/metadata/class-use/JobExecutionException.html
new file mode 100644
index 0000000..075e64e
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/JobExecutionException.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobExecutionException
+
+No usage of compbio.metadata.JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/JobStatus.html b/website/dm_javadoc/compbio/metadata/class-use/JobStatus.html
new file mode 100644
index 0000000..d0833ac
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/JobStatus.html
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobStatus
+
+
+
+
+
+Packages that use JobStatus
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.metadata that return JobStatus
+
+
+
+static JobStatus
+JobStatus. valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JobStatus []
+JobStatus. values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/JobSubmissionException.html b/website/dm_javadoc/compbio/metadata/class-use/JobSubmissionException.html
new file mode 100644
index 0000000..01c870a
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/JobSubmissionException.html
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobSubmissionException
+
+
+
+
+
+Packages that use JobSubmissionException
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.msa that throw JobSubmissionException
+
+
+
+ java.lang.String
+MsaWS. align (java.util.List<FastaSequence > sequences)
+
+
+ Align a list of sequences with default settings.
+
+
+
+ java.lang.String
+SequenceAnnotation. analize (java.util.List<FastaSequence > sequences)
+
+
+ Analyse the sequences.
+
+
+
+ java.lang.String
+MsaWS. customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ java.lang.String
+SequenceAnnotation. customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+ java.lang.String
+MsaWS. presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Align a list of sequences with preset.
+
+
+
+ java.lang.String
+SequenceAnnotation. presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Analyse the sequences according to the preset settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/Limit.html b/website/dm_javadoc/compbio/metadata/class-use/Limit.html
new file mode 100644
index 0000000..308485e
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/Limit.html
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Limit
+
+
+
+
+
+Packages that use Limit
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/LimitExceededException.html b/website/dm_javadoc/compbio/metadata/class-use/LimitExceededException.html
new file mode 100644
index 0000000..b7a4899
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/LimitExceededException.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitExceededException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitExceededException
+
+
+
+
+
+Packages that use LimitExceededException
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.msa that throw LimitExceededException
+
+
+
+ java.lang.String
+MsaWS. align (java.util.List<FastaSequence > sequences)
+
+
+ Align a list of sequences with default settings.
+
+
+
+ java.lang.String
+SequenceAnnotation. analize (java.util.List<FastaSequence > sequences)
+
+
+ Analyse the sequences.
+
+
+
+ java.lang.String
+MsaWS. customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ java.lang.String
+SequenceAnnotation. customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+ java.lang.String
+MsaWS. presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Align a list of sequences with preset.
+
+
+
+ java.lang.String
+SequenceAnnotation. presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Analyse the sequences according to the preset settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/LimitsManager.html b/website/dm_javadoc/compbio/metadata/class-use/LimitsManager.html
new file mode 100644
index 0000000..f889d04
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/LimitsManager.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/Option.html b/website/dm_javadoc/compbio/metadata/class-use/Option.html
new file mode 100644
index 0000000..3abb8b9
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/Option.html
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Option
+
+
+
+
+
+Packages that use Option
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.data.msa with type arguments of type Option
+
+
+
+ java.lang.String
+MsaWS. customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ java.lang.String
+SequenceAnnotation. customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.metadata with type arguments of type Option
+
+
+
+ void
+RunnerConfig. setOptions (java.util.List<Option <T >> parameters)
+
+
+ Adds the list of options or parameters to the internal list of options
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/Parameter.html b/website/dm_javadoc/compbio/metadata/class-use/Parameter.html
new file mode 100644
index 0000000..3b39d56
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/Parameter.html
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Parameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Parameter
+
+
+
+
+
+Packages that use Parameter
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/Preset.html b/website/dm_javadoc/compbio/metadata/class-use/Preset.html
new file mode 100644
index 0000000..263fa74
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/Preset.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Preset
+
+
+
+
+
+Packages that use Preset
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/PresetManager.html b/website/dm_javadoc/compbio/metadata/class-use/PresetManager.html
new file mode 100644
index 0000000..13cae88
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/PresetManager.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html b/website/dm_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html
new file mode 100644
index 0000000..e9f2239
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/RunnerConfig.html b/website/dm_javadoc/compbio/metadata/class-use/RunnerConfig.html
new file mode 100644
index 0000000..f87b498
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/RunnerConfig.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html b/website/dm_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html
new file mode 100644
index 0000000..8e10298
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.msa that throw UnsupportedRuntimeException
+
+
+
+ java.lang.String
+MsaWS. align (java.util.List<FastaSequence > sequences)
+
+
+ Align a list of sequences with default settings.
+
+
+
+ java.lang.String
+SequenceAnnotation. analize (java.util.List<FastaSequence > sequences)
+
+
+ Analyse the sequences.
+
+
+
+ java.lang.String
+MsaWS. customAlign (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Align a list of sequences with options.
+
+
+
+ java.lang.String
+SequenceAnnotation. customAnalize (java.util.List<FastaSequence > sequences,
+ java.util.List<Option <T >> options)
+
+
+ Analyse the sequences according to custom settings defined in options
+ list.
+
+
+
+ java.lang.String
+MsaWS. presetAlign (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Align a list of sequences with preset.
+
+
+
+ java.lang.String
+SequenceAnnotation. presetAnalize (java.util.List<FastaSequence > sequences,
+ Preset <T > preset)
+
+
+ Analyse the sequences according to the preset settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html b/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html
new file mode 100644
index 0000000..60c2e20
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain.Type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain.Type
+
+
+
+
+
+Packages that use ValueConstrain.Type
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.html b/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.html
new file mode 100644
index 0000000..af16401
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/ValueConstrain.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain
+
+
+
+
+
+Packages that use ValueConstrain
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/class-use/WrongParameterException.html b/website/dm_javadoc/compbio/metadata/class-use/WrongParameterException.html
new file mode 100644
index 0000000..59b4272
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/class-use/WrongParameterException.html
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.WrongParameterException
+
+
+
+
+
+Packages that use WrongParameterException
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.metadata that throw WrongParameterException
+
+
+
+ java.util.List<Option <T >>
+Preset. getArguments (RunnerConfig <T > rconfig)
+
+
+ Converts list of options as String to type Option
+
+
+
+ void
+Parameter. setDefaultValue (java.lang.String defaultVal)
+
+
+
+
+
+
+ void
+Option. setDefaultValue (java.lang.String defaultVal)
+
+
+ Sets one of the values defined in optionList as default.
+
+
+
+ void
+Argument. setValue (java.lang.String defaultValue)
+
+
+ Set default values for the parameter or an option
+
+
+
+ void
+Option. setValue (java.lang.String dValue)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/package-frame.html b/website/dm_javadoc/compbio/metadata/package-frame.html
new file mode 100644
index 0000000..ac2e334
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/package-frame.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/package-summary.html b/website/dm_javadoc/compbio/metadata/package-summary.html
new file mode 100644
index 0000000..c125c20
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/package-summary.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.metadata
+
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+See:
+
+ Description
+
+
+
+
+
+Interface Summary
+
+
+Argument<T>
+An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+
+
+
+
+
+
+
+Class Summary
+
+
+ChunkHolder
+Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+Limit<T>
+A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager<T>
+A collection of Limits
+
+
+Option<T>
+Command line option/flag or multiple exclusive options with no value.
+
+
+Parameter<T>
+A single value containing an option supported by the web service e.g.
+
+
+Preset<T>
+Collection of Options and Parameters with their values
+
+
+PresetManager<T>
+Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig<T>
+The list of Parameter
s and Option
s supported by executable.
+
+
+ValueConstrain
+The type and the lower and upper boundaries for numerical value.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Exception Summary
+
+
+JobExecutionException
+JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+JobSubmissionException
+Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+LimitExceededException
+This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+ResultNotAvailableException
+ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+UnsupportedRuntimeException
+Indicates that the server could not execute native executables.
+
+
+WrongParameterException
+WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+Package compbio.metadata Description
+
+
+
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+ They form a base layer of JAva Bioinformatics Analysis Web Services (JABAWS)
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/package-tree.html b/website/dm_javadoc/compbio/metadata/package-tree.html
new file mode 100644
index 0000000..5da66c5
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/package-tree.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+compbio.metadata Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.metadata
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+Enum Hierarchy
+
+
+java.lang.Object
+java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/metadata/package-use.html b/website/dm_javadoc/compbio/metadata/package-use.html
new file mode 100644
index 0000000..799729a
--- /dev/null
+++ b/website/dm_javadoc/compbio/metadata/package-use.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+Uses of Package compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.metadata
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.data.msa
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitExceededException
+
+
+ This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+ResultNotAvailableException
+
+
+ ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+UnsupportedRuntimeException
+
+
+ Indicates that the server could not execute native executables.
+
+
+WrongParameterException
+
+
+ WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.data.msa.jaxws
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.metadata
+
+
+Argument
+
+
+ An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitExceededException
+
+
+ This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Parameter
+
+
+ A single value containing an option supported by the web service e.g.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+ValueConstrain
+
+
+ The type and the lower and upper boundaries for numerical value.
+
+
+ValueConstrain.Type
+
+
+
+
+
+WrongParameterException
+
+
+ WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/AAConClient.html b/website/dm_javadoc/compbio/ws/client/AAConClient.html
new file mode 100644
index 0000000..3a4b469
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/AAConClient.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class AAConClient
+
+java.lang.Object
+ compbio.ws.client.AAConClient
+
+
+
+public class AAConClient extends java.lang.Object
+
+
+
+A command line client for AACon web service
+
+
+
+
+Version:
+ 1.0
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static SequenceAnnotation <compbio.ws.server.AAConWS>
+connect ()
+
+
+ Connects to a AACon web service by the host and the service name
+
+
+
+static void
+main (java.lang.String[] args)
+
+
+ Starts command line client, if no parameters are supplied prints help.
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+connect
+
+public static SequenceAnnotation <compbio.ws.server.AAConWS> connect ()
+ throws javax.xml.ws.WebServiceException
+
+Connects to a AACon web service by the host and the service name
+
+
+
+Returns: AlignmentAnnotation
+Throws:
+javax.xml.ws.WebServiceException
- if cannot connect to a web service
+
+
+
+
+
+main
+
+public static void main (java.lang.String[] args)
+
+Starts command line client, if no parameters are supplied prints help.
+
+
+Parameters: args
- Usage: ACTION [OPTIONS]
+
+ -i= - full path to fasta or Clustal formatted
+ alignment file
+
+ -parameters - lists parameters supported by web service
+
+ -presets - lists presets supported by web service
+
+ -limits - lists web services limits. Please note that if input
+ file is specified other actions are ignored
+
+ OPTIONS: (only for use with -i action):
+
+ -r= - name of the preset to use
+
+ -o= - full path to the file where to write results
+ -f= - the name of the file with the list
+ of parameters to use. Please note that -r and -f options
+ cannot be used together. Conservation is calculated with
+ either a preset or parameters from the file, but not both!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/IOHelper.html b/website/dm_javadoc/compbio/ws/client/IOHelper.html
new file mode 100644
index 0000000..3044d88
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/IOHelper.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class IOHelper
+
+java.lang.Object
+ compbio.ws.client.IOHelper
+
+
+
+public class IOHelper extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+IOHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IOHelper
+
+public IOHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/Jws2Client.html b/website/dm_javadoc/compbio/ws/client/Jws2Client.html
new file mode 100644
index 0000000..c94a02b
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/Jws2Client.html
@@ -0,0 +1,399 @@
+
+
+
+
+
+
+Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class Jws2Client
+
+java.lang.Object
+ compbio.ws.client.Jws2Client
+
+
+
+public class Jws2Client extends java.lang.Object
+
+
+
+A command line client for JAva Bioinformatics Analysis Web Services
+
+
+
+
+Version:
+ 1.0
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static JABAService
+connect (java.lang.String host,
+ Services service)
+
+
+ Connects to a web service by the host and the service name web service
+ type
+
+
+
+static RegistryWS
+connectToRegistry (java.lang.String host)
+
+
+ Get a connection of JABAWS registry
+
+
+
+static java.util.Set<Services >
+getServices (java.lang.String hostname)
+
+
+
+
+
+
+static void
+main (java.lang.String[] args)
+
+
+ Starts command line client, if no parameter are supported print help.
+
+
+
+static void
+testService (java.lang.String hostname,
+ Services service,
+ java.io.PrintWriter writer)
+
+
+ Asks registry to test the service on the host hostname
+
+
+
+static boolean
+validURL (java.lang.String urlstr)
+
+
+ Attempt to construct the URL object from the string
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+validURL
+
+public static boolean validURL (java.lang.String urlstr)
+
+Attempt to construct the URL object from the string
+
+
+Parameters: urlstr
-
+Returns: true if it succeed false otherwise
+
+
+
+
+
+testService
+
+public static void testService (java.lang.String hostname,
+ Services service,
+ java.io.PrintWriter writer)
+ throws java.net.ConnectException,
+ javax.xml.ws.WebServiceException
+
+Asks registry to test the service on the host hostname
+
+
+Parameters: hostname
- service
- writer
-
+Throws:
+java.net.ConnectException
+javax.xml.ws.WebServiceException
+
+
+
+
+
+getServices
+
+public static java.util.Set<Services > getServices (java.lang.String hostname)
+ throws javax.xml.ws.WebServiceException,
+ java.net.ConnectException
+
+
+
+Throws:
+javax.xml.ws.WebServiceException
+java.net.ConnectException
+
+
+
+
+
+connect
+
+public static JABAService connect (java.lang.String host,
+ Services service)
+ throws javax.xml.ws.WebServiceException,
+ java.net.ConnectException
+
+Connects to a web service by the host and the service name web service
+ type
+
+
+Parameters: host
- the fully qualified name of JABAWS server including JABAWS
+ context name e.g
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jabaservice
- the name of the JABAWS service to connect to
+Returns: JABAService
+Throws:
+javax.xml.ws.WebServiceException
+java.net.ConnectException
- if fails to connect to the service on the host
+
+
+
+
+
+connectToRegistry
+
+public static RegistryWS connectToRegistry (java.lang.String host)
+ throws javax.xml.ws.WebServiceException,
+ java.net.ConnectException
+
+Get a connection of JABAWS registry
+
+
+Parameters: host
- the fully qualified name of JABAWS server including JABAWS
+ context name e.g
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jaba
+Returns: compbio.data.msa.RegistryWS - instance of a RegistryWS web
+ service
+ Throws:
+javax.xml.ws.WebServiceException
+java.net.ConnectException
+
+
+
+
+
+main
+
+public static void main (java.lang.String[] args)
+
+Starts command line client, if no parameter are supported print help. Two
+ parameters are required for successful call the JWS2 host name and a
+ service name.
+
+
+Parameters: args
- Usage: -h=host_and_context
+ -s=serviceName ACTION [OPTIONS]
+
+ -h= - a full URL to the JWS2 web server
+ including context path e.g. http://10.31.1.159:8080/ws
+
+ -s= - one of [MafftWS, MuscleWS, ClustalWS,
+ TcoffeeWS, ProbconsWS] ACTIONS:
+
+ -i= - full path to fasta formatted sequence file,
+ from which to align sequences
+
+ -parameters - lists parameters supported by web service
+
+ -presets - lists presets supported by web service
+
+ -limits - lists web services limits Please note that if input
+ file is specified other actions are ignored
+
+ OPTIONS: (only for use with -i action):
+
+ -r= - name of the preset to use
+
+ -o= - full path to the file where to write an
+ alignment -f= - the name of the file with
+ the list of parameters to use. Please note that -r and -f
+ options cannot be used together. Alignment is done with either
+ preset or a parameters from the file, but not both!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/MetadataHelper.html b/website/dm_javadoc/compbio/ws/client/MetadataHelper.html
new file mode 100644
index 0000000..eea55ff
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/MetadataHelper.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class MetadataHelper
+
+java.lang.Object
+ compbio.ws.client.MetadataHelper
+
+
+
+public class MetadataHelper extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MetadataHelper
+
+public MetadataHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/Services.html b/website/dm_javadoc/compbio/ws/client/Services.html
new file mode 100644
index 0000000..49183a3
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/Services.html
@@ -0,0 +1,762 @@
+
+
+
+
+
+
+Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Enum Services
+
+java.lang.Object
+ java.lang.Enum<Services >
+ compbio.ws.client.Services
+
+
+All Implemented Interfaces: java.io.Serializable, java.lang.Comparable<Services >
+
+
+
+public enum Services extends java.lang.Enum<Services >
+
+
+
+List of web services currently supported by JABAWS version 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static Services
+getService (java.lang.String servName)
+
+
+
+
+
+
+ java.lang.String
+getServiceInfo ()
+
+
+
+
+
+
+static void
+main (java.lang.String[] args)
+
+
+
+
+
+
+static java.lang.String
+toString (java.util.Set<Services > services)
+
+
+
+
+
+
+static Services
+valueOf (java.lang.String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static Services []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+MafftWS
+
+public static final Services MafftWS
+
+
+
+
+
+
+
+MuscleWS
+
+public static final Services MuscleWS
+
+
+
+
+
+
+
+ClustalWS
+
+public static final Services ClustalWS
+
+
+
+
+
+
+
+ClustalOWS
+
+public static final Services ClustalOWS
+
+
+
+
+
+
+
+TcoffeeWS
+
+public static final Services TcoffeeWS
+
+
+
+
+
+
+
+ProbconsWS
+
+public static final Services ProbconsWS
+
+
+
+
+
+
+
+AAConWS
+
+public static final Services AAConWS
+
+
+
+
+
+
+
+JronnWS
+
+public static final Services JronnWS
+
+
+
+
+
+
+
+DisemblWS
+
+public static final Services DisemblWS
+
+
+
+
+
+
+
+GlobPlotWS
+
+public static final Services GlobPlotWS
+
+
+
+
+
+
+
+IUPredWS
+
+public static final Services IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+AACON_INFO
+
+public static final java.lang.String AACON_INFO
+
+
+
+
+
+
+
+CLUSTAL_INFO
+
+public static final java.lang.String CLUSTAL_INFO
+
+
+
+
+
+
+
+CLUSTAL_OMEGA_INFO
+
+public static final java.lang.String CLUSTAL_OMEGA_INFO
+
+
+
+
+
+
+
+DISEMBL_INFO
+
+public static final java.lang.String DISEMBL_INFO
+
+
+
+
+
+
+
+GLOBPLOT_INFO
+
+public static final java.lang.String GLOBPLOT_INFO
+
+
+
+
+
+
+
+IUPRED_INFO
+
+public static final java.lang.String IUPRED_INFO
+
+
+
+
+
+
+
+TCOFFEE_INFO
+
+public static final java.lang.String TCOFFEE_INFO
+
+
+
+
+
+
+
+MUSCLE_INFO
+
+public static final java.lang.String MUSCLE_INFO
+
+
+
+
+
+
+
+PROBCONS_INFO
+
+public static final java.lang.String PROBCONS_INFO
+
+
+
+
+
+
+
+JRONN_INFO
+
+public static final java.lang.String JRONN_INFO
+
+
+
+
+
+
+
+MAFFT_INFO
+
+public static final java.lang.String MAFFT_INFO
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static Services [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (Services c : Services.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static Services valueOf (java.lang.String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+getService
+
+public static Services getService (java.lang.String servName)
+
+
+
+
+
+
+
+
+toString
+
+public static java.lang.String toString (java.util.Set<Services > services)
+
+
+
+
+
+
+
+
+getServiceInfo
+
+public java.lang.String getServiceInfo ()
+
+
+
+
+
+
+
+
+main
+
+public static void main (java.lang.String[] args)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/ServicesUtil.html b/website/dm_javadoc/compbio/ws/client/ServicesUtil.html
new file mode 100644
index 0000000..f0dc95b
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/ServicesUtil.html
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class ServicesUtil
+
+java.lang.Object
+ compbio.ws.client.ServicesUtil
+
+
+
+public class ServicesUtil extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ServicesUtil
+
+public ServicesUtil ()
+
+
+
+
+
+
+
+
+
+getServiceByRunner
+
+public static Services getServiceByRunner (java.lang.Class<? extends compbio.engine.client.Executable> class1)
+
+
+
+
+
+
+
+
+getServiceImpl
+
+public static java.lang.Class<? extends compbio.engine.client.Executable<?>> getServiceImpl (Services service)
+
+
+
+
+
+
+
+
+getRunnerByJobDirectory
+
+public static java.lang.Class<? extends compbio.engine.client.Executable<?>> getRunnerByJobDirectory (java.io.File jobdir)
+
+
+
+
+
+
+
+
+getServiceByJobDirectory
+
+public static Services getServiceByJobDirectory (java.io.File jobdir)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/WSTester.html b/website/dm_javadoc/compbio/ws/client/WSTester.html
new file mode 100644
index 0000000..d97a870
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/WSTester.html
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class WSTester
+
+java.lang.Object
+ compbio.ws.client.WSTester
+
+
+
+public class WSTester extends java.lang.Object
+
+
+
+Class for testing web services
+
+
+
+
+Version:
+ 1.0 February 2010
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static java.lang.String
+fastaAlignment
+
+
+
+
+
+
+static java.lang.String
+fastaInput
+
+
+ Sequences to be used as input for all WS
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+WSTester (java.lang.String hostname,
+ java.io.PrintWriter writer)
+
+
+ Construct an instance of JABAWS tester
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+checkService (Services service)
+
+
+ Test JABA web service
+
+
+
+static
+
+
+main (java.lang.String[] args)
+
+
+ Test JWS2 web services
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+fastaInput
+
+public static final java.lang.String fastaInput
+
+Sequences to be used as input for all WS
+
+
+See Also: Constant Field Values
+
+
+
+
+fastaAlignment
+
+public static final java.lang.String fastaAlignment
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WSTester
+
+public WSTester (java.lang.String hostname,
+ java.io.PrintWriter writer)
+
+Construct an instance of JABAWS tester
+
+
+Parameters: hostname
- - fully qualified host and context name of JABAWS e.g.
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jabawriter
- a PrintWriter instance to writer test log to.
+
+
+
+
+
+
+
+
+main
+
+public static <T> void main (java.lang.String[] args)
+ throws java.io.IOException
+
+Test JWS2 web services
+
+
+Type Parameters: T
- web service typeParameters: args
- -h=
+
+ -s= which is optional. If service name is not
+ provided then all known JWS2 web services are tested
+Throws:
+java.io.IOException
+
+
+
+
+
+checkService
+
+public boolean checkService (Services service)
+ throws java.net.ConnectException,
+ javax.xml.ws.WebServiceException
+
+Test JABA web service
+
+
+Parameters: service
- the service to test
+Returns: true if the service works as expected, false otherwise
+ Throws:
+javax.xml.ws.WebServiceException
+java.net.ConnectException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/AAConClient.html b/website/dm_javadoc/compbio/ws/client/class-use/AAConClient.html
new file mode 100644
index 0000000..9b23360
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/AAConClient.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.AAConClient
+
+No usage of compbio.ws.client.AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/IOHelper.html b/website/dm_javadoc/compbio/ws/client/class-use/IOHelper.html
new file mode 100644
index 0000000..03626eb
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/IOHelper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.IOHelper
+
+No usage of compbio.ws.client.IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/Jws2Client.html b/website/dm_javadoc/compbio/ws/client/class-use/Jws2Client.html
new file mode 100644
index 0000000..baa4324
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/Jws2Client.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Jws2Client
+
+No usage of compbio.ws.client.Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/MetadataHelper.html b/website/dm_javadoc/compbio/ws/client/class-use/MetadataHelper.html
new file mode 100644
index 0000000..6867ffd
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/MetadataHelper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.MetadataHelper
+
+No usage of compbio.ws.client.MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/Services.html b/website/dm_javadoc/compbio/ws/client/class-use/Services.html
new file mode 100644
index 0000000..18b3ef0
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/Services.html
@@ -0,0 +1,516 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.client with parameters of type Services
+
+
+
+ boolean
+WSTester. checkService (Services service)
+
+
+ Test JABA web service
+
+
+
+static JABAService
+Jws2Client. connect (java.lang.String host,
+ Services service)
+
+
+ Connects to a web service by the host and the service name web service
+ type
+
+
+
+static java.lang.Class<? extends compbio.engine.client.Executable<?>>
+ServicesUtil. getServiceImpl (Services service)
+
+
+
+
+
+
+static void
+Jws2Client. testService (java.lang.String hostname,
+ Services service,
+ java.io.PrintWriter writer)
+
+
+ Asks registry to test the service on the host hostname
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/ServicesUtil.html b/website/dm_javadoc/compbio/ws/client/class-use/ServicesUtil.html
new file mode 100644
index 0000000..a1f548c
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/ServicesUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.ServicesUtil
+
+No usage of compbio.ws.client.ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/class-use/WSTester.html b/website/dm_javadoc/compbio/ws/client/class-use/WSTester.html
new file mode 100644
index 0000000..8b0188c
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/class-use/WSTester.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.WSTester
+
+No usage of compbio.ws.client.WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/package-frame.html b/website/dm_javadoc/compbio/ws/client/package-frame.html
new file mode 100644
index 0000000..07f9d6d
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/package-frame.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/package-summary.html b/website/dm_javadoc/compbio/ws/client/package-summary.html
new file mode 100644
index 0000000..32ed9dd
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/package-summary.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.ws.client
+
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+See:
+
+ Description
+
+
+
+
+
+
+
+
+
+
+Enum Summary
+
+
+Services
+List of web services currently supported by JABAWS version 2
+
+
+
+
+
+
+Package compbio.ws.client Description
+
+
+
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 April 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/package-tree.html b/website/dm_javadoc/compbio/ws/client/package-tree.html
new file mode 100644
index 0000000..ad825ba
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/package-tree.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+compbio.ws.client Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.ws.client
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+java.lang.Object
+java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/compbio/ws/client/package-use.html b/website/dm_javadoc/compbio/ws/client/package-use.html
new file mode 100644
index 0000000..e0dd37b
--- /dev/null
+++ b/website/dm_javadoc/compbio/ws/client/package-use.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+Uses of Package compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/constant-values.html b/website/dm_javadoc/constant-values.html
new file mode 100644
index 0000000..bc3aff0
--- /dev/null
+++ b/website/dm_javadoc/constant-values.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+Constant Field Values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constant Field Values
+
+
+Contents
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.JABAService
+
+
+
+public static final java.lang.String
+SERVICE_NAMESPACE
+"http://msa.data.compbio/01/01/2010/"
+
+
+
+public static final java.lang.String
+V2_SERVICE_NAMESPACE
+"http://msa.data.compbio/01/12/2010/"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata.*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client.WSTester
+
+
+
+public static final java.lang.String
+fastaAlignment
+">Foo\nMTADGPRELLQLRAAVRHRPQDFVAWLMLADAELGMGDTTAGEMAVQRGLALHPGHPEAV--------\n>Bar\nASDAAPEH------------PGIALWLHALE-DAGQAEAAA---AYTRAHQLLPEEPYITAQLLNAVA\n"
+
+
+
+public static final java.lang.String
+fastaInput
+">Foo\nMTADGPRELLQLRAAVRHRPQDFVAWLMLADAELGMGDTTAGEMAVQRGLALHPGHPEAV\n>Bar\nASDAAPEHPGIALWLHALEDAGQAEAAAAYTRAHQLLPEEPYITAQLLNAVA\n"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/deprecated-list.html b/website/dm_javadoc/deprecated-list.html
new file mode 100644
index 0000000..e4d1fc5
--- /dev/null
+++ b/website/dm_javadoc/deprecated-list.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+Deprecated List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Deprecated API
+
+
+Contents
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/help-doc.html b/website/dm_javadoc/help-doc.html
new file mode 100644
index 0000000..52fac9c
--- /dev/null
+++ b/website/dm_javadoc/help-doc.html
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+API Help
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+How This API Document Is Organized
+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+Overview
+
+
+
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+Package
+
+
+
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+Interfaces (italic) Classes Enums Exceptions Errors Annotation Types
+
+
+Class/Interface
+
+
+
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Class inheritance diagram Direct Subclasses All Known Subinterfaces All Known Implementing Classes Class/interface declaration Class/interface description
+
+
Nested Class Summary Field Summary Constructor Summary Method Summary
+
+
Field Detail Constructor Detail Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+
+
+
+Each annotation type has its own separate page with the following sections:
+Annotation Type declaration Annotation Type description Required Element Summary Optional Element Summary Element Detail
+
+
+
+Enum
+
+
+
+Each enum has its own separate page with the following sections:
+Enum declaration Enum description Enum Constant Summary Enum Constant Detail
+
+
+Use
+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+
+Tree (Class Hierarchy)
+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
+When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages. When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+
+Deprecated API
+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+
+Index
+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or related page.
+Frames/No Frames
+These links show and hide the HTML frames. All pages are available with or without frames.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+
+
+Constant Field Values
+The Constant Field Values page lists the static final fields and their values.
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/index-files/index-1.html b/website/dm_javadoc/index-files/index-1.html
new file mode 100644
index 0000000..ea7a39c
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-1.html
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+A-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+A
+
+AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+Valid Amino acids
+ AACON_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ AAConClient - Class in compbio.ws.client A command line client for AACon web service addOption(Option<T>) -
+Method in class compbio.metadata.RunnerConfig
+Adds Option to the internal list of options
+ addOptionNames(String...) -
+Method in class compbio.metadata.Option
+Adds an option to the optionName list
+ addOptionNames(String...) -
+Method in class compbio.metadata.Parameter
+
+ addParameter(Parameter<T>) -
+Method in class compbio.metadata.RunnerConfig
+Adds parameter to the internal parameter list
+ addPossibleValues(String...) -
+Method in class compbio.metadata.Parameter
+
+ Align - Class in compbio.data.msa.jaxws Align() -
+Constructor for class compbio.data.msa.jaxws.Align
+
+ align(List<FastaSequence>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with default settings.
+ Alignment - Class in compbio.data.sequence Multiple sequence alignment. Alignment(List<FastaSequence>, Program, char) -
+Constructor for class compbio.data.sequence.Alignment
+
+ Alignment(List<FastaSequence>, AlignmentMetadata) -
+Constructor for class compbio.data.sequence.Alignment
+
+ AlignmentMetadata - Class in compbio.data.sequence Alignment metadata e.g. AlignmentMetadata(Program, char) -
+Constructor for class compbio.data.sequence.AlignmentMetadata
+
+ AlignResponse - Class in compbio.data.msa.jaxws AlignResponse() -
+Constructor for class compbio.data.msa.jaxws.AlignResponse
+
+ AMBIGUOUS_AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+Same as AA pattern but with two additional letters - XU
+ AMBIGUOUS_NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Ambiguous nucleotide
+ Analize - Class in compbio.data.msa.jaxws Analize() -
+Constructor for class compbio.data.msa.jaxws.Analize
+
+ analize(List<FastaSequence>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences.
+ AnalizeResponse - Class in compbio.data.msa.jaxws AnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.AnalizeResponse
+
+ Argument <T > - Interface in compbio.metadata An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value asMap() -
+Method in class compbio.data.sequence.ScoreManager
+
+ asSet() -
+Method in class compbio.data.sequence.ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-10.html b/website/dm_javadoc/index-files/index-10.html
new file mode 100644
index 0000000..673e2bc
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-10.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+L-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+L
+
+Limit <T > - Class in compbio.metadata A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset. Limit(int, int, String) -
+Constructor for class compbio.metadata.Limit
+Instantiate the limit
+ Limit(int, int, String, boolean) -
+Constructor for class compbio.metadata.Limit
+
+ LimitExceededException - Exception in compbio.metadata This exception is thrown if the task larger in size that the limit that
+ applies to the calculation. LimitExceededException(String) -
+Constructor for exception compbio.metadata.LimitExceededException
+
+ LimitExceededExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. LimitExceededExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ LimitsManager <T > - Class in compbio.metadata A collection of Limits LimitsManager() -
+Constructor for class compbio.metadata.LimitsManager
+
+ LOCAL_ENGINE_LIMIT_PRESET -
+Static variable in class compbio.metadata.PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-11.html b/website/dm_javadoc/index-files/index-11.html
new file mode 100644
index 0000000..73665c2
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-11.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+M-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+M
+
+MAFFT_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ main(String[]) -
+Static method in class compbio.ws.client.AAConClient
+Starts command line client, if no parameters are supplied prints help.
+ main(String[]) -
+Static method in class compbio.ws.client.Jws2Client
+Starts command line client, if no parameter are supported print help.
+ main(String[]) -
+Static method in enum compbio.ws.client.Services
+
+ main(String[]) -
+Static method in class compbio.ws.client.WSTester
+Test JWS2 web services
+ Metadata <T > - Interface in compbio.data.msa MetadataHelper - Class in compbio.ws.client MetadataHelper() -
+Constructor for class compbio.ws.client.MetadataHelper
+
+ MsaWS <T > - Interface in compbio.data.msa Multiple Sequence Alignment (MSA) Web Services Interface MUSCLE_INFO -
+Static variable in enum compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-12.html b/website/dm_javadoc/index-files/index-12.html
new file mode 100644
index 0000000..39a5785
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-12.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+N-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+N
+
+name -
+Variable in class compbio.data.msa.Category
+
+ newInstance(Map<String, Set<Score>>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newInstanceSingleScore(Map<String, Score>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newInstanceSingleSequence(Set<Score>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newLimitExceeded(Limit<?>, List<FastaSequence>) -
+Static method in exception compbio.metadata.LimitExceededException
+
+ next() -
+Method in class compbio.data.sequence.FastaReader
+Reads the next FastaSequence from the input
+ NON_AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+inversion of AA pattern
+ NON_NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Non nucleotide
+ NONWORD -
+Static variable in class compbio.data.sequence.SequenceUtil
+Non word
+ NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Nucleotides a, t, g, c, u
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-13.html b/website/dm_javadoc/index-files/index-13.html
new file mode 100644
index 0000000..bc44e4e
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-13.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+O-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+O
+
+openInputStream(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+ Option <T > - Class in compbio.metadata Command line option/flag or multiple exclusive options with no value. Option(String, String) -
+Constructor for class compbio.metadata.Option
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-14.html b/website/dm_javadoc/index-files/index-14.html
new file mode 100644
index 0000000..76224cb
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-14.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+P-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+P
+
+Parameter <T > - Class in compbio.metadata A single value containing an option supported by the web service e.g. Parameter(String, String) -
+Constructor for class compbio.metadata.Parameter
+
+ Preset <T > - Class in compbio.metadata Collection of Options and Parameters with their values Preset() -
+Constructor for class compbio.metadata.Preset
+
+ PresetAlign - Class in compbio.data.msa.jaxws PresetAlign() -
+Constructor for class compbio.data.msa.jaxws.PresetAlign
+
+ presetAlign(List<FastaSequence>, Preset<T>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with preset.
+ PresetAlignResponse - Class in compbio.data.msa.jaxws PresetAlignResponse() -
+Constructor for class compbio.data.msa.jaxws.PresetAlignResponse
+
+ PresetAnalize - Class in compbio.data.msa.jaxws PresetAnalize() -
+Constructor for class compbio.data.msa.jaxws.PresetAnalize
+
+ presetAnalize(List<FastaSequence>, Preset<T>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences according to the preset settings.
+ PresetAnalizeResponse - Class in compbio.data.msa.jaxws PresetAnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ PresetManager <T > - Class in compbio.metadata Collection of presets and methods to manipulate them @see Preset
PresetManager() -
+Constructor for class compbio.metadata.PresetManager
+
+ PROBCONS_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ Program - Enum in compbio.data.sequence The list of programmes that can produce alignments PullExecStatistics - Class in compbio.data.msa.jaxws PullExecStatistics() -
+Constructor for class compbio.data.msa.jaxws.PullExecStatistics
+
+ pullExecStatistics(String, long) -
+Method in interface compbio.data.msa.JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
.
+ PullExecStatisticsResponse - Class in compbio.data.msa.jaxws PullExecStatisticsResponse() -
+Constructor for class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-15.html b/website/dm_javadoc/index-files/index-15.html
new file mode 100644
index 0000000..fe911ae
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-15.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+R-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+R
+
+Range - Class in compbio.data.sequence Range(int, int) -
+Constructor for class compbio.data.sequence.Range
+
+ Range(String[]) -
+Constructor for class compbio.data.sequence.Range
+
+ readAAConResults(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Read AACon result with no alignment files.
+ readClustalFile(InputStream) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Read Clustal formatted alignment.
+ readClustalFile(File) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+
+ readDisembl(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+ readFasta(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+ readGlobPlot(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+ readIUPred(File) -
+Static method in class compbio.data.sequence.SequenceUtil
+Read IUPred output
+ readJRonn(File) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ readJRonn(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reader for JRonn horizontal file format
+ RegistryWS - Interface in compbio.data.msa JABAWS services registry remove() -
+Method in class compbio.data.sequence.FastaReader
+Not implemented
+ removeArgument(String) -
+Method in class compbio.metadata.RunnerConfig
+Removes the argument Argument
if found.
+ removeArgumentByOptionName(String) -
+Method in class compbio.metadata.RunnerConfig
+Removes the argument which can be a Parameter or an Option instance by
+ the value in element of the runner configuration
+ descriptor.
+ResultNotAvailableException - Exception in compbio.metadata ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained. ResultNotAvailableException(String) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableException(Throwable) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableException(String, Throwable) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. ResultNotAvailableExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ RunnerConfig <T > - Class in compbio.metadata The list of Parameter
s and Option
s supported by executable. RunnerConfig() -
+Constructor for class compbio.metadata.RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-16.html b/website/dm_javadoc/index-files/index-16.html
new file mode 100644
index 0000000..87f5b0b
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-16.html
@@ -0,0 +1,408 @@
+
+
+
+
+
+
+S-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+S
+
+Score - Class in compbio.data.sequence A value class for AACon annotation results storage. Score(Enum<?>, ArrayList<Float>) -
+Constructor for class compbio.data.sequence.Score
+Instantiate the Score
+ Score(Enum<?>, ArrayList<Float>, TreeSet<Range>) -
+Constructor for class compbio.data.sequence.Score
+
+ Score(Enum<?>, TreeSet<Range>) -
+Constructor for class compbio.data.sequence.Score
+
+ Score(Enum<?>, float[]) -
+Constructor for class compbio.data.sequence.Score
+
+ ScoreManager - Class in compbio.data.sequence ScoreManager.ScoreHolder - Class in compbio.data.sequence scores -
+Variable in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ SequenceAnnotation <T > - Interface in compbio.data.msa Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated SequenceUtil - Class in compbio.data.sequence Utility class for operations on sequences SERVICE_NAMESPACE -
+Static variable in interface compbio.data.msa.JABAService
+
+ Services - Enum in compbio.ws.client List of web services currently supported by JABAWS version 2 ServicesUtil - Class in compbio.ws.client ServicesUtil() -
+Constructor for class compbio.ws.client.ServicesUtil
+
+ setActualNumberofSequences(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetLastTested
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetLastTestedOn
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetServiceDescription
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.IsOperating
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.TestService
+
+ setDefaultValue(String) -
+Method in class compbio.metadata.Option
+Sets one of the values defined in optionList as default.
+ setDefaultValue(String) -
+Method in class compbio.metadata.Parameter
+
+ setDescription(String) -
+Method in class compbio.metadata.Option
+
+ setDescription(String) -
+Method in class compbio.metadata.Preset
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.Align
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.Analize
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ setFurtherDetails(URL) -
+Method in class compbio.metadata.Option
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.CancelJob
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetAnnotation
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetJobStatus
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetResult
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ setMax(String) -
+Method in class compbio.metadata.ValueConstrain
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ setMin(String) -
+Method in class compbio.metadata.ValueConstrain
+
+ setName(String) -
+Method in class compbio.metadata.Option
+
+ setName(String) -
+Method in class compbio.metadata.Preset
+
+ setNumberOfSequencesAllowed(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setOptionName(String) -
+Method in class compbio.metadata.Parameter
+
+ setOptionNames(Set<String>) -
+Method in class compbio.metadata.Option
+
+ setOptionNames(Set<String>) -
+Method in class compbio.metadata.Parameter
+
+ setOptions(List<Option>) -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ setOptions(List<Option>) -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ setOptions(List<String>) -
+Method in class compbio.metadata.Preset
+
+ setOptions(List<Option<T>>) -
+Method in class compbio.metadata.RunnerConfig
+Adds the list of options or parameters to the internal list of options
+ setParameters(List<Parameter<T>>) -
+Method in class compbio.metadata.RunnerConfig
+Sets the list of parameters as internal list
+ setPosition(long) -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ setPossibleValues(Set<String>) -
+Method in class compbio.metadata.Parameter
+
+ setPreset(Preset) -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ setPreset(Preset) -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ setPresetName(String) -
+Method in class compbio.data.msa.jaxws.GetLimit
+
+ setPresets(List<Preset<T>>) -
+Method in class compbio.metadata.PresetManager
+
+ setPrmSeparator(String) -
+Method in class compbio.metadata.RunnerConfig
+Sets name value separator character
+ setRanges(TreeSet<Range>) -
+Method in class compbio.data.sequence.Score
+
+ setRequired(boolean) -
+Method in class compbio.metadata.Option
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.AlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.AnalizeResponse
+
+ setReturn(boolean) -
+Method in class compbio.data.msa.jaxws.CancelJobResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.CustomAlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+ setReturn(ScoreManager) -
+Method in class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ setReturn(JobStatus) -
+Method in class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ setReturn(Date) -
+Method in class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ setReturn(int) -
+Method in class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ setReturn(Limit) -
+Method in class compbio.data.msa.jaxws.GetLimitResponse
+
+ setReturn(LimitsManager) -
+Method in class compbio.data.msa.jaxws.GetLimitsResponse
+
+ setReturn(PresetManager) -
+Method in class compbio.data.msa.jaxws.GetPresetsResponse
+
+ setReturn(Alignment) -
+Method in class compbio.data.msa.jaxws.GetResultResponse
+
+ setReturn(RunnerConfig) -
+Method in class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ setReturn(Set<Category>) -
+Method in class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ setReturn(Set<Services>) -
+Method in class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ setReturn(boolean) -
+Method in class compbio.data.msa.jaxws.IsOperatingResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.PresetAlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ setReturn(ChunkHolder) -
+Method in class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.TestServiceResponse
+
+ setRunnerClassName(String) -
+Method in class compbio.metadata.PresetManager
+
+ setRunnerClassName(String) -
+Method in class compbio.metadata.RunnerConfig
+Set the name of a runner class
+ setSequenceLenghtActual(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setSequenceLenghtAllowed(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setType(ValueConstrain.Type) -
+Method in class compbio.metadata.ValueConstrain
+
+ setValidValue(ValueConstrain) -
+Method in class compbio.metadata.Parameter
+
+ setValue(String) -
+Method in interface compbio.metadata.Argument
+Set default values for the parameter or an option
+ setValue(String) -
+Method in class compbio.metadata.Option
+
+ SINGLE_ENTRY_KEY -
+Static variable in class compbio.data.sequence.ScoreManager
+
+ SMERFSConstraints - Enum in compbio.data.sequence Enumeration defining two constraints for SMERFS columns score calculation.
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-17.html b/website/dm_javadoc/index-files/index-17.html
new file mode 100644
index 0000000..45b7e50
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-17.html
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+T-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+T
+
+TCOFFEE_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ TestAllServices - Class in compbio.data.msa.jaxws TestAllServices() -
+Constructor for class compbio.data.msa.jaxws.TestAllServices
+
+ testAllServices() -
+Method in interface compbio.data.msa.RegistryWS
+Test all JABAWS services on the server
+ TestAllServicesResponse - Class in compbio.data.msa.jaxws TestAllServicesResponse() -
+Constructor for class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ TestService - Class in compbio.data.msa.jaxws TestService() -
+Constructor for class compbio.data.msa.jaxws.TestService
+
+ testService(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Test a particular service
+ testService(String, Services, PrintWriter) -
+Static method in class compbio.ws.client.Jws2Client
+Asks registry to test the service on the host hostname
+ TestServiceResponse - Class in compbio.data.msa.jaxws TestServiceResponse() -
+Constructor for class compbio.data.msa.jaxws.TestServiceResponse
+
+ to -
+Variable in class compbio.data.sequence.Range
+
+ toCommand(String) -
+Method in class compbio.metadata.Option
+Convert the option to the command string.
+ toCommand(String) -
+Method in class compbio.metadata.Parameter
+
+ toString() -
+Method in class compbio.data.sequence.Alignment
+
+ toString() -
+Method in class compbio.data.sequence.FastaSequence
+Same as oneLineFasta
+ toString() -
+Method in class compbio.data.sequence.Range
+
+ toString() -
+Method in class compbio.data.sequence.Score
+
+ toString() -
+Method in class compbio.metadata.ChunkHolder
+
+ toString() -
+Method in class compbio.metadata.Limit
+
+ toString() -
+Method in class compbio.metadata.LimitsManager
+
+ toString() -
+Method in class compbio.metadata.Option
+
+ toString() -
+Method in class compbio.metadata.Parameter
+
+ toString() -
+Method in class compbio.metadata.Preset
+
+ toString() -
+Method in class compbio.metadata.PresetManager
+
+ toString() -
+Method in class compbio.metadata.RunnerConfig
+
+ toString() -
+Method in class compbio.metadata.ValueConstrain
+
+ toString(Set<Services>) -
+Static method in enum compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-18.html b/website/dm_javadoc/index-files/index-18.html
new file mode 100644
index 0000000..ecf57dc
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-18.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+U-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+U
+
+UnknownFileFormatException - Exception in compbio.data.sequence UnknownFileFormatException() -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(File, Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(String, Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(String) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnsupportedRuntimeException - Exception in compbio.metadata Indicates that the server could not execute native executables. UnsupportedRuntimeException(String) -
+Constructor for exception compbio.metadata.UnsupportedRuntimeException
+
+ UnsupportedRuntimeException(Throwable) -
+Constructor for exception compbio.metadata.UnsupportedRuntimeException
+
+ UnsupportedRuntimeExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. UnsupportedRuntimeExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-19.html b/website/dm_javadoc/index-files/index-19.html
new file mode 100644
index 0000000..677863d
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-19.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+V-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+V
+
+V2_SERVICE_NAMESPACE -
+Static variable in interface compbio.data.msa.JABAService
+
+ validate(PresetManager<T>) -
+Method in class compbio.metadata.LimitsManager
+Validate Limits
+ validate(RunnerConfig<T>) -
+Method in class compbio.metadata.PresetManager
+Checks whether preset option and parameter are defined in RunnerConfig
+ object.
+ validate() -
+Method in class compbio.metadata.RunnerConfig
+Validate the value of the argument.
+ validURL(String) -
+Static method in class compbio.ws.client.Jws2Client
+Attempt to construct the URL object from the string
+ ValueConstrain - Class in compbio.metadata The type and the lower and upper boundaries for numerical value. ValueConstrain() -
+Constructor for class compbio.metadata.ValueConstrain
+
+ ValueConstrain.Type - Enum in compbio.metadata valueOf(String) -
+Static method in enum compbio.data.sequence.ConservationMethod
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.DisorderMethod
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.Program
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.metadata.JobStatus
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.metadata.ValueConstrain.Type
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.ws.client.Services
+Returns the enum constant of this type with the specified name.
+ values() -
+Static method in enum compbio.data.sequence.ConservationMethod
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.DisorderMethod
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.Program
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.metadata.JobStatus
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.metadata.ValueConstrain.Type
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.ws.client.Services
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-2.html b/website/dm_javadoc/index-files/index-2.html
new file mode 100644
index 0000000..e4c2e1d
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-2.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+C-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+C
+
+CancelJob - Class in compbio.data.msa.jaxws CancelJob() -
+Constructor for class compbio.data.msa.jaxws.CancelJob
+
+ cancelJob(String) -
+Method in interface compbio.data.msa.JManagement
+Stop running the job jobId
but leave its output untouched
+ CancelJobResponse - Class in compbio.data.msa.jaxws CancelJobResponse() -
+Constructor for class compbio.data.msa.jaxws.CancelJobResponse
+
+ Category - Class in compbio.data.msa Class that splits Services
to categories. CATEGORY_ALIGNMENT -
+Static variable in class compbio.data.msa.Category
+All of the Category names
+ CATEGORY_CONSERVATION -
+Static variable in class compbio.data.msa.Category
+
+ CATEGORY_DISORDER -
+Static variable in class compbio.data.msa.Category
+
+ checkService(Services) -
+Method in class compbio.ws.client.WSTester
+Test JABA web service
+ ChunkHolder - Class in compbio.metadata Represents a chunk of a string data together with the position in a file for
+ the next read operation. ChunkHolder(String, long) -
+Constructor for class compbio.metadata.ChunkHolder
+
+ cleanProteinSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Remove all non AA chars from the sequence
+ cleanSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Removes all whitespace chars in the sequence string
+ close() -
+Method in class compbio.data.sequence.FastaReader
+Call this method to close the connection to the input file if you want to
+ free up the resources.
+ closeSilently(Logger, Closeable) -
+Static method in class compbio.data.sequence.SequenceUtil
+Closes the Closable and logs the exception if any
+ CLUSTAL_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ CLUSTAL_OMEGA_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ ClustalAlignmentUtil - Class in compbio.data.sequence Tools to read and write clustal formated files ClustalAlignmentUtil() -
+Constructor for class compbio.data.sequence.ClustalAlignmentUtil
+
+ compareTo(Range) -
+Method in class compbio.data.sequence.Range
+
+ compareTo(Score) -
+Method in class compbio.data.sequence.Score
+
+ compbio.data.msa.jaxws - package compbio.data.msa.jaxws connect() -
+Static method in class compbio.ws.client.AAConClient
+Connects to a AACon web service by the host and the service name
+ connect(String, Services) -
+Static method in class compbio.ws.client.Jws2Client
+Connects to a web service by the host and the service name web service
+ type
+ connectToRegistry(String) -
+Static method in class compbio.ws.client.Jws2Client
+Get a connection of JABAWS registry
+ ConservationMethod - Enum in compbio.data.sequence Enumeration listing of all the supported methods. copyAndValidateRConfig(RunnerConfig<?>) -
+Method in class compbio.metadata.RunnerConfig
+
+ countMatchesInSequence(String, String) -
+Static method in class compbio.data.sequence.FastaSequence
+
+ CustomAlign - Class in compbio.data.msa.jaxws CustomAlign() -
+Constructor for class compbio.data.msa.jaxws.CustomAlign
+
+ customAlign(List<FastaSequence>, List<Option<T>>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with options.
+ CustomAlignResponse - Class in compbio.data.msa.jaxws CustomAlignResponse() -
+Constructor for class compbio.data.msa.jaxws.CustomAlignResponse
+
+ CustomAnalize - Class in compbio.data.msa.jaxws CustomAnalize() -
+Constructor for class compbio.data.msa.jaxws.CustomAnalize
+
+ customAnalize(List<FastaSequence>, List<Option<T>>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences according to custom settings defined in options
+ list.
+ CustomAnalizeResponse - Class in compbio.data.msa.jaxws CustomAnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-20.html b/website/dm_javadoc/index-files/index-20.html
new file mode 100644
index 0000000..3ca94b1
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-20.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+W-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+W
+
+WHITE_SPACE -
+Static variable in class compbio.data.sequence.SequenceUtil
+A whitespace character: [\t\n\x0B\f\r]
+ write(TreeSet<Score>, Writer) -
+Static method in class compbio.data.sequence.Score
+Outputs the List of Score objects into the Output stream.
+ writeClustalAlignment(Writer, Alignment) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Write Clustal formatted alignment Limitations: does not record the
+ consensus.
+ writeFasta(OutputStream, List<FastaSequence>, int) -
+Static method in class compbio.data.sequence.SequenceUtil
+Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+ writeFasta(OutputStream, List<FastaSequence>) -
+Static method in class compbio.data.sequence.SequenceUtil
+Writes FastaSequence in the file, each sequence will take one line only
+ writeFastaKeepTheStream(OutputStream, List<FastaSequence>, int) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ writeOut(Writer) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ writeOut(Writer) -
+Method in class compbio.data.sequence.ScoreManager
+
+ WrongParameterException - Exception in compbio.metadata WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value. WrongParameterException(Option<?>) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(String) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(Throwable) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(String, Throwable) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. WrongParameterExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ WSTester - Class in compbio.ws.client Class for testing web services WSTester(String, PrintWriter) -
+Constructor for class compbio.ws.client.WSTester
+Construct an instance of JABAWS tester
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-3.html b/website/dm_javadoc/index-files/index-3.html
new file mode 100644
index 0000000..f50a260
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-3.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+D-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+D
+
+deepCleanSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Removes all special characters and digits as well as whitespace chars
+ from the sequence
+ DEFAULT_COLUMN_SCORE -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default column scoring schema
+ DEFAULT_GAP_THRESHOLD -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default gap threshold value for SMERFS algorithm
+ DEFAULT_WINDOW_SIZE -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default window size value for SMERFS algorithm
+ DIGIT -
+Static variable in class compbio.data.sequence.SequenceUtil
+A digit
+ DISEMBL_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ DisorderMethod - Enum in compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-4.html b/website/dm_javadoc/index-files/index-4.html
new file mode 100644
index 0000000..e3e714a
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-4.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+E-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+E
+
+equals(Object) -
+Method in class compbio.data.msa.Category
+
+ equals(Object) -
+Method in class compbio.data.sequence.Alignment
+Please note that this implementation does not take the order of sequences
+ into account!
+ equals(Object) -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ equals(Object) -
+Method in class compbio.data.sequence.FastaSequence
+
+ equals(Object) -
+Method in class compbio.data.sequence.Range
+
+ equals(Object) -
+Method in class compbio.data.sequence.Score
+
+ equals(Object) -
+Method in class compbio.data.sequence.ScoreManager
+
+ equals(Object) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ equals(Object) -
+Method in class compbio.metadata.ChunkHolder
+
+ equals(Object) -
+Method in class compbio.metadata.Limit
+
+ equals(Object) -
+Method in class compbio.metadata.Option
+
+ equals(Object) -
+Method in class compbio.metadata.Parameter
+
+ equals(Object) -
+Method in class compbio.metadata.Preset
+
+ equals(Object) -
+Method in class compbio.metadata.RunnerConfig
+
+ equals(Object) -
+Method in class compbio.metadata.ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-5.html b/website/dm_javadoc/index-files/index-5.html
new file mode 100644
index 0000000..ff314b0
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-5.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+F-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+F
+
+fastaAlignment -
+Static variable in class compbio.ws.client.WSTester
+
+ fastaInput -
+Static variable in class compbio.ws.client.WSTester
+Sequences to be used as input for all WS
+ FastaReader - Class in compbio.data.sequence Reads files with FASTA formatted sequences. FastaReader(String) -
+Constructor for class compbio.data.sequence.FastaReader
+Header data can contain non-ASCII symbols and read in UTF8
+ FastaReader(InputStream) -
+Constructor for class compbio.data.sequence.FastaReader
+This class will not close the incoming stream! So the client should do
+ so.
+ FastaSequence - Class in compbio.data.sequence A FASTA formatted sequence. FastaSequence(String, String) -
+Constructor for class compbio.data.sequence.FastaSequence
+Upon construction the any whitespace characters are removed from the
+ sequence
+ from -
+Variable in class compbio.data.sequence.Range
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-6.html b/website/dm_javadoc/index-files/index-6.html
new file mode 100644
index 0000000..113b47f
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-6.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+G-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+G
+
+gapchar -
+Static variable in class compbio.data.sequence.ClustalAlignmentUtil
+Dash char to be used as gap char in the alignments
+ getActualNumberofSequences() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getActualNumberofSequences() -
+Method in exception compbio.metadata.LimitExceededException
+
+ GetAnnotation - Class in compbio.data.msa.jaxws GetAnnotation() -
+Constructor for class compbio.data.msa.jaxws.GetAnnotation
+
+ getAnnotation(String) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Return the result of the job.
+ getAnnotationForSequence(String) -
+Method in class compbio.data.sequence.ScoreManager
+
+ GetAnnotationResponse - Class in compbio.data.msa.jaxws GetAnnotationResponse() -
+Constructor for class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.GetLastTested
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.GetLastTestedOn
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.GetServiceDescription
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.IsOperating
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.TestService
+
+ getArgument(String) -
+Method in class compbio.metadata.RunnerConfig
+Returns the argument by its name if found, NULL otherwise.
+ getArgumentByOptionName(String) -
+Method in class compbio.metadata.RunnerConfig
+Returns the argument by option name, NULL if the argument is not found
+ getArguments(RunnerConfig<T>) -
+Method in class compbio.metadata.Preset
+Converts list of options as String to type Option
+ getArguments() -
+Method in class compbio.metadata.RunnerConfig
+Returns list of Parameter
and Option
supported by current
+ runner
+ getAvgSeqLength() -
+Method in class compbio.metadata.Limit
+
+ getAvgSequenceLength(List<FastaSequence>) -
+Static method in class compbio.metadata.Limit
+Calculates an average sequence length of the dataset
+ getCategories() -
+Static method in class compbio.data.msa.Category
+
+ getChunk() -
+Method in class compbio.metadata.ChunkHolder
+
+ getDefaultLimit() -
+Method in class compbio.metadata.LimitsManager
+
+ getDefaultValue() -
+Method in interface compbio.metadata.Argument
+
+ getDefaultValue() -
+Method in class compbio.metadata.Option
+A default value of the option.
+ getDescription() -
+Method in interface compbio.metadata.Argument
+
+ getDescription() -
+Method in class compbio.metadata.Option
+A long description of the Option
+ getDescription() -
+Method in class compbio.metadata.Preset
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.Align
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.Analize
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ getFormatedSequence(int) -
+Method in class compbio.data.sequence.FastaSequence
+Format sequence per width letter in one string.
+ getFormattedFasta() -
+Method in class compbio.data.sequence.FastaSequence
+
+ getFurtherDetails() -
+Method in interface compbio.metadata.Argument
+
+ getFurtherDetails() -
+Method in class compbio.metadata.Option
+The URL where further details about the option can be found
+ getGapchar() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ getId() -
+Method in class compbio.data.sequence.FastaSequence
+Gets the value of id
+ getJobId() -
+Method in class compbio.data.msa.jaxws.CancelJob
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetAnnotation
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetJobStatus
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetResult
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ GetJobStatus - Class in compbio.data.msa.jaxws GetJobStatus() -
+Constructor for class compbio.data.msa.jaxws.GetJobStatus
+
+ getJobStatus(String) -
+Method in interface compbio.data.msa.JManagement
+Return the status of the job.
+ GetJobStatusResponse - Class in compbio.data.msa.jaxws GetJobStatusResponse() -
+Constructor for class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ GetLastTested - Class in compbio.data.msa.jaxws GetLastTested() -
+Constructor for class compbio.data.msa.jaxws.GetLastTested
+
+ getLastTested(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Number of seconds since the last test.
+ GetLastTestedOn - Class in compbio.data.msa.jaxws GetLastTestedOn() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedOn
+
+ getLastTestedOn(Services) -
+Method in interface compbio.data.msa.RegistryWS
+The date and time the service has been verified to work last time
+ GetLastTestedOnResponse - Class in compbio.data.msa.jaxws GetLastTestedOnResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ GetLastTestedResponse - Class in compbio.data.msa.jaxws GetLastTestedResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ getLength() -
+Method in class compbio.data.sequence.FastaSequence
+
+ GetLimit - Class in compbio.data.msa.jaxws GetLimit() -
+Constructor for class compbio.data.msa.jaxws.GetLimit
+
+ getLimit(String) -
+Method in interface compbio.data.msa.Metadata
+Get a Limit for a preset.
+ getLimitByName(String) -
+Method in class compbio.metadata.LimitsManager
+
+ GetLimitResponse - Class in compbio.data.msa.jaxws GetLimitResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLimitResponse
+
+ GetLimits - Class in compbio.data.msa.jaxws GetLimits() -
+Constructor for class compbio.data.msa.jaxws.GetLimits
+
+ getLimits() -
+Method in interface compbio.data.msa.Metadata
+List Limits supported by a web service.
+ getLimits() -
+Method in class compbio.metadata.LimitsManager
+
+ GetLimitsResponse - Class in compbio.data.msa.jaxws GetLimitsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLimitsResponse
+
+ getMax() -
+Method in class compbio.metadata.ValueConstrain
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ getMetadata() -
+Method in class compbio.data.sequence.Alignment
+
+ getMethod(String) -
+Static method in enum compbio.data.sequence.ConservationMethod
+
+ getMethod() -
+Method in class compbio.data.sequence.Score
+Returns the ConservationMethod
+ getMin() -
+Method in class compbio.metadata.ValueConstrain
+
+ getName() -
+Method in interface compbio.metadata.Argument
+
+ getName() -
+Method in class compbio.metadata.Option
+Human readable name of the option
+ getName() -
+Method in class compbio.metadata.Preset
+
+ getNextPosition() -
+Method in class compbio.metadata.ChunkHolder
+
+ getNumberOfScores() -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getNumberOfSeq() -
+Method in class compbio.data.sequence.ScoreManager
+
+ getNumberOfSequencesAllowed() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getNumberOfSequencesAllowed() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getOnelineFasta() -
+Method in class compbio.data.sequence.FastaSequence
+
+ getOptionName() -
+Method in class compbio.metadata.Parameter
+
+ getOptionNames() -
+Method in class compbio.metadata.Option
+
+ getOptions() -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ getOptions() -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ getOptions() -
+Method in class compbio.metadata.Preset
+
+ getOptions() -
+Method in class compbio.metadata.RunnerConfig
+Returns the list of the Options supported by the executable of type T
+ getParameters() -
+Method in class compbio.metadata.RunnerConfig
+Returns the list of parameters supported executable of type T.
+ getPosition() -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ getPossibleValues() -
+Method in interface compbio.metadata.Argument
+
+ getPossibleValues() -
+Method in class compbio.metadata.Option
+List of possible optionNames
+ getPossibleValues() -
+Method in class compbio.metadata.Parameter
+List is more convenient to work with
+ getPreset() -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ getPreset() -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ getPreset() -
+Method in class compbio.metadata.Limit
+
+ getPresetByName(String) -
+Method in class compbio.metadata.PresetManager
+
+ getPresetName() -
+Method in class compbio.data.msa.jaxws.GetLimit
+
+ GetPresets - Class in compbio.data.msa.jaxws GetPresets() -
+Constructor for class compbio.data.msa.jaxws.GetPresets
+
+ getPresets() -
+Method in interface compbio.data.msa.Metadata
+Get presets supported by a web service
+ getPresets() -
+Method in class compbio.metadata.PresetManager
+
+ GetPresetsResponse - Class in compbio.data.msa.jaxws GetPresetsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetPresetsResponse
+
+ getPrmSeparator() -
+Method in class compbio.metadata.RunnerConfig
+
+ getProgram() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ getRanges() -
+Method in class compbio.data.sequence.Score
+Return Ranges if any Collections.EMPTY_SET otherwise
+ GetResult - Class in compbio.data.msa.jaxws GetResult() -
+Constructor for class compbio.data.msa.jaxws.GetResult
+
+ getResult(String) -
+Method in interface compbio.data.msa.MsaWS
+Return the result of the job.
+ GetResultResponse - Class in compbio.data.msa.jaxws GetResultResponse() -
+Constructor for class compbio.data.msa.jaxws.GetResultResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.AlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.AnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.CustomAlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLimitResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLimitsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetPresetsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetResultResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PresetAlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.TestServiceResponse
+
+ getRunnerByJobDirectory(File) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getRunnerClassName() -
+Method in class compbio.metadata.PresetManager
+
+ getRunnerClassName() -
+Method in class compbio.metadata.RunnerConfig
+
+ GetRunnerOptions - Class in compbio.data.msa.jaxws GetRunnerOptions() -
+Constructor for class compbio.data.msa.jaxws.GetRunnerOptions
+
+ getRunnerOptions() -
+Method in interface compbio.data.msa.Metadata
+Get options supported by a web service
+ GetRunnerOptionsResponse - Class in compbio.data.msa.jaxws GetRunnerOptionsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ getScoreByMethod(Enum<?>) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getScoreByMethod(String) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getScores() -
+Method in class compbio.data.sequence.Score
+The column scores for the alignment
+ getSeqNumber() -
+Method in class compbio.metadata.Limit
+
+ getSequence() -
+Method in class compbio.data.sequence.FastaSequence
+Gets the value of sequence
+ getSequenceLenghtActual() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getSequenceLenghtActual() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getSequenceLenghtAllowed() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getSequenceLenghtAllowed() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getSequences() -
+Method in class compbio.data.sequence.Alignment
+
+ getService(String) -
+Static method in enum compbio.ws.client.Services
+
+ getServiceByJobDirectory(File) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getServiceByRunner(Class<? extends Executable>) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ GetServiceCategories - Class in compbio.data.msa.jaxws GetServiceCategories() -
+Constructor for class compbio.data.msa.jaxws.GetServiceCategories
+
+ getServiceCategories() -
+Method in interface compbio.data.msa.RegistryWS
+Gets the list of services per category.
+ GetServiceCategoriesResponse - Class in compbio.data.msa.jaxws GetServiceCategoriesResponse() -
+Constructor for class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ GetServiceDescription - Class in compbio.data.msa.jaxws GetServiceDescription() -
+Constructor for class compbio.data.msa.jaxws.GetServiceDescription
+
+ getServiceDescription(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Gives the description of the service.
+ GetServiceDescriptionResponse - Class in compbio.data.msa.jaxws GetServiceDescriptionResponse() -
+Constructor for class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ getServiceImpl(Services) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getServiceInfo() -
+Method in enum compbio.ws.client.Services
+
+ getServices() -
+Method in class compbio.data.msa.Category
+
+ getServices(String) -
+Static method in class compbio.ws.client.Jws2Client
+
+ getSize() -
+Method in class compbio.data.sequence.Alignment
+
+ getSMERFSColumnScore(String) -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+
+ GetSupportedServices - Class in compbio.data.msa.jaxws GetSupportedServices() -
+Constructor for class compbio.data.msa.jaxws.GetSupportedServices
+
+ getSupportedServices() -
+Method in interface compbio.data.msa.RegistryWS
+List of services that are functioning on the server.
+ GetSupportedServicesResponse - Class in compbio.data.msa.jaxws GetSupportedServicesResponse() -
+Constructor for class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ getType() -
+Method in class compbio.metadata.ValueConstrain
+
+ getValidValue() -
+Method in class compbio.metadata.Parameter
+
+ GLOBPLOT_INFO -
+Static variable in enum compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-7.html b/website/dm_javadoc/index-files/index-7.html
new file mode 100644
index 0000000..ac4fa51
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-7.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+H-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+H
+
+hashCode() -
+Method in class compbio.data.msa.Category
+
+ hashCode() -
+Method in class compbio.data.sequence.Alignment
+
+ hashCode() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ hashCode() -
+Method in class compbio.data.sequence.FastaSequence
+
+ hashCode() -
+Method in class compbio.data.sequence.Range
+
+ hashCode() -
+Method in class compbio.data.sequence.Score
+
+ hashCode() -
+Method in class compbio.data.sequence.ScoreManager
+
+ hashCode() -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ hashCode() -
+Method in class compbio.metadata.ChunkHolder
+
+ hashCode() -
+Method in class compbio.metadata.Limit
+
+ hashCode() -
+Method in class compbio.metadata.Option
+
+ hashCode() -
+Method in class compbio.metadata.Parameter
+
+ hashCode() -
+Method in class compbio.metadata.Preset
+
+ hashCode() -
+Method in class compbio.metadata.ValueConstrain
+
+ hasNext() -
+Method in class compbio.data.sequence.FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-8.html b/website/dm_javadoc/index-files/index-8.html
new file mode 100644
index 0000000..bc39158
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-8.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+I-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+I
+
+id -
+Variable in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ IOHelper - Class in compbio.ws.client IOHelper() -
+Constructor for class compbio.ws.client.IOHelper
+
+ isAmbiguosProtein(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Check whether the sequence confirms to amboguous protein sequence
+ isDefault() -
+Method in class compbio.metadata.Limit
+
+ isExceeded(List<FastaSequence>) -
+Method in class compbio.metadata.Limit
+Checks if the number of sequences or their average length in the dataset
+ exceeds this limit.
+ isNonAmbNucleotideSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+ isNucleotideSequence(FastaSequence) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ IsOperating - Class in compbio.data.msa.jaxws IsOperating() -
+Constructor for class compbio.data.msa.jaxws.IsOperating
+
+ isOperating(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Check whether a particular web service is working on this server
+ IsOperatingResponse - Class in compbio.data.msa.jaxws IsOperatingResponse() -
+Constructor for class compbio.data.msa.jaxws.IsOperatingResponse
+
+ isProteinSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ isRequired() -
+Method in class compbio.metadata.Option
+Flag that indicated that this option must be specified in the command
+ line for an executable to run
+ isReturn() -
+Method in class compbio.data.msa.jaxws.CancelJobResponse
+
+ isReturn() -
+Method in class compbio.data.msa.jaxws.IsOperatingResponse
+
+ isValidClustalFile(InputStream) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Please note this method closes the input stream provided as a parameter
+ IUPRED_INFO -
+Static variable in enum compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index-files/index-9.html b/website/dm_javadoc/index-files/index-9.html
new file mode 100644
index 0000000..d88ff9f
--- /dev/null
+++ b/website/dm_javadoc/index-files/index-9.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+J-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+J
+
+JABAService - Interface in compbio.data.msa This is a marker interface, contains no methods JManagement - Interface in compbio.data.msa JobExecutionException - Exception in compbio.metadata JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained. JobExecutionException(String) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JobExecutionException(Throwable) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JobExecutionException(String, Throwable) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JobStatus - Enum in compbio.metadata The status of the job. JobSubmissionException - Exception in compbio.metadata Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException. JobSubmissionException(String) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionException(Throwable) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionException(String, Throwable) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. JobSubmissionExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ JRONN_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ Jws2Client - Class in compbio.ws.client A command line client for JAva Bioinformatics Analysis Web Services
+
+
+
+
+
+
+
+
+
+
+A C D E F G H I J L M N O P R S T U V W
+
+
+
diff --git a/website/dm_javadoc/index.html b/website/dm_javadoc/index.html
new file mode 100644
index 0000000..a5cfe58
--- /dev/null
+++ b/website/dm_javadoc/index.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+Generated Documentation (Untitled)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Frame Alert
+
+
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+
+Link toNon-frame version.
+
+
+
diff --git a/website/dm_javadoc/overview-frame.html b/website/dm_javadoc/overview-frame.html
new file mode 100644
index 0000000..ce50fde
--- /dev/null
+++ b/website/dm_javadoc/overview-frame.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+Overview List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/overview-summary.html b/website/dm_javadoc/overview-summary.html
new file mode 100644
index 0000000..cc395ca
--- /dev/null
+++ b/website/dm_javadoc/overview-summary.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JABAWS 2 datamodel javadoc
+
+
+
+
+
+
+Packages
+
+
+compbio.data.msa
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+compbio.data.msa.jaxws
+
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+compbio.ws.client
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/overview-tree.html b/website/dm_javadoc/overview-tree.html
new file mode 100644
index 0000000..31958b1
--- /dev/null
+++ b/website/dm_javadoc/overview-tree.html
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For All Packages
+
+
+Package Hierarchies: compbio.data.msa , compbio.data.msa.jaxws , compbio.data.sequence , compbio.metadata , compbio.ws.client
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+Enum Hierarchy
+
+
+java.lang.Object
+java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/package-list b/website/dm_javadoc/package-list
new file mode 100644
index 0000000..560e83c
--- /dev/null
+++ b/website/dm_javadoc/package-list
@@ -0,0 +1,5 @@
+compbio.data.msa
+compbio.data.msa.jaxws
+compbio.data.sequence
+compbio.metadata
+compbio.ws.client
diff --git a/website/dm_javadoc/resources/inherit.gif b/website/dm_javadoc/resources/inherit.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e
GIT binary patch
literal 57
zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C;
KYxQGgum%9JOA&7X
literal 0
HcmV?d00001
diff --git a/website/dm_javadoc/serialized-form.html b/website/dm_javadoc/serialized-form.html
new file mode 100644
index 0000000..e7265dc
--- /dev/null
+++ b/website/dm_javadoc/serialized-form.html
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Serialized Form
+
+
+
+
+
+
+Package compbio.data.sequence
+
+
+
+
+
+
+
+
+serialVersionUID: 196629543695636854L
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+file
+
+java.io.File file
+
+
+
+
+
+
+
+
+
+Package compbio.metadata
+
+
+
+
+
+
+
+
+serialVersionUID: -5477751361755778769L
+
+
+
+
+
+
+
+
+serialVersionUID: 607986894357895572L
+
+
+
+
+
+
+
+
+serialVersionUID: 15066952180013505L
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+numberOfSequencesAllowed
+
+int numberOfSequencesAllowed
+
+
+
+
+
+
+actualNumberofSequences
+
+int actualNumberofSequences
+
+
+
+
+
+
+aSequenceLenghtAllowed
+
+int aSequenceLenghtAllowed
+
+
+
+
+
+
+aSequenceLenghtActual
+
+int aSequenceLenghtActual
+
+
+
+
+
+
+
+
+
+
+serialVersionUID: -5475613614578761L
+
+
+
+
+
+
+
+
+serialVersionUID: -86624836785110293L
+
+
+
+
+
+
+
+
+serialVersionUID: -547775417557345769L
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/dm_javadoc/stylesheet.css b/website/dm_javadoc/stylesheet.css
new file mode 100644
index 0000000..cbd3428
--- /dev/null
+++ b/website/dm_javadoc/stylesheet.css
@@ -0,0 +1,29 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF; color:#000000 }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
+.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
+.TableRowColor { background: #FFFFFF; color:#000000 } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+
+/* Navigation bar fonts and colors */
+.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
+.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
+
+.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+
diff --git a/website/full_javadoc/allclasses-frame.html b/website/full_javadoc/allclasses-frame.html
new file mode 100644
index 0000000..9ddd913
--- /dev/null
+++ b/website/full_javadoc/allclasses-frame.html
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
diff --git a/website/full_javadoc/allclasses-noframe.html b/website/full_javadoc/allclasses-noframe.html
new file mode 100644
index 0000000..1e3e8f8
--- /dev/null
+++ b/website/full_javadoc/allclasses-noframe.html
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+
+All Classes
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/JnetAnnotation.html b/website/full_javadoc/compbio/data/_structure/JnetAnnotation.html
new file mode 100644
index 0000000..355b0e2
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/JnetAnnotation.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+JnetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data._structure
+
+Enum JnetAnnotation
+
+java.lang.Object
+ java.lang.Enum <JnetAnnotation >
+ compbio.data._structure.JnetAnnotation
+
+
+All Implemented Interfaces: Serializable , Comparable <JnetAnnotation >
+
+
+
+public enum JnetAnnotation extends Enum <JnetAnnotation >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static JnetAnnotation
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JnetAnnotation []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+jnetpred
+
+public static final JnetAnnotation jnetpred
+
+
+
+
+
+
+
+JNETCONF
+
+public static final JnetAnnotation JNETCONF
+
+
+
+
+
+
+
+JNETSOL25
+
+public static final JnetAnnotation JNETSOL25
+
+
+
+
+
+
+
+JNETSOL5
+
+public static final JnetAnnotation JNETSOL5
+
+
+
+
+
+
+
+JNETSOL0
+
+public static final JnetAnnotation JNETSOL0
+
+
+
+
+
+
+
+JNETHMM
+
+public static final JnetAnnotation JNETHMM
+
+
+
+
+
+
+
+JNETPROPH
+
+public static final JnetAnnotation JNETPROPH
+
+
+
+
+
+
+
+JNETPROPE
+
+public static final JnetAnnotation JNETPROPE
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static JnetAnnotation [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (JnetAnnotation c : JnetAnnotation.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static JnetAnnotation valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html b/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html
new file mode 100644
index 0000000..b775769
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+JpredAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data._structure
+
+Enum JpredAnnotation
+
+java.lang.Object
+ java.lang.Enum <JpredAnnotation >
+ compbio.data._structure.JpredAnnotation
+
+
+All Implemented Interfaces: Serializable , Comparable <JpredAnnotation >
+
+
+
+public enum JpredAnnotation extends Enum <JpredAnnotation >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static JpredAnnotation
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JpredAnnotation []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+jnetpred
+
+public static final JpredAnnotation jnetpred
+
+
+
+
+
+
+
+JNETCONF
+
+public static final JpredAnnotation JNETCONF
+
+
+
+
+
+
+
+JNETSOL25
+
+public static final JpredAnnotation JNETSOL25
+
+
+
+
+
+
+
+JNETSOL5
+
+public static final JpredAnnotation JNETSOL5
+
+
+
+
+
+
+
+JNETSOL0
+
+public static final JpredAnnotation JNETSOL0
+
+
+
+
+
+
+
+JNETHMM
+
+public static final JpredAnnotation JNETHMM
+
+
+
+
+
+
+
+JNETPROPH
+
+public static final JpredAnnotation JNETPROPH
+
+
+
+
+
+
+
+JNETPROPE
+
+public static final JpredAnnotation JNETPROPE
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static JpredAnnotation [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (JpredAnnotation c : JpredAnnotation.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static JpredAnnotation valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/JpredResult.html b/website/full_javadoc/compbio/data/_structure/JpredResult.html
new file mode 100644
index 0000000..4b37056
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/JpredResult.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+JpredResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data._structure
+
+Class JpredResult
+
+java.lang.Object
+ compbio.data._structure.JpredResult
+
+
+
+public class JpredResult extends Object
+
+
+
+Jnet result
+
+ jnetpred:-,H,H,H,H,H,H,H,H,H,H,H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H
+ ,H,H,-,-,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,-,-,-,-,H,H,H,H,
+ -,-,-,-,-,-,-,-,-,-,-,-,H,H,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ , JNETCONF:7,3,7,9,9,9,9,9,9,9,7,5,2,6,6,3,6,7,5,1,0,5,3,3,6,4,6,6,7,7,7,7,7,
+ 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,3,6,8,9,9,9,9,9,9,9
+ 7,3,7,7,6,2,4,4,1,5,7,8,7,7,7,7,7,7,7,6,5,3,5,6,6,6,4,0,0,2,1,3,5,7,7,7,7,7,7
+ , JNETSOL25:B,B,-,-,-,B,-,B,-,B,B,B,-,-,-,B,-,B,-,-,-,-,-,B,-,B,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,-,B,-,B,-
+ , B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,B,-,-,-,-,B,-,-,B,B,-,-
+ ,B,
+ JNETSOL5:-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,B,B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-
+ ,-,-
+ JNETSOL0:-,-,-,-,-,-,B,-,-,B,-,B,-,-,-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,- ,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,-,B,-,-,
+ JNETHMM:-,H,H,H,H,H,H,H,H,H,H,
+ H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ ,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H,H,
+ JNETPROPH:0.0110,0.1125,0.8552,0.0107
+ ,0.6245,0.3614,0.0120,0.8702,0.1238,0.0120
+ ,0.0193,0.9284,0.0708,0.0278,0.8703,0.1244
+ ,0.1591,0.7399,0.1456,0.2488,0.5824,0.1017,
+ JNETPROPE:0.0107,0.6245,0.3614,0.0120
+ ,0.8702,0.1238,0.0120,0.9335,0.0656,0.0102
+ ,0.9586,0.0465,0.0094,0.9662,0.0433,
+ ,0.1525,0.7103,0.1088,0.1181,0.7425,0.1784,
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JpredResult
+
+public JpredResult ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/class-use/JnetAnnotation.html b/website/full_javadoc/compbio/data/_structure/class-use/JnetAnnotation.html
new file mode 100644
index 0000000..ade6f7c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/class-use/JnetAnnotation.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JnetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JnetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/class-use/JpredAnnotation.html b/website/full_javadoc/compbio/data/_structure/class-use/JpredAnnotation.html
new file mode 100644
index 0000000..e2a810b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/class-use/JpredAnnotation.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JpredAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JpredAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/class-use/JpredResult.html b/website/full_javadoc/compbio/data/_structure/class-use/JpredResult.html
new file mode 100644
index 0000000..df9972b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/class-use/JpredResult.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JpredResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data._structure.JpredResult
+
+No usage of compbio.data._structure.JpredResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/package-frame.html b/website/full_javadoc/compbio/data/_structure/package-frame.html
new file mode 100644
index 0000000..8bd6123
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/package-frame.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+compbio.data._structure
+
+
+
+
+
+
+
+
+
+
+
+compbio.data._structure
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/package-summary.html b/website/full_javadoc/compbio/data/_structure/package-summary.html
new file mode 100644
index 0000000..39e4ddc
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/package-summary.html
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+compbio.data._structure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data._structure
+
+
+
+
+
+Class Summary
+
+
+JpredResult
+Jnet result
+
+ jnetpred:-,H,H,H,H,H,H,H,H,H,H,H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H
+ ,H,H,-,-,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,-,-,-,-,H,H,H,H,
+ -,-,-,-,-,-,-,-,-,-,-,-,H,H,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ , JNETCONF:7,3,7,9,9,9,9,9,9,9,7,5,2,6,6,3,6,7,5,1,0,5,3,3,6,4,6,6,7,7,7,7,7,
+ 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,3,6,8,9,9,9,9,9,9,9
+ 7,3,7,7,6,2,4,4,1,5,7,8,7,7,7,7,7,7,7,6,5,3,5,6,6,6,4,0,0,2,1,3,5,7,7,7,7,7,7
+ , JNETSOL25:B,B,-,-,-,B,-,B,-,B,B,B,-,-,-,B,-,B,-,-,-,-,-,B,-,B,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,-,B,-,B,-
+ , B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,B,-,-,-,-,B,-,-,B,B,-,-
+ ,B,
+ JNETSOL5:-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,B,B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-
+ ,-,-
+ JNETSOL0:-,-,-,-,-,-,B,-,-,B,-,B,-,-,-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,- ,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,-,B,-,-,
+ JNETHMM:-,H,H,H,H,H,H,H,H,H,H,
+ H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ ,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H,H,
+ JNETPROPH:0.0110,0.1125,0.8552,0.0107
+ ,0.6245,0.3614,0.0120,0.8702,0.1238,0.0120
+ ,0.0193,0.9284,0.0708,0.0278,0.8703,0.1244
+ ,0.1591,0.7399,0.1456,0.2488,0.5824,0.1017,
+ JNETPROPE:0.0107,0.6245,0.3614,0.0120
+ ,0.8702,0.1238,0.0120,0.9335,0.0656,0.0102
+ ,0.9586,0.0465,0.0094,0.9662,0.0433,
+ ,0.1525,0.7103,0.1088,0.1181,0.7425,0.1784,
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/package-tree.html b/website/full_javadoc/compbio/data/_structure/package-tree.html
new file mode 100644
index 0000000..cc32ff9
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/package-tree.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+compbio.data._structure Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data._structure
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/_structure/package-use.html b/website/full_javadoc/compbio/data/_structure/package-use.html
new file mode 100644
index 0000000..1c2e460
--- /dev/null
+++ b/website/full_javadoc/compbio/data/_structure/package-use.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+Uses of Package compbio.data._structure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data._structure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/Category.html b/website/full_javadoc/compbio/data/msa/Category.html
new file mode 100644
index 0000000..2e8c975
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/Category.html
@@ -0,0 +1,390 @@
+
+
+
+
+
+
+Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Class Category
+
+java.lang.Object
+ compbio.data.msa.Category
+
+
+
+public class Category extends Object
+
+
+
+Class that splits Services
to categories. Services themselves have no
+ knowledge which category they belongs to.
+
+ This class is responsible for initialization of all the categories (done
+ statically) and holds the category names as constrains.
+
+ Two categories considered equals if their names are equals.
+
+
+
+
+Version:
+ 1.0 September 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+CATEGORY_ALIGNMENT
+
+public static final String CATEGORY_ALIGNMENT
+
+All of the Category names
+
+
+See Also: Constant Field Values
+
+
+
+
+CATEGORY_DISORDER
+
+public static final String CATEGORY_DISORDER
+
+
+See Also: Constant Field Values
+
+
+
+
+CATEGORY_CONSERVATION
+
+public static final String CATEGORY_CONSERVATION
+
+
+See Also: Constant Field Values
+
+
+
+
+name
+
+public String name
+
+
+
+
+
+
+
+
+
+
+
+getServices
+
+public Set <Services > getServices ()
+
+
+
+
+
+
+
+
+getCategories
+
+public static Set <Category > getCategories ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/JABAService.html b/website/full_javadoc/compbio/data/msa/JABAService.html
new file mode 100644
index 0000000..43c3a13
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/JABAService.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+JABAService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface JABAService
+
+All Known Subinterfaces: MsaWS <T>, RegistryWS , SequenceAnnotation <T>
+
+
+All Known Implementing Classes: AAConWS , ClustalOWS , ClustalWS , DisemblWS , GlobPlotWS , IUPredWS , JronnWS , MafftWS , MuscleWS , ProbconsWS , RegistryWS , TcoffeeWS
+
+
+
+public interface JABAService
+
+
+
+This is a marker interface, contains no methods
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+SERVICE_NAMESPACE
+
+static final String SERVICE_NAMESPACE
+
+
+See Also: Constant Field Values
+
+
+
+
+V2_SERVICE_NAMESPACE
+
+static final String V2_SERVICE_NAMESPACE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/JManagement.html b/website/full_javadoc/compbio/data/msa/JManagement.html
new file mode 100644
index 0000000..8a38695
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/JManagement.html
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface JManagement
+
+All Known Subinterfaces: MsaWS <T>, SequenceAnnotation <T>
+
+
+All Known Implementing Classes: AAConWS , ClustalOWS , ClustalWS , DisemblWS , GlobPlotWS , IUPredWS , JronnWS , MafftWS , MuscleWS , ProbconsWS , TcoffeeWS
+
+
+
+public interface JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+cancelJob (String jobId)
+
+
+ Stop running the job jobId
but leave its output untouched
+
+
+
+ JobStatus
+getJobStatus (String jobId)
+
+
+ Return the status of the job.
+
+
+
+ ChunkHolder
+pullExecStatistics (String jobId,
+ long position)
+
+
+ Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
.
+
+
+
+
+
+
+
+
+
+
+
+cancelJob
+
+boolean cancelJob (String jobId)
+
+Stop running the job jobId
but leave its output untouched
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+ Throws:
+InvalidParameterException
- is thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format
+
+
+
+
+
+getJobStatus
+
+JobStatus getJobStatus (String jobId)
+
+Return the status of the job.
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job
+ Throws:
+InvalidParameterException
- is thrown if jobId is empty or cannot be recognised e.g. in
+ invalid formatSee Also: JobStatus
+
+
+
+
+
+pullExecStatistics
+
+ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read
+ Throws:
+InvalidParameterException
- thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format and also if the position value is negativeSee Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/Metadata.html b/website/full_javadoc/compbio/data/msa/Metadata.html
new file mode 100644
index 0000000..0ab10eb
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/Metadata.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+Metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface Metadata<T>
+
+All Known Subinterfaces: MsaWS <T>, SequenceAnnotation <T>
+
+
+All Known Implementing Classes: AAConWS , ClustalOWS , ClustalWS , DisemblWS , GlobPlotWS , IUPredWS , JronnWS , MafftWS , MuscleWS , ProbconsWS , TcoffeeWS
+
+
+
+public interface Metadata<T>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getRunnerOptions
+
+RunnerConfig <T > getRunnerOptions ()
+
+Get options supported by a web service
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+getPresets
+
+PresetManager <T > getPresets ()
+
+Get presets supported by a web service
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getLimit
+
+Limit <T > getLimit (String presetName)
+
+Get a Limit for a preset.
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+LimitsManager <T > getLimits ()
+
+List Limits supported by a web service.
+
+
+
+Returns: LimitManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/MsaWS.html b/website/full_javadoc/compbio/data/msa/MsaWS.html
new file mode 100644
index 0000000..b4cf3dc
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/MsaWS.html
@@ -0,0 +1,436 @@
+
+
+
+
+
+
+MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface MsaWS<T>
+
+Type Parameters: T
- executable type / web service type
+
+All Superinterfaces: JABAService , JManagement , Metadata <T>
+
+
+All Known Implementing Classes: ClustalOWS , ClustalWS , MafftWS , MuscleWS , ProbconsWS , TcoffeeWS
+
+
+
+public interface MsaWS<T> extends JABAService , JManagement , Metadata <T>
+
+
+
+Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+
+Author:
+ pvtroshin
+
+ Date November 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+align
+
+String align (List <FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+InvalidParameterException
- thrown if input list of FASTA sequences is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+String customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Align a list of sequences with options.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+InvalidParameterException
- thrown if input list of FASTA sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limitSee Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+String presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+InvalidParameterException
- thrown if input list of FASTA sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limitSee Also: Preset
+
+
+
+
+
+getResult
+
+Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+InvalidParameterException
- thrown if jobId is empty or is not recognised e.g. in invalid
+ format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/RegistryWS.html b/website/full_javadoc/compbio/data/msa/RegistryWS.html
new file mode 100644
index 0000000..6576289
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/RegistryWS.html
@@ -0,0 +1,429 @@
+
+
+
+
+
+
+RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface RegistryWS
+
+All Superinterfaces: JABAService
+
+
+All Known Implementing Classes: RegistryWS
+
+
+
+public interface RegistryWS extends JABAService
+
+
+
+JABAWS services registry
+
+
+
+
+Version:
+ 1.0 June 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getSupportedServices
+
+Set <Services > getSupportedServices ()
+
+List of services that are functioning on the server. This function
+ returns the results of testing performed some time ago by
+ testAllServices()
or testService(Services)
methods. The
+ time of last check can be obtained from
+ getLastTestedOn(Services)
method
+
+
+
+
+
+
+Returns: the Set of Services which are functioning on the server See Also: testAllServices()
+
+
+
+
+
+getLastTested
+
+int getLastTested (Services service)
+
+Number of seconds since the last test. Returns 0 if the service was not
+ tested or tested less then a one second ago.
+
+
+
+
+
+Parameters: service
-
+Returns: when last time tested
+
+
+
+
+
+getLastTestedOn
+
+Date getLastTestedOn (Services service)
+
+The date and time the service has been verified to work last time
+
+
+
+
+
+Parameters: service
-
+Returns: the Date and time on which the service was last tested
+
+
+
+
+
+testAllServices
+
+String testAllServices ()
+
+Test all JABAWS services on the server
+
+
+
+
+
+
+Returns: the test log
+
+
+
+
+
+testService
+
+String testService (Services service)
+
+Test a particular service
+
+
+
+
+
+Parameters: service
-
+Returns: the testing log
+
+
+
+
+
+isOperating
+
+boolean isOperating (Services service)
+
+Check whether a particular web service is working on this server
+
+
+
+
+
+Parameters: service
-
+Returns: true if the service was functioning in time of last testing.
+
+
+
+
+
+getServiceDescription
+
+String getServiceDescription (Services service)
+
+Gives the description of the service.
+
+
+
+
+
+Parameters: service
-
+Returns: String, plain text or html formatted piece, but NOT a full html
+ document
+
+
+
+
+
+getServiceCategories
+
+Set <Category > getServiceCategories ()
+
+Gets the list of services per category. ServiceClassifier has the method
+ that returns Map>
+
+
+
+
+
+
+Returns: ServiceClassifier the object to represent relation between
+ Services and Categories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/SequenceAnnotation.html b/website/full_javadoc/compbio/data/msa/SequenceAnnotation.html
new file mode 100644
index 0000000..4c1f35c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/SequenceAnnotation.html
@@ -0,0 +1,448 @@
+
+
+
+
+
+
+SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+Interface SequenceAnnotation<T>
+
+Type Parameters: T
- executable type / web service type
+
+All Superinterfaces: JABAService , JManagement , Metadata <T>
+
+
+All Known Implementing Classes: AAConWS , DisemblWS , GlobPlotWS , IUPredWS , JronnWS
+
+
+
+public interface SequenceAnnotation<T> extends JABAService , JManagement , Metadata <T>
+
+
+
+Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+Version:
+ 1.0 November 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+analize
+
+String analize (List <FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+Analyse the sequences. The actual analysis algorithm is defined by the
+ type T.
+
+ Any dataset containing a greater number of sequences or the average
+ length of the sequences are greater then defined in the default Limit
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this information
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+
+
+
+
+
+customAnalize
+
+String customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Analyse the sequences according to custom settings defined in options
+ list. The actual analysis algorithm is defined by the type T. Default
+ Limit is used to decide whether the calculation will be permitted or
+ denied
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limitSee Also: Option
+
+
+
+
+
+presetAnalize
+
+String presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Analyse the sequences according to the preset settings. The actual
+ analysis algorithm is defined by the type T.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+InvalidParameterException
- thrown if input list of fasta sequence is null or empty
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+
+
+
+
+
+getAnnotation
+
+ScoreManager getAnnotation (String jobId)
+ throws ResultNotAvailableException
+
+Return the result of the job.
+
+
+
+
+
+Parameters: jobId
- a unique job identifier
+Returns: the Map with the sequence names, sequence group names or the word
+ 'Alignment' in case of alignments and values the represented by a
+ Set of Score objects. The alignment can be represented in as
+ little as one key->value pair in this map, the list of sequences
+ will be represented by multiple key->value mappings. If multiple
+ annotations were calculated, then they are represented as a Set
+ of Scores.
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown is dues to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+InvalidParameterException
- thrown if jobId is empty or cannot be recognised e.g. in
+ invalid format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/Category.html b/website/full_javadoc/compbio/data/msa/class-use/Category.html
new file mode 100644
index 0000000..1f15a35
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/Category.html
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.Category
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/JABAService.html b/website/full_javadoc/compbio/data/msa/class-use/JABAService.html
new file mode 100644
index 0000000..7ad467b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/JABAService.html
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JABAService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JABAService
+
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of JABAService in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+RegistryWS
+
+
+ JABAWS services registry
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/JManagement.html b/website/full_javadoc/compbio/data/msa/class-use/JManagement.html
new file mode 100644
index 0000000..30b015a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/JManagement.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.JManagement
+
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of JManagement in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/Metadata.html b/website/full_javadoc/compbio/data/msa/class-use/Metadata.html
new file mode 100644
index 0000000..bc8ec3c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/Metadata.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.Metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.Metadata
+
+
+
+
+
+
+
+
+
+
+
+
+Subinterfaces of Metadata in compbio.data.msa
+
+
+
+ interface
+MsaWS<T>
+
+
+ Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+
+ interface
+SequenceAnnotation<T>
+
+
+ Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/MsaWS.html b/website/full_javadoc/compbio/data/msa/class-use/MsaWS.html
new file mode 100644
index 0000000..9aa80ac
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/MsaWS.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.MsaWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/RegistryWS.html b/website/full_javadoc/compbio/data/msa/class-use/RegistryWS.html
new file mode 100644
index 0000000..32b7b02
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/RegistryWS.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html b/website/full_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html
new file mode 100644
index 0000000..959fbb7
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/class-use/SequenceAnnotation.html
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.data.msa.SequenceAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/Align.html b/website/full_javadoc/compbio/data/msa/jaxws/Align.html
new file mode 100644
index 0000000..cc8c823
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/Align.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class Align
+
+java.lang.Object
+ compbio.data.msa.jaxws.Align
+
+
+
+public class Align extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Align ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Align
+
+public Align ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/AlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/AlignResponse.html
new file mode 100644
index 0000000..908eb6b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/AlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class AlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.AlignResponse
+
+
+
+public class AlignResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AlignResponse
+
+public AlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/Analize.html b/website/full_javadoc/compbio/data/msa/jaxws/Analize.html
new file mode 100644
index 0000000..629f779
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/Analize.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class Analize
+
+java.lang.Object
+ compbio.data.msa.jaxws.Analize
+
+
+
+public class Analize extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Analize ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Analize
+
+public Analize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html
new file mode 100644
index 0000000..f29d487
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/AnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class AnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+public class AnalizeResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AnalizeResponse
+
+public AnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CancelJob.html b/website/full_javadoc/compbio/data/msa/jaxws/CancelJob.html
new file mode 100644
index 0000000..751552b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CancelJob.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CancelJob
+
+java.lang.Object
+ compbio.data.msa.jaxws.CancelJob
+
+
+
+public class CancelJob extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+CancelJob ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CancelJob
+
+public CancelJob ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html
new file mode 100644
index 0000000..8b33562
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CancelJobResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CancelJobResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+public class CancelJobResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+isReturn ()
+
+
+
+
+
+
+ void
+setReturn (boolean _return)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CancelJobResponse
+
+public CancelJobResponse ()
+
+
+
+
+
+
+
+
+
+isReturn
+
+public boolean isReturn ()
+
+
+
+Returns: returns boolean
+
+
+
+
+
+setReturn
+
+public void setReturn (boolean _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CustomAlign.html b/website/full_javadoc/compbio/data/msa/jaxws/CustomAlign.html
new file mode 100644
index 0000000..4782df5
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CustomAlign.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAlign
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAlign
+
+
+
+public class CustomAlign extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAlign
+
+public CustomAlign ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getOptions
+
+public List <Option > getOptions ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setOptions
+
+public void setOptions (List <Option > options)
+
+
+Parameters: options
- the value for the options property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html
new file mode 100644
index 0000000..c3f29da
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CustomAlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+public class CustomAlignResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAlignResponse
+
+public CustomAlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalize.html b/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalize.html
new file mode 100644
index 0000000..feca8ce
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalize.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAnalize
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAnalize
+
+
+
+public class CustomAnalize extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAnalize
+
+public CustomAnalize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getOptions
+
+public List <Option > getOptions ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setOptions
+
+public void setOptions (List <Option > options)
+
+
+Parameters: options
- the value for the options property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html
new file mode 100644
index 0000000..bb2a68a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/CustomAnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class CustomAnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+public class CustomAnalizeResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CustomAnalizeResponse
+
+public CustomAnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotation.html b/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotation.html
new file mode 100644
index 0000000..791657c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotation.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetAnnotation
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetAnnotation
+
+
+
+public class GetAnnotation extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetAnnotation
+
+public GetAnnotation ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html
new file mode 100644
index 0000000..a0d49e4
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetAnnotationResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetAnnotationResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+public class GetAnnotationResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetAnnotationResponse
+
+public GetAnnotationResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public ScoreManager getReturn ()
+
+
+
+Returns: returns ScoreManager
+
+
+
+
+
+setReturn
+
+public void setReturn (ScoreManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatus.html b/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatus.html
new file mode 100644
index 0000000..8071a18
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatus.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetJobStatus
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetJobStatus
+
+
+
+public class GetJobStatus extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetJobStatus
+
+public GetJobStatus ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html
new file mode 100644
index 0000000..9d1979b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetJobStatusResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetJobStatusResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+public class GetJobStatusResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetJobStatusResponse
+
+public GetJobStatusResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public JobStatus getReturn ()
+
+
+
+Returns: returns JobStatus
+
+
+
+
+
+setReturn
+
+public void setReturn (JobStatus _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLastTested.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTested.html
new file mode 100644
index 0000000..492e6a3
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTested.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTested
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTested
+
+
+
+public class GetLastTested extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTested
+
+public GetLastTested ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html
new file mode 100644
index 0000000..2e6f8e8
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOn.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedOn
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+public class GetLastTestedOn extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedOn
+
+public GetLastTestedOn ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html
new file mode 100644
index 0000000..0fad743
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedOnResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedOnResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+public class GetLastTestedOnResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedOnResponse
+
+public GetLastTestedOnResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Date getReturn ()
+
+
+
+Returns: returns Date
+
+
+
+
+
+setReturn
+
+public void setReturn (Date _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html
new file mode 100644
index 0000000..a8387b6
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLastTestedResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLastTestedResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+public class GetLastTestedResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+getReturn ()
+
+
+
+
+
+
+ void
+setReturn (int _return)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLastTestedResponse
+
+public GetLastTestedResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public int getReturn ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setReturn
+
+public void setReturn (int _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLimit.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLimit.html
new file mode 100644
index 0000000..dba1464
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLimit.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimit
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimit
+
+
+
+public class GetLimit extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetLimit ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimit
+
+public GetLimit ()
+
+
+
+
+
+
+
+
+
+getPresetName
+
+public String getPresetName ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setPresetName
+
+public void setPresetName (String presetName)
+
+
+Parameters: presetName
- the value for the presetName property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html
new file mode 100644
index 0000000..4e96b96
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLimitResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimitResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+public class GetLimitResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimitResponse
+
+public GetLimitResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Limit getReturn ()
+
+
+
+Returns: returns Limit
+
+
+
+
+
+setReturn
+
+public void setReturn (Limit _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLimits.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLimits.html
new file mode 100644
index 0000000..59916ef
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLimits.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimits
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimits
+
+
+
+public class GetLimits extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetLimits ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimits
+
+public GetLimits ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html
new file mode 100644
index 0000000..2eadc73
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetLimitsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetLimitsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+public class GetLimitsResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetLimitsResponse
+
+public GetLimitsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public LimitsManager getReturn ()
+
+
+
+Returns: returns LimitsManager
+
+
+
+
+
+setReturn
+
+public void setReturn (LimitsManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetPresets.html b/website/full_javadoc/compbio/data/msa/jaxws/GetPresets.html
new file mode 100644
index 0000000..936916a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetPresets.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetPresets
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetPresets
+
+
+
+public class GetPresets extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetPresets ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetPresets
+
+public GetPresets ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html
new file mode 100644
index 0000000..2c3b0df
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetPresetsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetPresetsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+public class GetPresetsResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetPresetsResponse
+
+public GetPresetsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public PresetManager getReturn ()
+
+
+
+Returns: returns PresetManager
+
+
+
+
+
+setReturn
+
+public void setReturn (PresetManager _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetResult.html b/website/full_javadoc/compbio/data/msa/jaxws/GetResult.html
new file mode 100644
index 0000000..c69e670
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetResult.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetResult
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetResult
+
+
+
+public class GetResult extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GetResult ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetResult
+
+public GetResult ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetResultResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetResultResponse.html
new file mode 100644
index 0000000..4b238ef
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetResultResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetResultResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetResultResponse
+
+
+
+public class GetResultResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetResultResponse
+
+public GetResultResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Alignment getReturn ()
+
+
+
+Returns: returns Alignment
+
+
+
+
+
+setReturn
+
+public void setReturn (Alignment _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html b/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html
new file mode 100644
index 0000000..84aabef
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptions.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetRunnerOptions
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+public class GetRunnerOptions extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetRunnerOptions
+
+public GetRunnerOptions ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html
new file mode 100644
index 0000000..2c1f538
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetRunnerOptionsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetRunnerOptionsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+public class GetRunnerOptionsResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetRunnerOptionsResponse
+
+public GetRunnerOptionsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public RunnerConfig getReturn ()
+
+
+
+Returns: returns RunnerConfig
+
+
+
+
+
+setReturn
+
+public void setReturn (RunnerConfig _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html
new file mode 100644
index 0000000..34daed9
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategories.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceCategories
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+public class GetServiceCategories extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceCategories
+
+public GetServiceCategories ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html
new file mode 100644
index 0000000..db7ed5a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceCategoriesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceCategoriesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+public class GetServiceCategoriesResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceCategoriesResponse
+
+public GetServiceCategoriesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Set <Category > getReturn ()
+
+
+
+Returns: returns Set
+
+
+
+
+
+setReturn
+
+public void setReturn (Set <Category > _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html
new file mode 100644
index 0000000..3089f2d
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescription.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceDescription
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+public class GetServiceDescription extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceDescription
+
+public GetServiceDescription ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html
new file mode 100644
index 0000000..92ff71e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetServiceDescriptionResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetServiceDescriptionResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+public class GetServiceDescriptionResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetServiceDescriptionResponse
+
+public GetServiceDescriptionResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html b/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html
new file mode 100644
index 0000000..452ccfe
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServices.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetSupportedServices
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+public class GetSupportedServices extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetSupportedServices
+
+public GetSupportedServices ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html
new file mode 100644
index 0000000..cede7b7
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/GetSupportedServicesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class GetSupportedServicesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+public class GetSupportedServicesResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GetSupportedServicesResponse
+
+public GetSupportedServicesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public Set <Services > getReturn ()
+
+
+
+Returns: returns Set
+
+
+
+
+
+setReturn
+
+public void setReturn (Set <Services > _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/IsOperating.html b/website/full_javadoc/compbio/data/msa/jaxws/IsOperating.html
new file mode 100644
index 0000000..5d3a48a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/IsOperating.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class IsOperating
+
+java.lang.Object
+ compbio.data.msa.jaxws.IsOperating
+
+
+
+public class IsOperating extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IsOperating
+
+public IsOperating ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html
new file mode 100644
index 0000000..8319cc0
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/IsOperatingResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class IsOperatingResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+public class IsOperatingResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+isReturn ()
+
+
+
+
+
+
+ void
+setReturn (boolean _return)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IsOperatingResponse
+
+public IsOperatingResponse ()
+
+
+
+
+
+
+
+
+
+isReturn
+
+public boolean isReturn ()
+
+
+
+Returns: returns boolean
+
+
+
+
+
+setReturn
+
+public void setReturn (boolean _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html
new file mode 100644
index 0000000..0887a42
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/JobSubmissionExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class JobSubmissionExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+public class JobSubmissionExceptionBean extends Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobSubmissionExceptionBean
+
+public JobSubmissionExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html
new file mode 100644
index 0000000..ef85c13
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/LimitExceededExceptionBean.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class LimitExceededExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+public class LimitExceededExceptionBean extends Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitExceededExceptionBean
+
+public LimitExceededExceptionBean ()
+
+
+
+
+
+
+
+
+
+getActualNumberofSequences
+
+public int getActualNumberofSequences ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setActualNumberofSequences
+
+public void setActualNumberofSequences (int actualNumberofSequences)
+
+
+Parameters: actualNumberofSequences
- the value for the actualNumberofSequences property
+
+
+
+
+
+getMessage
+
+public String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+getNumberOfSequencesAllowed
+
+public int getNumberOfSequencesAllowed ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setNumberOfSequencesAllowed
+
+public void setNumberOfSequencesAllowed (int numberOfSequencesAllowed)
+
+
+Parameters: numberOfSequencesAllowed
- the value for the numberOfSequencesAllowed property
+
+
+
+
+
+getSequenceLenghtActual
+
+public int getSequenceLenghtActual ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setSequenceLenghtActual
+
+public void setSequenceLenghtActual (int sequenceLenghtActual)
+
+
+Parameters: sequenceLenghtActual
- the value for the sequenceLenghtActual property
+
+
+
+
+
+getSequenceLenghtAllowed
+
+public int getSequenceLenghtAllowed ()
+
+
+
+Returns: returns int
+
+
+
+
+
+setSequenceLenghtAllowed
+
+public void setSequenceLenghtAllowed (int sequenceLenghtAllowed)
+
+
+Parameters: sequenceLenghtAllowed
- the value for the sequenceLenghtAllowed property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PresetAlign.html b/website/full_javadoc/compbio/data/msa/jaxws/PresetAlign.html
new file mode 100644
index 0000000..d314566
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PresetAlign.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAlign
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAlign
+
+
+
+public class PresetAlign extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAlign
+
+public PresetAlign ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getPreset
+
+public Preset getPreset ()
+
+
+
+Returns: returns Preset
+
+
+
+
+
+setPreset
+
+public void setPreset (Preset preset)
+
+
+Parameters: preset
- the value for the preset property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html
new file mode 100644
index 0000000..f644fe6
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PresetAlignResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAlignResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+public class PresetAlignResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAlignResponse
+
+public PresetAlignResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalize.html b/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalize.html
new file mode 100644
index 0000000..9a1628e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalize.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAnalize
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAnalize
+
+
+
+public class PresetAnalize extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAnalize
+
+public PresetAnalize ()
+
+
+
+
+
+
+
+
+
+getFastaSequences
+
+public List <FastaSequence > getFastaSequences ()
+
+
+
+Returns: returns List
+
+
+
+
+
+setFastaSequences
+
+public void setFastaSequences (List <FastaSequence > fastaSequences)
+
+
+Parameters: fastaSequences
- the value for the fastaSequences property
+
+
+
+
+
+getPreset
+
+public Preset getPreset ()
+
+
+
+Returns: returns Preset
+
+
+
+
+
+setPreset
+
+public void setPreset (Preset preset)
+
+
+Parameters: preset
- the value for the preset property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html
new file mode 100644
index 0000000..f9421ea
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PresetAnalizeResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PresetAnalizeResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+public class PresetAnalizeResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetAnalizeResponse
+
+public PresetAnalizeResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html b/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html
new file mode 100644
index 0000000..ffba633
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatistics.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PullExecStatistics
+
+java.lang.Object
+ compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+public class PullExecStatistics extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PullExecStatistics
+
+public PullExecStatistics ()
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setJobId
+
+public void setJobId (String jobId)
+
+
+Parameters: jobId
- the value for the jobId property
+
+
+
+
+
+getPosition
+
+public long getPosition ()
+
+
+
+Returns: returns long
+
+
+
+
+
+setPosition
+
+public void setPosition (long position)
+
+
+Parameters: position
- the value for the position property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html
new file mode 100644
index 0000000..c1729a5
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/PullExecStatisticsResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class PullExecStatisticsResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+public class PullExecStatisticsResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PullExecStatisticsResponse
+
+public PullExecStatisticsResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public ChunkHolder getReturn ()
+
+
+
+Returns: returns ChunkHolder
+
+
+
+
+
+setReturn
+
+public void setReturn (ChunkHolder _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html
new file mode 100644
index 0000000..a264444
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class ResultNotAvailableExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+public class ResultNotAvailableExceptionBean extends Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ResultNotAvailableExceptionBean
+
+public ResultNotAvailableExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/TestAllServices.html b/website/full_javadoc/compbio/data/msa/jaxws/TestAllServices.html
new file mode 100644
index 0000000..c694f0e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/TestAllServices.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestAllServices
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestAllServices
+
+
+
+public class TestAllServices extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestAllServices
+
+public TestAllServices ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html
new file mode 100644
index 0000000..81d44ba
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/TestAllServicesResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestAllServicesResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+public class TestAllServicesResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestAllServicesResponse
+
+public TestAllServicesResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/TestService.html b/website/full_javadoc/compbio/data/msa/jaxws/TestService.html
new file mode 100644
index 0000000..d917eda
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/TestService.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestService
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestService
+
+
+
+public class TestService extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestService
+
+public TestService ()
+
+
+
+
+
+
+
+
+
+getArg0
+
+public Services getArg0 ()
+
+
+
+Returns: returns Services
+
+
+
+
+
+setArg0
+
+public void setArg0 (Services arg0)
+
+
+Parameters: arg0
- the value for the arg0 property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html
new file mode 100644
index 0000000..99025db
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/TestServiceResponse.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class TestServiceResponse
+
+java.lang.Object
+ compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+public class TestServiceResponse extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TestServiceResponse
+
+public TestServiceResponse ()
+
+
+
+
+
+
+
+
+
+getReturn
+
+public String getReturn ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setReturn
+
+public void setReturn (String _return)
+
+
+Parameters: _return
- the value for the _return property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html
new file mode 100644
index 0000000..3d95cdd
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class UnsupportedRuntimeExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+public class UnsupportedRuntimeExceptionBean extends Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnsupportedRuntimeExceptionBean
+
+public UnsupportedRuntimeExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html
new file mode 100644
index 0000000..c1b185f
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/WrongParameterExceptionBean.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+
+WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+Class WrongParameterExceptionBean
+
+java.lang.Object
+ compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+public class WrongParameterExceptionBean extends Object
+
+
+
+This class was generated by the JAX-WS RI.
+ JAX-WS RI 2.2.3-b01-
+ Generated source version: 2.2.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrongParameterExceptionBean
+
+public WrongParameterExceptionBean ()
+
+
+
+
+
+
+
+
+
+getMessage
+
+public String getMessage ()
+
+
+
+Returns: returns String
+
+
+
+
+
+setMessage
+
+public void setMessage (String message)
+
+
+Parameters: message
- the value for the message property
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/Align.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/Align.html
new file mode 100644
index 0000000..cf147a7
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/Align.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Align
+
+No usage of compbio.data.msa.jaxws.Align
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html
new file mode 100644
index 0000000..c522e40
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/AlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AlignResponse
+
+No usage of compbio.data.msa.jaxws.AlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/Analize.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/Analize.html
new file mode 100644
index 0000000..a974013
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/Analize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.Analize
+
+No usage of compbio.data.msa.jaxws.Analize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html
new file mode 100644
index 0000000..9601ac9
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/AnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.AnalizeResponse
+
+No usage of compbio.data.msa.jaxws.AnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html
new file mode 100644
index 0000000..f5845f1
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJob.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJob
+
+No usage of compbio.data.msa.jaxws.CancelJob
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html
new file mode 100644
index 0000000..8eb8154
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CancelJobResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CancelJobResponse
+
+No usage of compbio.data.msa.jaxws.CancelJobResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html
new file mode 100644
index 0000000..1cacecf
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlign.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlign
+
+No usage of compbio.data.msa.jaxws.CustomAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html
new file mode 100644
index 0000000..12a5992
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAlignResponse
+
+No usage of compbio.data.msa.jaxws.CustomAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html
new file mode 100644
index 0000000..dbcf83e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalize
+
+No usage of compbio.data.msa.jaxws.CustomAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html
new file mode 100644
index 0000000..8b62bf9
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/CustomAnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+No usage of compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html
new file mode 100644
index 0000000..c021993
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotation.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotation
+
+No usage of compbio.data.msa.jaxws.GetAnnotation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html
new file mode 100644
index 0000000..3738141
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetAnnotationResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetAnnotationResponse
+
+No usage of compbio.data.msa.jaxws.GetAnnotationResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html
new file mode 100644
index 0000000..e73ae2e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatus.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatus
+
+No usage of compbio.data.msa.jaxws.GetJobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html
new file mode 100644
index 0000000..5f2edb2
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetJobStatusResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetJobStatusResponse
+
+No usage of compbio.data.msa.jaxws.GetJobStatusResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html
new file mode 100644
index 0000000..f8f537b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTested.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTested
+
+No usage of compbio.data.msa.jaxws.GetLastTested
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html
new file mode 100644
index 0000000..87a9131
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOn.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOn
+
+No usage of compbio.data.msa.jaxws.GetLastTestedOn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html
new file mode 100644
index 0000000..4725acd
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedOnResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+No usage of compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html
new file mode 100644
index 0000000..26c5e3e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLastTestedResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLastTestedResponse
+
+No usage of compbio.data.msa.jaxws.GetLastTestedResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html
new file mode 100644
index 0000000..f54043e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimit.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimit
+
+No usage of compbio.data.msa.jaxws.GetLimit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html
new file mode 100644
index 0000000..c3ed47b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitResponse
+
+No usage of compbio.data.msa.jaxws.GetLimitResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html
new file mode 100644
index 0000000..a9f8e11
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimits.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimits
+
+No usage of compbio.data.msa.jaxws.GetLimits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html
new file mode 100644
index 0000000..b4c8d6d
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetLimitsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetLimitsResponse
+
+No usage of compbio.data.msa.jaxws.GetLimitsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html
new file mode 100644
index 0000000..47c1b51
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresets.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresets
+
+No usage of compbio.data.msa.jaxws.GetPresets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html
new file mode 100644
index 0000000..9fff62f
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetPresetsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetPresetsResponse
+
+No usage of compbio.data.msa.jaxws.GetPresetsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html
new file mode 100644
index 0000000..608be0b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResult.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResult
+
+No usage of compbio.data.msa.jaxws.GetResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html
new file mode 100644
index 0000000..481b99d
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetResultResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetResultResponse
+
+No usage of compbio.data.msa.jaxws.GetResultResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html
new file mode 100644
index 0000000..df8eed9
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptions.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptions
+
+No usage of compbio.data.msa.jaxws.GetRunnerOptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html
new file mode 100644
index 0000000..6c72d42
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetRunnerOptionsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+No usage of compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html
new file mode 100644
index 0000000..e78d6f7
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategories.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategories
+
+No usage of compbio.data.msa.jaxws.GetServiceCategories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html
new file mode 100644
index 0000000..f3a5e99
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceCategoriesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+No usage of compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html
new file mode 100644
index 0000000..c00668c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescription.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescription
+
+No usage of compbio.data.msa.jaxws.GetServiceDescription
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html
new file mode 100644
index 0000000..ab3ebc7
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetServiceDescriptionResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+No usage of compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html
new file mode 100644
index 0000000..54e2c90
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServices.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServices
+
+No usage of compbio.data.msa.jaxws.GetSupportedServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html
new file mode 100644
index 0000000..0ddf928
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/GetSupportedServicesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+No usage of compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html
new file mode 100644
index 0000000..4feaa13
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperating.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperating
+
+No usage of compbio.data.msa.jaxws.IsOperating
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html
new file mode 100644
index 0000000..f77c831
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/IsOperatingResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.IsOperatingResponse
+
+No usage of compbio.data.msa.jaxws.IsOperatingResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html
new file mode 100644
index 0000000..09321ec
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/JobSubmissionExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+No usage of compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html
new file mode 100644
index 0000000..d8ca4ff
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/LimitExceededExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+No usage of compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html
new file mode 100644
index 0000000..49796a1
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlign.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlign
+
+No usage of compbio.data.msa.jaxws.PresetAlign
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html
new file mode 100644
index 0000000..1e241ff
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAlignResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAlignResponse
+
+No usage of compbio.data.msa.jaxws.PresetAlignResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html
new file mode 100644
index 0000000..fb6dc8e
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalize.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalize
+
+No usage of compbio.data.msa.jaxws.PresetAnalize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html
new file mode 100644
index 0000000..705c72f
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PresetAnalizeResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+No usage of compbio.data.msa.jaxws.PresetAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html
new file mode 100644
index 0000000..86e3377
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatistics.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatistics
+
+No usage of compbio.data.msa.jaxws.PullExecStatistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html
new file mode 100644
index 0000000..72c354c
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/PullExecStatisticsResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+No usage of compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html
new file mode 100644
index 0000000..11b59ca
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/ResultNotAvailableExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+No usage of compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html
new file mode 100644
index 0000000..38cf2a6
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServices.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServices
+
+No usage of compbio.data.msa.jaxws.TestAllServices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html
new file mode 100644
index 0000000..780e0fa
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestAllServicesResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestAllServicesResponse
+
+No usage of compbio.data.msa.jaxws.TestAllServicesResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestService.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestService.html
new file mode 100644
index 0000000..69d7515
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestService.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestService
+
+No usage of compbio.data.msa.jaxws.TestService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html
new file mode 100644
index 0000000..27727c2
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/TestServiceResponse.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.TestServiceResponse
+
+No usage of compbio.data.msa.jaxws.TestServiceResponse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html
new file mode 100644
index 0000000..f6a2212
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/UnsupportedRuntimeExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+No usage of compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html b/website/full_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html
new file mode 100644
index 0000000..2277df8
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/class-use/WrongParameterExceptionBean.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+No usage of compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/package-frame.html b/website/full_javadoc/compbio/data/msa/jaxws/package-frame.html
new file mode 100644
index 0000000..3555ea1
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/package-frame.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/package-summary.html b/website/full_javadoc/compbio/data/msa/jaxws/package-summary.html
new file mode 100644
index 0000000..26d2b1d
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/package-summary.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/package-tree.html b/website/full_javadoc/compbio/data/msa/jaxws/package-tree.html
new file mode 100644
index 0000000..2be9ee5
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/package-tree.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+compbio.data.msa.jaxws Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.msa.jaxws
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/jaxws/package-use.html b/website/full_javadoc/compbio/data/msa/jaxws/package-use.html
new file mode 100644
index 0000000..7f2b324
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/jaxws/package-use.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Package compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.msa.jaxws
+
+No usage of compbio.data.msa.jaxws
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/package-frame.html b/website/full_javadoc/compbio/data/msa/package-frame.html
new file mode 100644
index 0000000..db7c1aa
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/package-frame.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/package-summary.html b/website/full_javadoc/compbio/data/msa/package-summary.html
new file mode 100644
index 0000000..64a76c5
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/package-summary.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa
+
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+See:
+
+ Description
+
+
+
+
+
+Interface Summary
+
+
+JABAService
+This is a marker interface, contains no methods
+
+
+JManagement
+
+
+
+Metadata<T>
+
+
+
+MsaWS<T>
+Multiple Sequence Alignment (MSA) Web Services Interface
+
+
+RegistryWS
+JABAWS services registry
+
+
+SequenceAnnotation<T>
+Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.msa Description
+
+
+
+Web Service interfaces for JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 April 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/package-tree.html b/website/full_javadoc/compbio/data/msa/package-tree.html
new file mode 100644
index 0000000..9c0b481
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/package-tree.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+compbio.data.msa Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.msa
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/msa/package-use.html b/website/full_javadoc/compbio/data/msa/package-use.html
new file mode 100644
index 0000000..ed7df86
--- /dev/null
+++ b/website/full_javadoc/compbio/data/msa/package-use.html
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+Uses of Package compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/Alignment.html b/website/full_javadoc/compbio/data/sequence/Alignment.html
new file mode 100644
index 0000000..11645f1
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/Alignment.html
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Alignment
+
+java.lang.Object
+ compbio.data.sequence.Alignment
+
+
+
+@Immutable
+ public final class Alignment extends Object
+
+
+
+Multiple sequence alignment.
+
+ Does not give any guarantees on the content of individual FastaSequece
+ records. It does not guarantee neither the uniqueness of the names of
+ sequences nor it guarantees the uniqueness of the sequences.
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+See Also: FastaSequence
,
+AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Alignment
+
+public Alignment (List <FastaSequence > sequences,
+ Program program,
+ char gapchar)
+
+
+Parameters: sequences
- program
- gapchar
-
+
+
+
+
+Alignment
+
+public Alignment (List <FastaSequence > sequences,
+ AlignmentMetadata metadata)
+
+
+Parameters: sequences
- metadata
-
+
+
+
+
+
+
+
+
+getSequences
+
+public List <FastaSequence > getSequences ()
+
+
+
+Returns: list of FastaSequence records
+
+
+
+
+
+getSize
+
+public int getSize ()
+
+
+
+Returns: a number of sequence in the alignment
+
+
+
+
+
+getMetadata
+
+public AlignmentMetadata getMetadata ()
+
+
+
+Returns: AlignmentMetadata object
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+Please note that this implementation does not take the order of sequences
+ into account!
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/AlignmentMetadata.html b/website/full_javadoc/compbio/data/sequence/AlignmentMetadata.html
new file mode 100644
index 0000000..982d9f5
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/AlignmentMetadata.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class AlignmentMetadata
+
+java.lang.Object
+ compbio.data.sequence.AlignmentMetadata
+
+
+
+@Immutable
+ public class AlignmentMetadata extends Object
+
+
+
+Alignment metadata e.g. method/program being used to generate the alignment
+ and its parameters
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AlignmentMetadata
+
+public AlignmentMetadata (Program program,
+ char gapchar)
+
+
+
+
+
+
+
+
+
+getProgram
+
+public Program getProgram ()
+
+
+
+
+
+
+
+
+getGapchar
+
+public char getGapchar ()
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html b/website/full_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html
new file mode 100644
index 0000000..879d767
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/ClustalAlignmentUtil.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ClustalAlignmentUtil
+
+java.lang.Object
+ compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+public final class ClustalAlignmentUtil extends Object
+
+
+
+Tools to read and write clustal formated files
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ Petr Troshin based on jimp class
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static char
+gapchar
+
+
+ Dash char to be used as gap char in the alignments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+gapchar
+
+public static final char gapchar
+
+Dash char to be used as gap char in the alignments
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalAlignmentUtil
+
+public ClustalAlignmentUtil ()
+
+
+
+
+
+
+
+
+
+readClustalFile
+
+public static Alignment readClustalFile (InputStream instream)
+ throws IOException ,
+ UnknownFileFormatException
+
+Read Clustal formatted alignment. Limitations: Does not read consensus
+
+ Sequence names as well as the sequences are not guaranteed to be unique!
+
+
+
+Throws:
+{@link
- IOException}
+{@link
- UnknownFileFormatException}
+IOException
+UnknownFileFormatException
+
+
+
+
+
+isValidClustalFile
+
+public static boolean isValidClustalFile (InputStream input)
+
+Please note this method closes the input stream provided as a parameter
+
+
+Parameters: input
-
+Returns: true if the file is recognised as Clustal formatted alignment,
+ false otherwise
+
+
+
+
+
+writeClustalAlignment
+
+public static void writeClustalAlignment (Writer out,
+ Alignment alignment)
+ throws IOException
+
+Write Clustal formatted alignment Limitations: does not record the
+ consensus. Potential bug - records 60 chars length alignment where
+ Clustal would have recorded 50 chars.
+
+
+Parameters: out
- alignment
-
+Throws:
+IOException
+
+
+
+
+
+readClustalFile
+
+public static Alignment readClustalFile (File file)
+ throws UnknownFileFormatException ,
+ IOException
+
+
+
+Throws:
+UnknownFileFormatException
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/ConservationMethod.html b/website/full_javadoc/compbio/data/sequence/ConservationMethod.html
new file mode 100644
index 0000000..02eb959
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/ConservationMethod.html
@@ -0,0 +1,605 @@
+
+
+
+
+
+
+ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum ConservationMethod
+
+java.lang.Object
+ java.lang.Enum <ConservationMethod >
+ compbio.data.sequence.ConservationMethod
+
+
+All Implemented Interfaces: Serializable , Comparable <ConservationMethod >
+
+
+
+public enum ConservationMethod extends Enum <ConservationMethod >
+
+
+
+Enumeration listing of all the supported methods.
+
+
+
+
+Author:
+ Agnieszka Golicz & Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+KABAT
+
+public static final ConservationMethod KABAT
+
+
+
+
+
+
+
+JORES
+
+public static final ConservationMethod JORES
+
+
+
+
+
+
+
+SCHNEIDER
+
+public static final ConservationMethod SCHNEIDER
+
+
+
+
+
+
+
+SHENKIN
+
+public static final ConservationMethod SHENKIN
+
+
+
+
+
+
+
+GERSTEIN
+
+public static final ConservationMethod GERSTEIN
+
+
+
+
+
+
+
+TAYLOR_GAPS
+
+public static final ConservationMethod TAYLOR_GAPS
+
+
+
+
+
+
+
+TAYLOR_NO_GAPS
+
+public static final ConservationMethod TAYLOR_NO_GAPS
+
+
+
+
+
+
+
+ZVELIBIL
+
+public static final ConservationMethod ZVELIBIL
+
+
+
+
+
+
+
+KARLIN
+
+public static final ConservationMethod KARLIN
+
+
+
+
+
+
+
+ARMON
+
+public static final ConservationMethod ARMON
+
+
+
+
+
+
+
+THOMPSON
+
+public static final ConservationMethod THOMPSON
+
+
+
+
+
+
+
+NOT_LANCET
+
+public static final ConservationMethod NOT_LANCET
+
+
+
+
+
+
+
+MIRNY
+
+public static final ConservationMethod MIRNY
+
+
+
+
+
+
+
+WILLIAMSON
+
+public static final ConservationMethod WILLIAMSON
+
+
+
+
+
+
+
+LANDGRAF
+
+public static final ConservationMethod LANDGRAF
+
+
+
+
+
+
+
+SANDER
+
+public static final ConservationMethod SANDER
+
+
+
+
+
+
+
+VALDAR
+
+public static final ConservationMethod VALDAR
+
+
+
+
+
+
+
+SMERFS
+
+public static final ConservationMethod SMERFS
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static ConservationMethod [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ConservationMethod c : ConservationMethod.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static ConservationMethod valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+getMethod
+
+public static ConservationMethod getMethod (String meth)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/DisorderMethod.html b/website/full_javadoc/compbio/data/sequence/DisorderMethod.html
new file mode 100644
index 0000000..071fed3
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/DisorderMethod.html
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+DisorderMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum DisorderMethod
+
+java.lang.Object
+ java.lang.Enum <DisorderMethod >
+ compbio.data.sequence.DisorderMethod
+
+
+All Implemented Interfaces: Serializable , Comparable <DisorderMethod >
+
+
+
+public enum DisorderMethod extends Enum <DisorderMethod >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+Disembl
+
+
+
+
+
+JRonn
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static DisorderMethod
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static DisorderMethod []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+JRonn
+
+public static final DisorderMethod JRonn
+
+
+
+
+
+
+
+Disembl
+
+public static final DisorderMethod Disembl
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static DisorderMethod [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (DisorderMethod c : DisorderMethod.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static DisorderMethod valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/FastaReader.html b/website/full_javadoc/compbio/data/sequence/FastaReader.html
new file mode 100644
index 0000000..f707652
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/FastaReader.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class FastaReader
+
+java.lang.Object
+ compbio.data.sequence.FastaReader
+
+
+All Implemented Interfaces: Iterator <FastaSequence >
+
+
+
+public class FastaReader extends Object implements Iterator <FastaSequence >
+
+
+
+Reads files with FASTA formatted sequences. All the information in the FASTA
+ header is preserved including trailing white spaces. All the white spaces are
+ removed from the sequence.
+
+ Examples of the correct input:
+
+
+
+ >zedpshvyzg
+ GCQDKNNIAELNEIMGTTRSPSDWQHMKGASPRAEIGLTGKKDSWWRHCCSKEFNKTPPPIHPDMKRWGWMWNRENFEKFLIDNFLNPPCPRLMLTKGTWWRHEDLCHEIFWSTLRWLCLGNQSFSAMIWGHLCECHRMIWWESNEHMFWLKFRRALKKMNSNGPCMGPDNREWMITNRMGKEFCGPAFAGDCQSCWRKCHKTNKICFNEKKGTPTKIDHEQKDIMDILKDIDNHRNWKQCQLWLLTSKSTDQESTTMLTWSTWRDFFIIIKQPFDHKCRGALDANGDFQIAAELKWPAPMIILRQNQKTMHDKSCHHFFTNRCPLMHTTRANDKQCSWHTRKQFICQQDFTTWQHRPDTHRILPSWCMSTRRKNHIKNTPALAFSTCEMGDLPNGWAPGTIILQRQFTQAIKLPQETTGWPRCDPKFDHWNMSKWLRQLLGRDDEMIPPQCD
+
+ >xovkactesa
+ CPLSKWWNRRAFLSHTANHWMILMTWEGPHDGESKMRIAMMKWSPCKPTMSHFRCGLDAWAEPIRQIACESTFRM
+ FCTTPRPIHKLTEMWGHMNGWTGAFCRQLECEWMMPPRHPHPCTSTFNNNKKRLIGQIPNEGKQLFINFQKPQHG
+ FSESDIWIWKDNPTAWHEGLTIAGIGDGQHCWNWMPMPWSGAPTSNALIEFWTWLGMIGTRCKTQGMWWDAMNHH
+ DQFELSANAHIAAHHMEKKMILKPDDRNLGDDTWMPPGKIWMRMFAKNTNACWPEGCRDDNEEDDCGTHNLHRMC
+
+ >ntazzewyvv
+ CGCKIF D D NMKDNNRHG TDIKKHGFMH IRHPE KRDDC FDNHCIMPKHRRWGLWD
+ EASINM AQQWRSLPPSRIMKLNG HGCDCMHSHMEAD DTKQSGIKGTFWNG HDAQWLCRWG
+ EFITEA WWGRWGAITFFHAH ENKNEIQECSDQNLKE SRTTCEIID TCHLFTRHLDGW
+ RCEKCQANATHMTW ACTKSCAEQW FCAKELMMN
+ W KQMGWRCKIFRKLFRDNCWID FELPWWPICFCCKGLSTKSHSAHDGDQCRRW WPDCARDWLGPGIRGEF
+ FCTHICQQLQRNFWCGCFRWNIEKRMFEIFDDNMAAHWKKCMHFKFLIRIHRHGPITMKMTWCRSGCCFGKTRRLPDSSFISAFLDPKHHRDGSGMMMWSSEMRSCAIPDPQQAWNQGKWIGQIKDWNICFAWPIRENQQCWATPHEMPSGFHFILEKWDALAHPHMHIRQKKCWAWAFLSLMSSTHSDMATFQWAIPGHNIWSNWDNIICGWPRI
+
+ > 12 d t y wi k jbke
+ KLSHHDCD
+ N
+ H
+ HSKCTEPHCGNSHQMLHRDP
+ CCDQCQSWEAENWCASMRKAILF
+
+
+
+
+
+
+Version:
+ 1.0 April 2011
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+FastaReader (InputStream inputStream)
+
+
+ This class will not close the incoming stream! So the client should do
+ so.
+
+
+FastaReader (String inputFile)
+
+
+ Header data can contain non-ASCII symbols and read in UTF8
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+close ()
+
+
+ Call this method to close the connection to the input file if you want to
+ free up the resources.
+
+
+
+ boolean
+hasNext ()
+
+
+
+
+
+
+ FastaSequence
+next ()
+
+
+ Reads the next FastaSequence from the input
+
+
+
+ void
+remove ()
+
+
+ Not implemented
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+FastaReader
+
+public FastaReader (String inputFile)
+ throws FileNotFoundException
+
+Header data can contain non-ASCII symbols and read in UTF8
+
+
+Parameters: inputFile
- the file containing the list of FASTA formatted sequences to
+ read from
+Throws:
+FileNotFoundException
- if the input file is not found
+IllegalStateException
- if the close method was called on this instance
+
+
+
+
+FastaReader
+
+public FastaReader (InputStream inputStream)
+ throws FileNotFoundException
+
+This class will not close the incoming stream! So the client should do
+ so.
+
+
+Parameters: inputStream
-
+Throws:
+FileNotFoundException
+
+
+
+
+
+
+
+
+hasNext
+
+public boolean hasNext ()
+
+
+
+
+Specified by: hasNext
in interface Iterator <FastaSequence >
+
+
+
+Throws:
+IllegalStateException
- if the close method was called on this instance
+
+
+
+
+
+next
+
+public FastaSequence next ()
+
+Reads the next FastaSequence from the input
+
+
+Specified by: next
in interface Iterator <FastaSequence >
+
+
+
+Throws:
+AssertionError
- if the header or the sequence is missing
+IllegalStateException
- if the close method was called on this instance
+
+
+
+
+
+remove
+
+public void remove ()
+
+Not implemented
+
+
+Specified by: remove
in interface Iterator <FastaSequence >
+
+
+
+
+
+
+
+
+close
+
+public void close ()
+
+Call this method to close the connection to the input file if you want to
+ free up the resources. The connection will be closed on the JVM shutdown
+ if this method was not called explicitly. No further reading on this
+ instance of the FastaReader will be possible after calling this method.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/FastaSequence.html b/website/full_javadoc/compbio/data/sequence/FastaSequence.html
new file mode 100644
index 0000000..fc16c25
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/FastaSequence.html
@@ -0,0 +1,471 @@
+
+
+
+
+
+
+FastaSequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class FastaSequence
+
+java.lang.Object
+ compbio.data.sequence.FastaSequence
+
+
+
+@Immutable
+ public class FastaSequence extends Object
+
+
+
+A FASTA formatted sequence. Please note that this class does not make any
+ assumptions as to what sequence it stores e.g. it could be nucleotide,
+ protein or even gapped alignment sequence! The only guarantee it makes is
+ that the sequence does not contain white space characters e.g. spaces, new
+ lines etc
+
+
+
+
+Version:
+ 1.0 September 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+FastaSequence (String id,
+ String sequence)
+
+
+ Upon construction the any whitespace characters are removed from the
+ sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+FastaSequence
+
+public FastaSequence (String id,
+ String sequence)
+
+Upon construction the any whitespace characters are removed from the
+ sequence
+
+
+Parameters: id
- sequence
-
+
+
+
+
+
+
+
+
+getId
+
+public String getId ()
+
+Gets the value of id
+
+
+
+Returns: the value of id
+
+
+
+
+
+getSequence
+
+public String getSequence ()
+
+Gets the value of sequence
+
+
+
+Returns: the value of sequence
+
+
+
+
+
+countMatchesInSequence
+
+public static int countMatchesInSequence (String theString,
+ String theRegExp)
+
+
+
+
+
+
+
+
+getFormattedFasta
+
+public String getFormattedFasta ()
+
+
+
+
+
+
+
+
+getOnelineFasta
+
+public String getOnelineFasta ()
+
+
+
+Returns: one line name, next line sequence, no matter what the sequence
+ length is
+
+
+
+
+
+getFormatedSequence
+
+public String getFormatedSequence (int width)
+
+Format sequence per width letter in one string. Without spaces.
+
+
+
+Returns: multiple line formated sequence, one line width letters length
+
+
+
+
+
+getLength
+
+public int getLength ()
+
+
+
+Returns: sequence length
+
+
+
+
+
+toString
+
+public String toString ()
+
+Same as oneLineFasta
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/Program.html b/website/full_javadoc/compbio/data/sequence/Program.html
new file mode 100644
index 0000000..930fb6b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/Program.html
@@ -0,0 +1,388 @@
+
+
+
+
+
+
+Program
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum Program
+
+java.lang.Object
+ java.lang.Enum <Program >
+ compbio.data.sequence.Program
+
+
+All Implemented Interfaces: Serializable , Comparable <Program >
+
+
+
+public enum Program extends Enum <Program >
+
+
+
+The list of programmes that can produce alignments
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static Program
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static Program []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+CLUSTAL
+
+public static final Program CLUSTAL
+
+ClustalW
+
+
+
+
+
+
+
+MAFFT
+
+public static final Program MAFFT
+
+Mafft
+
+
+
+
+
+
+
+MUSCLE
+
+public static final Program MUSCLE
+
+Muscle
+
+
+
+
+
+
+
+Tcoffee
+
+public static final Program Tcoffee
+
+Tcoffee
+
+
+
+
+
+
+
+Probcons
+
+public static final Program Probcons
+
+Probcons
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static Program [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (Program c : Program.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static Program valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/Range.html b/website/full_javadoc/compbio/data/sequence/Range.html
new file mode 100644
index 0000000..9ab4cde
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/Range.html
@@ -0,0 +1,394 @@
+
+
+
+
+
+
+Range
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Range
+
+java.lang.Object
+ compbio.data.sequence.Range
+
+
+All Implemented Interfaces: Comparable <Range >
+
+
+
+public class Range extends Object implements Comparable <Range >
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+ int
+from
+
+
+
+
+
+
+ int
+to
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Range (int from,
+ int to)
+
+
+
+
+
+Range (String [] twoElementAr)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+from
+
+public final int from
+
+
+
+
+
+
+
+to
+
+public final int to
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Range
+
+public Range (int from,
+ int to)
+
+
+
+
+
+Range
+
+public Range (String [] twoElementAr)
+
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+compareTo
+
+public int compareTo (Range o)
+
+
+Specified by: compareTo
in interface Comparable <Range >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/SMERFSConstraints.html b/website/full_javadoc/compbio/data/sequence/SMERFSConstraints.html
new file mode 100644
index 0000000..4cdc043
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/SMERFSConstraints.html
@@ -0,0 +1,429 @@
+
+
+
+
+
+
+SMERFSConstraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Enum SMERFSConstraints
+
+java.lang.Object
+ java.lang.Enum <SMERFSConstraints >
+ compbio.data.sequence.SMERFSConstraints
+
+
+All Implemented Interfaces: Serializable , Comparable <SMERFSConstraints >
+
+
+
+public enum SMERFSConstraints extends Enum <SMERFSConstraints >
+
+
+
+Enumeration defining two constraints for SMERFS columns score calculation.
+ MAX_SCORE gives the highest core of all the windows the column belongs to.
+ MID_SCORE gives the window score to the column in the middle.
+
+
+
+
+Author:
+ Agnieszka Golicz & Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+MAX_SCORE
+
+public static final SMERFSConstraints MAX_SCORE
+
+
+
+
+
+
+
+MID_SCORE
+
+public static final SMERFSConstraints MID_SCORE
+
+
+
+
+
+
+
+
+
+
+
+DEFAULT_COLUMN_SCORE
+
+public static final SMERFSConstraints DEFAULT_COLUMN_SCORE
+
+Default column scoring schema
+
+
+
+
+
+
+
+DEFAULT_WINDOW_SIZE
+
+public static final int DEFAULT_WINDOW_SIZE
+
+Default window size value for SMERFS algorithm
+
+
+See Also: Constant Field Values
+
+
+
+
+DEFAULT_GAP_THRESHOLD
+
+public static final double DEFAULT_GAP_THRESHOLD
+
+Default gap threshold value for SMERFS algorithm
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+values
+
+public static SMERFSConstraints [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (SMERFSConstraints c : SMERFSConstraints.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static SMERFSConstraints valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+getSMERFSColumnScore
+
+public static SMERFSConstraints getSMERFSColumnScore (String score)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/Score.html b/website/full_javadoc/compbio/data/sequence/Score.html
new file mode 100644
index 0000000..401dafb
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/Score.html
@@ -0,0 +1,537 @@
+
+
+
+
+
+
+Score
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class Score
+
+java.lang.Object
+ compbio.data.sequence.Score
+
+
+All Implemented Interfaces: Comparable <Score >
+
+
+
+@Immutable
+ public class Score extends Object implements Comparable <Score >
+
+
+
+A value class for AACon annotation results storage. The objects of this type
+ are immutable
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Score
+
+public Score (Enum <?> method,
+ ArrayList <Float > scores)
+
+Instantiate the Score
+
+
+Parameters: method
- the ConservationMethod with which scores
were
+ calculatedscores
- the actual conservation values for each column of the
+ alignment
+
+
+
+
+Score
+
+public Score (Enum <?> method,
+ ArrayList <Float > scores,
+ TreeSet <Range > ranges)
+
+
+Parameters: method
- the ConservationMethod with which scores
were
+ calculatedscores
- the actual conservation values for each column of the
+ alignmentranges
- The set of ranges i.e. parts of the sequence with specific
+ function, usually can be calculated based on scores
+
+
+
+
+Score
+
+public Score (Enum <?> method,
+ TreeSet <Range > ranges)
+
+
+
+
+
+Score
+
+public Score (Enum <?> method,
+ float[] scores)
+
+
+
+
+
+
+
+
+
+getMethod
+
+public String getMethod ()
+
+Returns the ConservationMethod
+
+
+
+
+
+
+Returns: the ConservationMethod
+
+
+
+
+
+getScores
+
+public ArrayList <Float > getScores ()
+
+The column scores for the alignment
+
+
+
+
+
+
+Returns: the column scores for the alignment
+
+
+
+
+
+getRanges
+
+public TreeSet <Range > getRanges ()
+
+Return Ranges if any Collections.EMPTY_SET otherwise
+
+
+
+
+
+
+Returns: ordered set of Range
+
+
+
+
+
+setRanges
+
+public void setRanges (TreeSet <Range > ranges)
+
+
+
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+write
+
+public static void write (TreeSet <Score > scores,
+ Writer writer)
+ throws IOException
+
+Outputs the List of Score objects into the Output stream. The output
+ format is as follows:
+
+
+ #MethodName <space separated list of values>
+
+ For example:
+
+ #KABAT 0.2 0.3 0.2 0 0.645 0.333 1 1 0 0
+ #SMERFS 0.645 0.333 1 1 0 0 0.2 0.3 0.2 0
+
+
+
+ The maximum precision for values is 3 digits, but can be less.
+
+
+
+
+
+Parameters: scores
- the list of scores to outputwriter
-
+Throws:
+IOException
- if the OutputStream cannot be written into
+NullPointerException
- if the output stream is null
+
+
+
+
+
+compareTo
+
+public int compareTo (Score o)
+
+
+Specified by: compareTo
in interface Comparable <Score >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html b/website/full_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html
new file mode 100644
index 0000000..343fa02
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/ScoreManager.ScoreHolder.html
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ScoreManager.ScoreHolder
+
+java.lang.Object
+ compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+Enclosing class: ScoreManager
+
+
+
+public static class ScoreManager.ScoreHolder extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+id
+
+public String id
+
+
+
+
+
+
+
+scores
+
+public TreeSet <Score > scores
+
+
+
+
+
+
+
+
+
+
+
+writeOut
+
+public void writeOut (Writer writer)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+getScoreByMethod
+
+public Score getScoreByMethod (Enum <?> method)
+
+
+
+
+
+
+
+
+getScoreByMethod
+
+public Score getScoreByMethod (String method)
+
+
+
+
+
+
+
+
+getNumberOfScores
+
+public int getNumberOfScores ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/ScoreManager.html b/website/full_javadoc/compbio/data/sequence/ScoreManager.html
new file mode 100644
index 0000000..82d5c4a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/ScoreManager.html
@@ -0,0 +1,452 @@
+
+
+
+
+
+
+ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class ScoreManager
+
+java.lang.Object
+ compbio.data.sequence.ScoreManager
+
+
+
+public class ScoreManager extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+SINGLE_ENTRY_KEY
+
+public static final String SINGLE_ENTRY_KEY
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+newInstance
+
+public static ScoreManager newInstance (Map <String ,Set <Score >> data)
+
+
+
+
+
+
+
+
+newInstanceSingleScore
+
+public static ScoreManager newInstanceSingleScore (Map <String ,Score > seqScoresMap)
+
+
+
+
+
+
+
+
+newInstanceSingleSequence
+
+public static ScoreManager newInstanceSingleSequence (Set <Score > data)
+
+
+
+
+
+
+
+
+asMap
+
+public Map <String ,TreeSet <Score >> asMap ()
+
+
+
+
+
+
+
+
+asSet
+
+public Set <Score > asSet ()
+
+
+
+
+
+
+
+
+getNumberOfSeq
+
+public int getNumberOfSeq ()
+
+
+
+
+
+
+
+
+getAnnotationForSequence
+
+public ScoreManager.ScoreHolder getAnnotationForSequence (String seqId)
+
+
+
+
+
+
+
+
+writeOut
+
+public void writeOut (Writer outStream)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/SequenceUtil.html b/website/full_javadoc/compbio/data/sequence/SequenceUtil.html
new file mode 100644
index 0000000..77c2f5a
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/SequenceUtil.html
@@ -0,0 +1,946 @@
+
+
+
+
+
+
+SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class SequenceUtil
+
+java.lang.Object
+ compbio.data.sequence.SequenceUtil
+
+
+
+public final class SequenceUtil extends Object
+
+
+
+Utility class for operations on sequences
+
+
+
+
+Since:
+ 1.0
+Version:
+ 2.0 June 2011
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static String
+cleanProteinSequence (String sequence)
+
+
+ Remove all non AA chars from the sequence
+
+
+
+static String
+cleanSequence (String sequence)
+
+
+ Removes all whitespace chars in the sequence string
+
+
+
+static void
+closeSilently (Logger log,
+ Closeable stream)
+
+
+ Closes the Closable and logs the exception if any
+
+
+
+static String
+deepCleanSequence (String sequence)
+
+
+ Removes all special characters and digits as well as whitespace chars
+ from the sequence
+
+
+
+static boolean
+isAmbiguosProtein (String sequence)
+
+
+ Check whether the sequence confirms to amboguous protein sequence
+
+
+
+static boolean
+isNonAmbNucleotideSequence (String sequence)
+
+
+ Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+
+
+
+static boolean
+isNucleotideSequence (FastaSequence s)
+
+
+
+
+
+
+static boolean
+isProteinSequence (String sequence)
+
+
+
+
+
+
+static List <FastaSequence >
+openInputStream (String inFilePath)
+
+
+ Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+
+static HashSet <Score >
+readAAConResults (InputStream results)
+
+
+ Read AACon result with no alignment files.
+
+
+
+static HashMap <String ,Set <Score >>
+readDisembl (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static List <FastaSequence >
+readFasta (InputStream inStream)
+
+
+ Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+
+
+
+static HashMap <String ,Set <Score >>
+readGlobPlot (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static Map <String ,Score >
+readIUPred (File result)
+
+
+ Read IUPred output
+
+
+
+static Map <String ,Score >
+readJRonn (File result)
+
+
+
+
+
+
+static Map <String ,Score >
+readJRonn (InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+static void
+writeFasta (OutputStream os,
+ List <FastaSequence > sequences)
+
+
+ Writes FastaSequence in the file, each sequence will take one line only
+
+
+
+static void
+writeFasta (OutputStream outstream,
+ List <FastaSequence > sequences,
+ int width)
+
+
+ Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+
+
+
+static void
+writeFastaKeepTheStream (OutputStream outstream,
+ List <FastaSequence > sequences,
+ int width)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+WHITE_SPACE
+
+public static final Pattern WHITE_SPACE
+
+A whitespace character: [\t\n\x0B\f\r]
+
+
+
+
+
+
+
+DIGIT
+
+public static final Pattern DIGIT
+
+A digit
+
+
+
+
+
+
+
+NONWORD
+
+public static final Pattern NONWORD
+
+Non word
+
+
+
+
+
+
+
+AA
+
+public static final Pattern AA
+
+Valid Amino acids
+
+
+
+
+
+
+
+NON_AA
+
+public static final Pattern NON_AA
+
+inversion of AA pattern
+
+
+
+
+
+
+
+AMBIGUOUS_AA
+
+public static final Pattern AMBIGUOUS_AA
+
+Same as AA pattern but with two additional letters - XU
+
+
+
+
+
+
+
+NUCLEOTIDE
+
+public static final Pattern NUCLEOTIDE
+
+Nucleotides a, t, g, c, u
+
+
+
+
+
+
+
+AMBIGUOUS_NUCLEOTIDE
+
+public static final Pattern AMBIGUOUS_NUCLEOTIDE
+
+Ambiguous nucleotide
+
+
+
+
+
+
+
+NON_NUCLEOTIDE
+
+public static final Pattern NON_NUCLEOTIDE
+
+Non nucleotide
+
+
+
+
+
+
+
+
+
+
+
+isNucleotideSequence
+
+public static boolean isNucleotideSequence (FastaSequence s)
+
+
+
+Returns: true is the sequence contains only letters a,c, t, g, u
+
+
+
+
+
+isNonAmbNucleotideSequence
+
+public static boolean isNonAmbNucleotideSequence (String sequence)
+
+Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+
+
+
+
+
+
+
+
+cleanSequence
+
+public static String cleanSequence (String sequence)
+
+Removes all whitespace chars in the sequence string
+
+
+Parameters: sequence
-
+Returns: cleaned up sequence
+
+
+
+
+
+deepCleanSequence
+
+public static String deepCleanSequence (String sequence)
+
+Removes all special characters and digits as well as whitespace chars
+ from the sequence
+
+
+Parameters: sequence
-
+Returns: cleaned up sequence
+
+
+
+
+
+cleanProteinSequence
+
+public static String cleanProteinSequence (String sequence)
+
+Remove all non AA chars from the sequence
+
+
+Parameters: sequence
- the sequence to clean
+Returns: cleaned sequence
+
+
+
+
+
+isProteinSequence
+
+public static boolean isProteinSequence (String sequence)
+
+
+Parameters: sequence
-
+Returns: true is the sequence is a protein sequence, false overwise
+
+
+
+
+
+isAmbiguosProtein
+
+public static boolean isAmbiguosProtein (String sequence)
+
+Check whether the sequence confirms to amboguous protein sequence
+
+
+Parameters: sequence
-
+Returns: return true only if the sequence if ambiguous protein sequence
+ Return false otherwise. e.g. if the sequence is non-ambiguous
+ protein or DNA
+
+
+
+
+
+writeFasta
+
+public static void writeFasta (OutputStream outstream,
+ List <FastaSequence > sequences,
+ int width)
+ throws IOException
+
+Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+
+
+Parameters: outstream
- sequences
- width
- - the maximum number of characters to write in one line
+Throws:
+IOException
+
+
+
+
+
+writeFastaKeepTheStream
+
+public static void writeFastaKeepTheStream (OutputStream outstream,
+ List <FastaSequence > sequences,
+ int width)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+readFasta
+
+public static List <FastaSequence > readFasta (InputStream inStream)
+ throws IOException
+
+Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+
+
+Parameters: inStream
- from
+Returns: list of FastaSequence objects
+ Throws:
+IOException
+
+
+
+
+
+writeFasta
+
+public static void writeFasta (OutputStream os,
+ List <FastaSequence > sequences)
+ throws IOException
+
+Writes FastaSequence in the file, each sequence will take one line only
+
+
+Parameters: os
- sequences
-
+Throws:
+IOException
+
+
+
+
+
+readIUPred
+
+public static Map <String ,Score > readIUPred (File result)
+ throws IOException ,
+ UnknownFileFormatException
+
+Read IUPred output
+
+
+Parameters: result
-
+Returns: Map key->sequence name, value->Score
+ Throws:
+IOException
+UnknownFileFormatException
+
+
+
+
+
+readJRonn
+
+public static Map <String ,Score > readJRonn (File result)
+ throws IOException ,
+ UnknownFileFormatException
+
+
+
+Throws:
+IOException
+UnknownFileFormatException
+
+
+
+
+
+readJRonn
+
+public static Map <String ,Score > readJRonn (InputStream inStream)
+ throws IOException ,
+ UnknownFileFormatException
+
+Reader for JRonn horizontal file format
+
+
+ >Foobar M G D T T A G 0.48 0.42
+ 0.42 0.48 0.52 0.53 0.54
+
+
+ Where all values are tab delimited
+
+
+Parameters: inStream
- the InputStream connected to the JRonn output file
+Returns: Map key=sequence name value=Score
+ Throws:
+IOException
- is thrown if the inStream has problems accessing the data
+UnknownFileFormatException
- is thrown if the inStream represents an unknown source of
+ data, i.e. not a JRonn output
+
+
+
+
+
+closeSilently
+
+public static final void closeSilently (Logger log,
+ Closeable stream)
+
+Closes the Closable and logs the exception if any
+
+
+Parameters: log
- stream
-
+
+
+
+
+
+readDisembl
+
+public static HashMap <String ,Set <Score >> readDisembl (InputStream input)
+ throws IOException ,
+ UnknownFileFormatException
+
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+Parameters: input
- the InputStream
+Returns: Map key=sequence name, value=set of score
+ Throws:
+IOException
+UnknownFileFormatException
+
+
+
+
+
+readGlobPlot
+
+public static HashMap <String ,Set <Score >> readGlobPlot (InputStream input)
+ throws IOException ,
+ UnknownFileFormatException
+
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+Parameters: input
-
+Returns: Map key=sequence name, value=set of score
+ Throws:
+IOException
+UnknownFileFormatException
+
+
+
+
+
+readAAConResults
+
+public static HashSet <Score > readAAConResults (InputStream results)
+
+Read AACon result with no alignment files. This method leaves incoming
+ InputStream open!
+
+
+Parameters: results
- output file of AAConservation
+Returns: Map with keys ConservationMethod
-> float[]
+
+
+
+
+
+openInputStream
+
+public static List <FastaSequence > openInputStream (String inFilePath)
+ throws IOException ,
+ UnknownFileFormatException
+
+Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+Parameters: inFilePath
- the path to the input file
+Returns: the List of FastaSequence objects
+ Throws:
+IOException
- if the file denoted by inFilePath cannot be read
+UnknownFileFormatException
- if the inFilePath points to the file which format cannot be
+ recognised
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html b/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html
new file mode 100644
index 0000000..d67f4ef
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+Class UnknownFileFormatException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.data.sequence.UnknownFileFormatException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class UnknownFileFormatException extends Exception
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException ()
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (File file,
+ Throwable cause)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (String message,
+ Throwable cause)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (String message)
+
+
+
+
+
+UnknownFileFormatException
+
+public UnknownFileFormatException (Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/Alignment.html b/website/full_javadoc/compbio/data/sequence/class-use/Alignment.html
new file mode 100644
index 0000000..9b8e8eb
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/Alignment.html
@@ -0,0 +1,457 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Alignment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html b/website/full_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html
new file mode 100644
index 0000000..fd8cf85
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/AlignmentMetadata.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.AlignmentMetadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.AlignmentMetadata
+
+
+
+
+
+Packages that use AlignmentMetadata
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html b/website/full_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html
new file mode 100644
index 0000000..44db775
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/ClustalAlignmentUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ClustalAlignmentUtil
+
+No usage of compbio.data.sequence.ClustalAlignmentUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/ConservationMethod.html b/website/full_javadoc/compbio/data/sequence/class-use/ConservationMethod.html
new file mode 100644
index 0000000..8e43edc
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/ConservationMethod.html
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ConservationMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/DisorderMethod.html b/website/full_javadoc/compbio/data/sequence/class-use/DisorderMethod.html
new file mode 100644
index 0000000..8ebff65
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/DisorderMethod.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.DisorderMethod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.DisorderMethod
+
+
+
+
+
+Packages that use DisorderMethod
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/FastaReader.html b/website/full_javadoc/compbio/data/sequence/class-use/FastaReader.html
new file mode 100644
index 0000000..0c9d36b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/FastaReader.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaReader
+
+No usage of compbio.data.sequence.FastaReader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html b/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html
new file mode 100644
index 0000000..2ec79c0
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html
@@ -0,0 +1,985 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaSequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.FastaSequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.ws.server with type arguments of type FastaSequence
+
+
+
+ String
+ClustalWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+_MsaService. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+MuscleWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+MafftWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+TcoffeeWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+ProbconsWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+ClustalOWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+static
+
+
+WSUtil. align (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger logger,
+ String callingMethod,
+ Limit <T> limit)
+
+
+
+
+
+
+ String
+AAConWS. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+static
+
+
+WSUtil. analize (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger log,
+ String method,
+ Limit <T> limit)
+
+
+
+
+
+
+ String
+ClustalOWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalO >> options)
+
+
+
+
+
+
+ String
+ClustalWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalW >> options)
+
+
+
+
+
+
+ String
+MafftWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Mafft >> options)
+
+
+
+
+
+
+ String
+MuscleWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Muscle >> options)
+
+
+
+
+
+
+ String
+ProbconsWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Probcons >> options)
+
+
+
+
+
+
+ String
+_MsaService. customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+TcoffeeWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Tcoffee >> options)
+
+
+
+
+
+
+ String
+DisemblWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+
+
+
+
+
+
+ String
+GlobPlotWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+ClustalOWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalO > preset)
+
+
+
+
+
+
+ String
+ClustalWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalW > preset)
+
+
+
+
+
+
+ String
+MafftWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Mafft > preset)
+
+
+
+
+
+
+ String
+MuscleWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Muscle > preset)
+
+
+
+
+
+
+ String
+ProbconsWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Probcons > preset)
+
+
+
+
+
+
+ String
+_MsaService. presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+ String
+TcoffeeWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Tcoffee > preset)
+
+
+
+
+
+
+ String
+DisemblWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+
+
+
+
+
+
+ String
+GlobPlotWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+
+
+
+
+
+
+ String
+IUPredWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+static void
+WSUtil. validateAAConInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+static void
+WSUtil. validateFastaInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/Program.html b/website/full_javadoc/compbio/data/sequence/class-use/Program.html
new file mode 100644
index 0000000..6ad9179
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/Program.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Program
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Program
+
+
+
+
+
+Packages that use Program
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/Range.html b/website/full_javadoc/compbio/data/sequence/class-use/Range.html
new file mode 100644
index 0000000..98d1179
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/Range.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Range
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Range
+
+
+
+
+
+Packages that use Range
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html b/website/full_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html
new file mode 100644
index 0000000..098c4d4
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/SMERFSConstraints.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SMERFSConstraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SMERFSConstraints
+
+
+
+
+
+Packages that use SMERFSConstraints
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/Score.html b/website/full_javadoc/compbio/data/sequence/class-use/Score.html
new file mode 100644
index 0000000..f502e84
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/Score.html
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Score
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.Score
+
+
+
+
+
+Packages that use Score
+
+
+compbio.data.sequence
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+
+compbio.runner
+Utilities commonly used by all runners.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.sequence that return types with arguments of type Score
+
+
+
+ Map <String ,TreeSet <Score >>
+ScoreManager. asMap ()
+
+
+
+
+
+
+ Set <Score >
+ScoreManager. asSet ()
+
+
+
+
+
+
+static HashSet <Score >
+SequenceUtil. readAAConResults (InputStream results)
+
+
+ Read AACon result with no alignment files.
+
+
+
+static HashMap <String ,Set <Score >>
+SequenceUtil. readDisembl (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static HashMap <String ,Set <Score >>
+SequenceUtil. readGlobPlot (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static Map <String ,Score >
+SequenceUtil. readIUPred (File result)
+
+
+ Read IUPred output
+
+
+
+static Map <String ,Score >
+SequenceUtil. readJRonn (File result)
+
+
+
+
+
+
+static Map <String ,Score >
+SequenceUtil. readJRonn (InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html b/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html
new file mode 100644
index 0000000..1220708
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.ScoreHolder.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager.ScoreHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.html b/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.html
new file mode 100644
index 0000000..a3c0c7f
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/ScoreManager.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.ScoreManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/SequenceUtil.html b/website/full_javadoc/compbio/data/sequence/class-use/SequenceUtil.html
new file mode 100644
index 0000000..3a3b6c6
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/SequenceUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.SequenceUtil
+
+No usage of compbio.data.sequence.SequenceUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html b/website/full_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html
new file mode 100644
index 0000000..cd3ae7b
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/class-use/UnknownFileFormatException.html
@@ -0,0 +1,305 @@
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.data.sequence.UnknownFileFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.data.sequence that throw UnknownFileFormatException
+
+
+
+static List <FastaSequence >
+SequenceUtil. openInputStream (String inFilePath)
+
+
+ Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+
+
+
+static Alignment
+ClustalAlignmentUtil. readClustalFile (File file)
+
+
+
+
+
+
+static Alignment
+ClustalAlignmentUtil. readClustalFile (InputStream instream)
+
+
+ Read Clustal formatted alignment.
+
+
+
+static HashMap <String ,Set <Score >>
+SequenceUtil. readDisembl (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static HashMap <String ,Set <Score >>
+SequenceUtil. readGlobPlot (InputStream input)
+
+
+ > Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+
+
+
+static Map <String ,Score >
+SequenceUtil. readIUPred (File result)
+
+
+ Read IUPred output
+
+
+
+static Map <String ,Score >
+SequenceUtil. readJRonn (File result)
+
+
+
+
+
+
+static Map <String ,Score >
+SequenceUtil. readJRonn (InputStream inStream)
+
+
+ Reader for JRonn horizontal file format
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/package-frame.html b/website/full_javadoc/compbio/data/sequence/package-frame.html
new file mode 100644
index 0000000..5234e77
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/package-frame.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/package-summary.html b/website/full_javadoc/compbio/data/sequence/package-summary.html
new file mode 100644
index 0000000..ec3db70
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/package-summary.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.sequence
+
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+
+See:
+
+ Description
+
+
+
+
+
+
+
+
+
+
+Enum Summary
+
+
+ConservationMethod
+Enumeration listing of all the supported methods.
+
+
+DisorderMethod
+
+
+
+Program
+The list of programmes that can produce alignments
+
+
+SMERFSConstraints
+Enumeration defining two constraints for SMERFS columns score calculation.
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.data.sequence Description
+
+
+
+A data model for multiple sequence alignment web services and utility methods
+ that work on the objects of this model.
+ Classes in this package have no dependencies to other sources in the project.
+ They form a base layer of JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ Petr Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/package-tree.html b/website/full_javadoc/compbio/data/sequence/package-tree.html
new file mode 100644
index 0000000..ed526f3
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/package-tree.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+compbio.data.sequence Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.data.sequence
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/data/sequence/package-use.html b/website/full_javadoc/compbio/data/sequence/package-use.html
new file mode 100644
index 0000000..9f4bc2f
--- /dev/null
+++ b/website/full_javadoc/compbio/data/sequence/package-use.html
@@ -0,0 +1,482 @@
+
+
+
+
+
+
+Uses of Package compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.data.sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/AsyncExecutor.html b/website/full_javadoc/compbio/engine/AsyncExecutor.html
new file mode 100644
index 0000000..d62bfca
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/AsyncExecutor.html
@@ -0,0 +1,344 @@
+
+
+
+
+
+
+AsyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Interface AsyncExecutor
+
+All Known Implementing Classes: AsyncJobRunner , AsyncLocalRunner
+
+
+
+public interface AsyncExecutor
+
+
+
+An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface.
+ Implementation agnostic. Executables can be run either locally to the JVM or on the cluster.
+
+
+
+
+Author:
+ pvtroshin
+ Date October 2009
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+submitJob
+
+String submitJob (ConfiguredExecutable <?> executable)
+ throws JobSubmissionException
+
+Submits job for the execution
+ Immediate execution is not guaranteed, this method puts the job in the queue.
+ All it guarantees that the job will be eventually executed.
+ The start of execution will depend on the number of jobs in the queue.
+
+
+
+Returns: unique job identifier
+ Throws:
+JobSubmissionException
- if submission fails. This usually happens due to the problem on a server side.
+
+
+
+
+
+getResults
+
+ConfiguredExecutable <?> getResults (String jobId)
+ throws ResultNotAvailableException
+
+Retrieve the results of the job. Please not that current implementations of this method
+ blocks if the task is running until the end of the calculation.
+
+
+Parameters: jobId
- job identifier obtained at the job submission
+Returns: ConfiguredExecutable object from which result can be obtained
+ Throws:
+ResultNotAvailableException
- if the result is not available for whatever reason.
+ Could be due to execution failure, or due to the results being removed from the server at
+ the time of request.
+
+
+
+
+
+getWorkDirectory
+
+String getWorkDirectory (String jobId)
+
+
+Parameters: jobId
- unique job identifier
+Returns: task working directory
+
+
+
+
+
+cleanup
+
+boolean cleanup (String jobId)
+
+Remove all files and a job directory for a jobid.
+
+
+Parameters: jobId
-
+Returns: true if job directory was successfully removed, false otherwise.
+
+
+
+
+
+cancelJob
+
+boolean cancelJob (String jobId)
+
+Stop running job. Please not that this method does not guarantee to remove the job directory and files in it.
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+JobStatus getJobStatus (String jobId)
+
+Query the status of the job
+
+
+Parameters: String
- jobId - unique job identifier
+Returns: The JobStatus object representing the status of the job See Also: JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/Cleaner.html b/website/full_javadoc/compbio/engine/Cleaner.html
new file mode 100644
index 0000000..ff0f813
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/Cleaner.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+Cleaner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class Cleaner
+
+java.lang.Object
+ compbio.engine.Cleaner
+
+
+Deprecated.
+
+
+@Deprecated
+ public class Cleaner extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Cleaner ()
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static boolean
+deleteAllFiles (String directory)
+
+
+ Deprecated.
+
+
+
+static boolean
+deleteFiles (ConfiguredExecutable <?> exec)
+
+
+ Deprecated. This method returns true if all files specified by List files were
+ successfully removed or there was no files to remove (files list was
+ empty)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Cleaner
+
+public Cleaner ()
+
+Deprecated.
+
+
+
+
+
+
+
+deleteFiles
+
+public static boolean deleteFiles (ConfiguredExecutable <?> exec)
+
+Deprecated. This method returns true if all files specified by List files were
+ successfully removed or there was no files to remove (files list was
+ empty)
+
+
+Parameters: workDirectory
- files
-
+Returns: This method returns true if all files specified by List files
+ were successfully removed, false otherwise
+
+
+
+
+
+deleteAllFiles
+
+public static boolean deleteAllFiles (String directory)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/ClusterJobId.html b/website/full_javadoc/compbio/engine/ClusterJobId.html
new file mode 100644
index 0000000..dd386b7
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/ClusterJobId.html
@@ -0,0 +1,297 @@
+
+
+
+
+
+
+ClusterJobId
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class ClusterJobId
+
+java.lang.Object
+ compbio.engine.ClusterJobId
+
+
+
+@Immutable
+ public class ClusterJobId extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClusterJobId
+
+public ClusterJobId (String jobId)
+
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/Configurator.html b/website/full_javadoc/compbio/engine/Configurator.html
new file mode 100644
index 0000000..c10f7a1
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/Configurator.html
@@ -0,0 +1,538 @@
+
+
+
+
+
+
+Configurator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class Configurator
+
+java.lang.Object
+ compbio.engine.Configurator
+
+
+
+public class Configurator extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+IS_LOCAL_ENGINE_ENABLED
+
+public static final boolean IS_LOCAL_ENGINE_ENABLED
+
+
+
+
+
+
+
+IS_CLUSTER_ENGINE_ENABLED
+
+public static final boolean IS_CLUSTER_ENGINE_ENABLED
+
+
+
+
+
+
+
+LOCAL_WORK_DIRECTORY
+
+public static final String LOCAL_WORK_DIRECTORY
+
+
+
+
+
+
+
+CLUSTER_WORK_DIRECTORY
+
+public static final String CLUSTER_WORK_DIRECTORY
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Configurator
+
+public Configurator ()
+
+
+
+
+
+
+
+
+
+configureExecutable
+
+public static <T> ConfiguredExecutable <T> configureExecutable (Executable <T> executable)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+configureExecutable
+
+public static <T> ConfiguredExecutable <T> configureExecutable (Executable <T> executable,
+ List <FastaSequence > dataSet)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+configureExecutable
+
+public static <T> ConfiguredExecutable <T> configureExecutable (Executable <T> executable,
+ Executable.ExecProvider provider)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getAsyncEngine
+
+public static AsyncExecutor getAsyncEngine (ConfiguredExecutable <?> executable,
+ Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getSyncEngine
+
+public static SyncExecutor getSyncEngine (ConfiguredExecutable <?> executable,
+ Executable.ExecProvider provider)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getAsyncEngine
+
+public static AsyncExecutor getAsyncEngine (ConfiguredExecutable <?> executable)
+
+
+
+
+
+
+
+
+getAsyncEngine
+
+public static AsyncExecutor getAsyncEngine (String taskId)
+
+
+
+
+
+
+
+
+getSyncEngine
+
+public static SyncExecutor getSyncEngine (ConfiguredExecutable <?> executable)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getWorkDirectory
+
+public static String getWorkDirectory (String taskId)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/FilePuller.html b/website/full_javadoc/compbio/engine/FilePuller.html
new file mode 100644
index 0000000..8f9d285
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/FilePuller.html
@@ -0,0 +1,551 @@
+
+
+
+
+
+
+FilePuller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class FilePuller
+
+java.lang.Object
+ compbio.engine.FilePuller
+
+
+All Implemented Interfaces: Comparable <Delayed >, Delayed
+
+
+
+public class FilePuller extends Object implements Delayed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+newFilePuller
+
+public static FilePuller newFilePuller (String file,
+ int chunkSize)
+
+
+
+
+
+
+
+
+
+
+
+newProgressPuller
+
+public static FilePuller newProgressPuller (String file)
+
+Progress Puller is designed to read 3 characters from the beginning of
+ the file, nothing more. Intended to be used in conjunction with a tool
+ which output progress as a percent value from 0 to 100. In any cases
+ progress could not be more than the largest byte value 255.
+
+
+
+
+
+Parameters: file
-
+Returns: instance
+
+
+
+
+
+pull
+
+public ChunkHolder pull (long position)
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+initPull
+
+public void initPull ()
+
+
+
+
+
+
+
+
+
+
+
+getFile
+
+public String getFile ()
+
+
+
+
+
+
+
+
+
+
+
+isFileCreated
+
+public boolean isFileCreated ()
+
+
+
+
+
+
+
+
+
+
+
+waitForFile
+
+public void waitForFile (long maxWaitSeconds)
+
+
+
+
+
+
+
+
+
+
+
+hasMoreData
+
+public boolean hasMoreData ()
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+compareTo
+
+public int compareTo (Delayed o)
+
+
+Specified by: compareTo
in interface Comparable <Delayed >
+
+
+
+
+
+
+
+
+getDelay
+
+public long getDelay (TimeUnit unit)
+
+
+Specified by: getDelay
in interface Delayed
+
+
+
+
+
+
+
+
+disconnect
+
+public void disconnect ()
+
+
+
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+getProgress
+
+public byte getProgress ()
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/Job.html b/website/full_javadoc/compbio/engine/Job.html
new file mode 100644
index 0000000..9bd0ee9
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/Job.html
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+Job
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class Job
+
+java.lang.Object
+ compbio.engine.Job
+
+
+
+@Immutable
+ public final class Job extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Job
+
+public Job (String taskId,
+ String jobId,
+ ConfiguredExecutable <?> cexecutable)
+
+
+
+
+
+
+
+
+
+getJobId
+
+public ClusterJobId getJobId ()
+
+
+
+
+
+
+
+
+getTaskId
+
+public String getTaskId ()
+
+
+
+
+
+
+
+
+getConfExecutable
+
+public ConfiguredExecutable <?> getConfExecutable ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+getByTaskId
+
+public static Job getByTaskId (String taskId,
+ List <Job > jobs)
+
+
+
+
+
+
+
+
+getByJobId
+
+public static Job getByJobId (String jobId,
+ List <Job > jobs)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/LoadBalancer.html b/website/full_javadoc/compbio/engine/LoadBalancer.html
new file mode 100644
index 0000000..7d7a585
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/LoadBalancer.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+LoadBalancer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class LoadBalancer
+
+java.lang.Object
+ compbio.engine.LoadBalancer
+
+
+
+public class LoadBalancer extends Object
+
+
+
+This class decides where to execute the job. If the local engine is enabled
+ in the configuration file and it has free threads and the size of the tasks
+ permits the local execution, then the local execution will be favoured.
+
+
+
+
+Version:
+ 1.0 March 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getEngine
+
+public static Executable.ExecProvider getEngine (Executable <?> executable)
+
+
+
+
+
+
+
+
+getEngine
+
+public static <T,V> Executable.ExecProvider getEngine (Executable <V> executable,
+ List <FastaSequence > dataSet)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/ProgressGetter.html b/website/full_javadoc/compbio/engine/ProgressGetter.html
new file mode 100644
index 0000000..7a192eb
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/ProgressGetter.html
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+ProgressGetter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class ProgressGetter
+
+java.lang.Object
+ compbio.engine.ProgressGetter
+
+
+
+public class ProgressGetter extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ProgressGetter
+
+public ProgressGetter ()
+
+
+
+
+
+
+
+
+
+pull
+
+public static final ChunkHolder pull (String file,
+ long position)
+
+
+
+
+
+
+
+
+getProgress
+
+public static final byte getProgress (String progressFile)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/PulledFileCache.html b/website/full_javadoc/compbio/engine/PulledFileCache.html
new file mode 100644
index 0000000..6edab39
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/PulledFileCache.html
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+PulledFileCache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class PulledFileCache
+
+java.lang.Object
+ compbio.engine.PulledFileCache
+
+
+
+public final class PulledFileCache extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static FilePuller
+get (String fileName)
+
+
+
+
+
+
+static boolean
+put (FilePuller fpuller)
+
+
+ This method allows duplicates to be added.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PulledFileCache
+
+public PulledFileCache ()
+
+
+
+
+
+
+
+
+
+get
+
+public static FilePuller get (String fileName)
+
+
+
+
+
+
+
+
+put
+
+public static boolean put (FilePuller fpuller)
+
+This method allows duplicates to be added. This is a responsibility of
+ the called to ensure this will not happen!
+
+
+Parameters: fpuller
-
+Returns: true if the same filepooler is already in cache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/SubmissionManager.html b/website/full_javadoc/compbio/engine/SubmissionManager.html
new file mode 100644
index 0000000..e23850e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/SubmissionManager.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+SubmissionManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Class SubmissionManager
+
+java.lang.Object
+ compbio.engine.SubmissionManager
+
+
+
+public class SubmissionManager extends Object
+
+
+
+Submit jobs for execution
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+addTask
+
+public static void addTask (ConfiguredExecutable <?> executable,
+ Future <ConfiguredExecutable <?>> future)
+
+
+
+
+
+
+
+
+getTask
+
+public static Future <ConfiguredExecutable <?>> getTask (String taskId)
+
+
+
+
+
+
+
+
+removeTask
+
+public static void removeTask (ConfiguredExecutable <?> executable)
+
+
+
+
+
+
+
+
+removeTask
+
+public static void removeTask (String key)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/SyncExecutor.html b/website/full_javadoc/compbio/engine/SyncExecutor.html
new file mode 100644
index 0000000..079aa52
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/SyncExecutor.html
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+SyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+Interface SyncExecutor
+
+All Known Implementing Classes: JobRunner , LocalRunner
+
+
+
+public interface SyncExecutor
+
+
+
+Synchronous executor, is an engine to run the Executable synchronously.
+
+
+
+
+Author:
+ pvtroshin
+ Date October 2009
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+executeJob
+
+void executeJob ()
+ throws JobSubmissionException
+
+Execute the job
+
+
+
+Throws:
+JobSubmissionException
- if submission fails
+
+
+
+
+
+cleanup
+
+boolean cleanup ()
+
+Clean up after the job
+
+
+
+Returns: true if all the files created by this job have been removed successfully, false otherwise
+
+
+
+
+
+waitForResult
+
+ConfiguredExecutable <?> waitForResult ()
+ throws JobExecutionException
+
+Call to this method block for as long as it is required for an executable to finish its job.
+ If the calculation has been completed already, the this method returns results immediately.
+ This could return the result directly, but that would be type unsafe
+
+
+
+Returns: object from wich the result can be obtained
+ Throws:
+JobExecutionException
+
+
+
+
+
+getWorkDirectory
+
+String getWorkDirectory ()
+
+
+
+Returns: working directory if the task
+
+
+
+
+
+cancelJob
+
+boolean cancelJob ()
+
+Stops running job.
+ Clean up is not performed.
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+JobStatus getJobStatus ()
+
+Query the status of the job by its id.
+
+
+
+Returns: - JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/AsyncExecutor.html b/website/full_javadoc/compbio/engine/class-use/AsyncExecutor.html
new file mode 100644
index 0000000..498af97
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/AsyncExecutor.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+Uses of Interface compbio.engine.AsyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.engine.AsyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/Cleaner.html b/website/full_javadoc/compbio/engine/class-use/Cleaner.html
new file mode 100644
index 0000000..d9851c3
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/Cleaner.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.Cleaner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.Cleaner
+
+No usage of compbio.engine.Cleaner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/ClusterJobId.html b/website/full_javadoc/compbio/engine/class-use/ClusterJobId.html
new file mode 100644
index 0000000..82849ed
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/ClusterJobId.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.ClusterJobId
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.ClusterJobId
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.engine.cluster.drmaa with parameters of type ClusterJobId
+
+
+
+ int
+ClusterSession. getJobStatus (ClusterJobId jobId)
+
+
+ Apparently completed jobs cannot be found! If this happened most likely
+ that the job is not running any more and Most likely it has been
+ cancelled, finished or failed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/Configurator.html b/website/full_javadoc/compbio/engine/class-use/Configurator.html
new file mode 100644
index 0000000..37e144e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/Configurator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.Configurator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.Configurator
+
+No usage of compbio.engine.Configurator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/FilePuller.html b/website/full_javadoc/compbio/engine/class-use/FilePuller.html
new file mode 100644
index 0000000..6fcaaf9
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/FilePuller.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.FilePuller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.FilePuller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/Job.html b/website/full_javadoc/compbio/engine/class-use/Job.html
new file mode 100644
index 0000000..ca67fe0
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/Job.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.Job
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.Job
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/LoadBalancer.html b/website/full_javadoc/compbio/engine/class-use/LoadBalancer.html
new file mode 100644
index 0000000..fe70dda
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/LoadBalancer.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.LoadBalancer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.LoadBalancer
+
+No usage of compbio.engine.LoadBalancer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/ProgressGetter.html b/website/full_javadoc/compbio/engine/class-use/ProgressGetter.html
new file mode 100644
index 0000000..5d654ba
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/ProgressGetter.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.ProgressGetter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.ProgressGetter
+
+No usage of compbio.engine.ProgressGetter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/PulledFileCache.html b/website/full_javadoc/compbio/engine/class-use/PulledFileCache.html
new file mode 100644
index 0000000..158d257
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/PulledFileCache.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.PulledFileCache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.PulledFileCache
+
+No usage of compbio.engine.PulledFileCache
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/SubmissionManager.html b/website/full_javadoc/compbio/engine/class-use/SubmissionManager.html
new file mode 100644
index 0000000..bc4c50b
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/SubmissionManager.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.SubmissionManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.SubmissionManager
+
+No usage of compbio.engine.SubmissionManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/class-use/SyncExecutor.html b/website/full_javadoc/compbio/engine/class-use/SyncExecutor.html
new file mode 100644
index 0000000..d238342
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/class-use/SyncExecutor.html
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+Uses of Interface compbio.engine.SyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.engine.SyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/CommandBuilder.html b/website/full_javadoc/compbio/engine/client/CommandBuilder.html
new file mode 100644
index 0000000..c37eb32
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/CommandBuilder.html
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+CommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class CommandBuilder<T>
+
+java.lang.Object
+ compbio.engine.client.CommandBuilder<T>
+
+
+
+public class CommandBuilder<T> extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+CommandBuilder
+
+public CommandBuilder (String nameValueSeparator)
+
+
+
+
+
+
+
+
+
+addParams
+
+public void addParams (List <String > params)
+
+
+
+
+
+
+
+
+setParams
+
+public void setParams (List <String > params)
+
+
+
+
+
+
+
+
+hasParam
+
+public boolean hasParam (String paramName)
+
+
+
+
+
+
+
+
+setFirst
+
+public boolean setFirst (String param)
+
+
+
+
+
+
+
+
+setParam
+
+public boolean setParam (String param)
+
+
+
+
+
+
+
+
+setLast
+
+public boolean setLast (String paramName)
+
+
+
+
+
+
+
+
+setLast
+
+public boolean setLast (String paramName,
+ String paramValue)
+
+
+
+
+
+
+
+
+getParamValue
+
+public String getParamValue (String paramName)
+
+
+
+
+
+
+
+
+removeParam
+
+public boolean removeParam (String paramName)
+
+
+
+
+
+
+
+
+setParam
+
+public boolean setParam (String paramName,
+ String paramValue)
+
+
+
+
+
+
+
+
+getCommands
+
+public List <String > getCommands ()
+
+
+
+
+
+
+
+
+getCommandString
+
+public String getCommandString ()
+
+
+
+
+
+
+
+
+newCommandBuilder
+
+public static <T> CommandBuilder <T> newCommandBuilder (List <? extends Option <T>> arguments,
+ String nameValueSeparator)
+
+This produces the same result as getCommands method. The only difference
+ is that it accepts a List of Options as an input
+
+
+Parameters: arguments
-
+Returns: the instance of the CommandBuilder
+
+
+
+
+
+size
+
+public int size ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/ConfExecutable.html b/website/full_javadoc/compbio/engine/client/ConfExecutable.html
new file mode 100644
index 0000000..297f341
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/ConfExecutable.html
@@ -0,0 +1,1022 @@
+
+
+
+
+
+
+ConfExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class ConfExecutable<T>
+
+java.lang.Object
+ compbio.engine.client.ConfExecutable<T>
+
+
+All Implemented Interfaces: ConfiguredExecutable <T>, Executable <T>, PipedExecutable <T>
+
+
+
+public class ConfExecutable<T> extends Object implements ConfiguredExecutable <T>
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+CLUSTER_TASK_ID_PREFIX
+
+public static final String CLUSTER_TASK_ID_PREFIX
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ConfExecutable
+
+public ConfExecutable (Executable <T > executable,
+ String taskDirectory)
+
+
+
+
+
+
+
+
+
+getExecProvider
+
+public Executable.ExecProvider getExecProvider ()
+
+
+Specified by: getExecProvider
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+setExecProvider
+
+public void setExecProvider (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+ throws UnsupportedRuntimeException
+
+
+Specified by: getCommand
in interface ConfiguredExecutable <T >
+
+
+
+Throws:
+UnsupportedRuntimeException
+
+
+
+
+
+getSupportedRuntimes
+
+public Executable.ExecProvider getSupportedRuntimes ()
+
+
+Specified by: getSupportedRuntimes
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+getLimit
+
+public Limit <T > getLimit (String presetName)
+
+
+Specified by: getLimit
in interface Executable <T >
+
+
+
+
+
+
+
+
+getLimits
+
+public LimitsManager <T > getLimits ()
+
+
+Specified by: getLimits
in interface Executable <T >
+
+
+
+
+
+
+
+
+getTaskId
+
+public String getTaskId ()
+
+
+Specified by: getTaskId
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+setWorkDirectory
+
+public void setWorkDirectory (String workDirectory)
+
+
+Specified by: setWorkDirectory
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+getWorkDirectory
+
+public String getWorkDirectory ()
+
+
+Specified by: getWorkDirectory
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+addParameters
+
+public Executable <T > addParameters (List <String > parameters)
+
+Description copied from interface: Executable
+Adds parameter to the list of parameters for a native executable
+
+
+Specified by: addParameters
in interface Executable <T >
+
+
+
+Returns: this Executable
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+
+Specified by: getOutput
in interface Executable <T >
+
+
+
+
+
+
+
+
+getError
+
+public String getError ()
+
+
+Specified by: getError
in interface Executable <T >
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+Specified by: getCreatedFiles
in interface Executable <T >
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+Not all input paths are relative! Input path could be absolute!
+
+
+Specified by: getInput
in interface Executable <T >
+
+
+See Also: compbio.engine.client.Executable#getInputFiles()
+
+
+
+
+
+getParameters
+
+public CommandBuilder <T > getParameters ()
+
+
+Specified by: getParameters
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <T > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <T >
+
+
+
+
+
+
+
+
+getExecutable
+
+public Executable <T > getExecutable ()
+
+
+Specified by: getExecutable
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+getResults
+
+public <V> V getResults ()
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface ConfiguredExecutable <T >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getResults
+
+public <V> V getResults (String directory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <T >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getRunnerOptions
+
+public static <V> RunnerConfig <V> getRunnerOptions (Class <? extends Executable <V>> clazz)
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+getRunnerPresets
+
+public static <V> PresetManager <V> getRunnerPresets (Class <? extends Executable <V>> clazz)
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+getRunnerLimits
+
+public static <V> LimitsManager <V> getRunnerLimits (Class <V> clazz)
+ throws IOException
+
+This method should be executed once and result of its execution reused.
+ If not used carefully it could slow down the system!
+
+
+
+
+
+Type Parameters: V
- Parameters: clazz
-
+Returns: LimitsManager instance
+ Throws:
+IOException
+
+
+
+
+
+getEnvironment
+
+public Map <String ,String > getEnvironment ()
+
+
+Specified by: getEnvironment
in interface ConfiguredExecutable <T >
+
+
+
+
+
+
+
+
+loadRunConfiguration
+
+public ConfiguredExecutable <?> loadRunConfiguration (RunConfiguration rconf)
+
+
+Specified by: loadRunConfiguration
in interface Executable <T >
+
+
+
+
+
+
+
+
+newConfExecutable
+
+public static ConfiguredExecutable <?> newConfExecutable (RunConfiguration rconf)
+
+
+
+
+
+
+
+
+
+
+
+saveRunConfiguration
+
+public boolean saveRunConfiguration ()
+ throws IOException
+
+
+Specified by: saveRunConfiguration
in interface ConfiguredExecutable <T >
+
+
+
+Throws:
+IOException
+
+
+
+
+
+getRunConfiguration
+
+public RunConfiguration getRunConfiguration ()
+
+
+
+
+
+
+
+
+
+
+
+loadRunConfiguration
+
+public ConfiguredExecutable <?> loadRunConfiguration (InputStream input)
+ throws IOException
+
+
+Specified by: loadRunConfiguration
in interface ConfiguredExecutable <T >
+
+
+
+Throws:
+IOException
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+getClusterJobSettings
+
+public String getClusterJobSettings ()
+
+
+Specified by: getClusterJobSettings
in interface Executable <T >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/ConfiguredExecutable.html b/website/full_javadoc/compbio/engine/client/ConfiguredExecutable.html
new file mode 100644
index 0000000..288d4d4
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/ConfiguredExecutable.html
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+ConfiguredExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Interface ConfiguredExecutable<T>
+
+All Superinterfaces: Executable <T>, PipedExecutable <T>
+
+
+All Known Implementing Classes: ConfExecutable
+
+
+
+public interface ConfiguredExecutable<T> extends Executable <T>, PipedExecutable <T>
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from interface compbio.engine.client.Executable
+
+
+addParameters , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , getParameters , getResults , loadRunConfiguration
+
+
+
+
+
+
+
+
+
+
+
+getEnvironment
+
+Map <String ,String > getEnvironment ()
+
+
+
+
+
+
+
+
+
+
+
+getTaskId
+
+String getTaskId ()
+
+
+
+
+
+
+
+
+
+
+
+getCommand
+
+String getCommand (Executable.ExecProvider provider)
+ throws JobSubmissionException
+
+
+
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getSupportedRuntimes
+
+Executable.ExecProvider getSupportedRuntimes ()
+
+
+
+
+
+
+
+
+
+
+
+getWorkDirectory
+
+String getWorkDirectory ()
+
+
+
+
+
+
+
+
+
+
+
+setWorkDirectory
+
+void setWorkDirectory (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+getResults
+
+<V> V getResults ()
+ throws ResultNotAvailableException
+
+
+
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getExecutable
+
+Executable <T > getExecutable ()
+
+
+
+
+
+
+
+
+
+
+
+getParameters
+
+CommandBuilder <T > getParameters ()
+
+
+
+
+
+
+
+
+
+
+
+saveRunConfiguration
+
+boolean saveRunConfiguration ()
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+loadRunConfiguration
+
+ConfiguredExecutable <?> loadRunConfiguration (InputStream input)
+ throws IOException
+
+
+
+
+
+
+Throws:
+IOException
+
+
+
+
+
+getExecProvider
+
+Executable.ExecProvider getExecProvider ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/EnvVariableProcessor.html b/website/full_javadoc/compbio/engine/client/EnvVariableProcessor.html
new file mode 100644
index 0000000..355ab43
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/EnvVariableProcessor.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+EnvVariableProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class EnvVariableProcessor
+
+java.lang.Object
+ compbio.engine.client.EnvVariableProcessor
+
+
+
+public class EnvVariableProcessor extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static String
+PATH
+
+
+ Special variable keys Absolute path(s) will be merged with the content of
+ the system PATH variable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+PATH
+
+public static final String PATH
+
+Special variable keys Absolute path(s) will be merged with the content of
+ the system PATH variable
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+EnvVariableProcessor
+
+public EnvVariableProcessor ()
+
+
+
+
+
+
+
+
+
+getEnvVariables
+
+public static Map <String ,String > getEnvVariables (String property,
+ Class <?> clazz)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/Executable.ExecProvider.html b/website/full_javadoc/compbio/engine/client/Executable.ExecProvider.html
new file mode 100644
index 0000000..529c91c
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/Executable.ExecProvider.html
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+Executable.ExecProvider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Enum Executable.ExecProvider
+
+java.lang.Object
+ java.lang.Enum <Executable.ExecProvider >
+ compbio.engine.client.Executable.ExecProvider
+
+
+All Implemented Interfaces: Serializable , Comparable <Executable.ExecProvider >
+
+
+Enclosing interface: Executable <T >
+
+
+
+public static enum Executable.ExecProvider extends Enum <Executable.ExecProvider >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+Any
+
+
+
+
+
+Cluster
+
+
+
+
+
+Local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+Local
+
+public static final Executable.ExecProvider Local
+
+
+
+
+
+
+
+Cluster
+
+public static final Executable.ExecProvider Cluster
+
+
+
+
+
+
+
+Any
+
+public static final Executable.ExecProvider Any
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static Executable.ExecProvider [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (Executable.ExecProvider c : Executable.ExecProvider.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static Executable.ExecProvider valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/Executable.html b/website/full_javadoc/compbio/engine/client/Executable.html
new file mode 100644
index 0000000..20de800
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/Executable.html
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+Executable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Interface Executable<T>
+
+Type Parameters: T
-
+
+All Known Subinterfaces: ConfiguredExecutable <T>, PipedExecutable <T>
+
+
+All Known Implementing Classes: _SkeletalCommandBuilder , AACon , BlastAll , ClustalO , ClustalW , ConfExecutable , Disembl , GlobPlot , IUPred , Jronn , Mafft , Mcl , Muscle , NetNglyc , OB , Probcons , PSIBlast , Ronn , RPSBlast , SkeletalExecutable , Tcoffee
+
+
+
+public interface Executable<T>
+
+
+
+Interface to a native executable.
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+addParameters
+
+Executable <T > addParameters (List <String > parameters)
+
+Adds parameter to the list of parameters for a native executable
+
+
+Parameters: parameters
-
+Returns: this Executable
+
+
+
+
+
+getCreatedFiles
+
+@Deprecated
+List <String > getCreatedFiles ()
+
+Deprecated.
+
+
+
+
+
+
+
+
+getInput
+
+String getInput ()
+
+
+
+
+
+
+
+
+getOutput
+
+String getOutput ()
+
+
+
+
+
+
+
+
+getError
+
+String getError ()
+
+
+
+
+
+
+
+
+getParameters
+
+CommandBuilder <T > getParameters (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getResults
+
+<V> V getResults (String directory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+loadRunConfiguration
+
+Executable <?> loadRunConfiguration (RunConfiguration rconfig)
+
+
+
+
+
+
+
+
+getLimit
+
+Limit <T > getLimit (String presetName)
+
+
+
+
+
+
+
+
+getLimits
+
+LimitsManager <T > getLimits ()
+
+
+
+
+
+
+
+
+getClusterJobSettings
+
+String getClusterJobSettings ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/PathValidator.html b/website/full_javadoc/compbio/engine/client/PathValidator.html
new file mode 100644
index 0000000..ef6cd60
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/PathValidator.html
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+PathValidator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class PathValidator
+
+java.lang.Object
+ compbio.engine.client.PathValidator
+
+
+
+public final class PathValidator extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PathValidator
+
+public PathValidator ()
+
+
+
+
+
+
+
+
+
+isValidExecutable
+
+public static boolean isValidExecutable (String command)
+
+
+
+
+
+
+
+
+validateExecutable
+
+public static void validateExecutable (String command)
+ throws IllegalArgumentException
+
+
+
+Throws:
+IllegalArgumentException
+
+
+
+
+
+isValidDirectory
+
+public static boolean isValidDirectory (String directory)
+
+
+
+
+
+
+
+
+validatePathNames
+
+public static void validatePathNames (List <String > filenames,
+ String type)
+ throws IllegalArgumentException
+
+
+Parameters: filenames
- type
- - merely a string to be added to error message to explain what
+ type of files are lacking
+Throws:
+IllegalArgumentException
+
+
+
+
+
+isAbsolutePath
+
+public static boolean isAbsolutePath (String path)
+
+Whether a certain path is absolute or not is operation system dependent!
+
+
+Parameters: path
-
+Returns: true is the path is absolute, false otherwise
+
+
+
+
+
+validateDirectory
+
+public static void validateDirectory (String workDirectory)
+ throws IllegalArgumentException
+
+
+
+Throws:
+IllegalArgumentException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/PipedExecutable.html b/website/full_javadoc/compbio/engine/client/PipedExecutable.html
new file mode 100644
index 0000000..c1dc1a1
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/PipedExecutable.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+PipedExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Interface PipedExecutable<T>
+
+Type Parameters: T
-
+
+All Superinterfaces: Executable <T>
+
+
+All Known Subinterfaces: ConfiguredExecutable <T>
+
+
+All Known Implementing Classes: ConfExecutable , Disembl , GlobPlot , Mafft , Probcons , Tcoffee
+
+
+
+public interface PipedExecutable<T> extends Executable <T>
+
+
+
+This is a marker interface to indicate that the output of the process must be
+ captured. It is in generally better for the process to manage its own
+ streams, but some executables are not capable of this thus require different
+ handling
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from interface compbio.engine.client.Executable
+
+
+addParameters , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , getParameters , getResults , loadRunConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/RunConfiguration.html b/website/full_javadoc/compbio/engine/client/RunConfiguration.html
new file mode 100644
index 0000000..e64345c
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/RunConfiguration.html
@@ -0,0 +1,572 @@
+
+
+
+
+
+
+RunConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class RunConfiguration
+
+java.lang.Object
+ compbio.engine.client.RunConfiguration
+
+
+
+public class RunConfiguration extends Object
+
+
+
+Value class for persisting ConfExecutable instances
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rconfigFile
+
+public static final String rconfigFile
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RunConfiguration
+
+public RunConfiguration ()
+
+
+
+
+
+RunConfiguration
+
+public RunConfiguration (ConfExecutable <?> cexec)
+
+
+
+
+
+
+
+
+
+write
+
+public static boolean write (RunConfiguration rconf)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+load
+
+public static RunConfiguration load (InputStream input)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+setOutput
+
+public void setOutput (String output)
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <?> getParameters ()
+
+
+
+
+
+
+
+
+setParameters
+
+public void setParameters (CommandBuilder <?> parameters)
+
+
+
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+
+
+
+
+
+
+
+setError
+
+public void setError (String error)
+
+
+
+
+
+
+
+
+getError
+
+public String getError ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+setInput
+
+public void setInput (String input)
+
+
+
+
+
+
+
+
+getRunnerClassName
+
+public String getRunnerClassName ()
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/SkeletalExecutable.html b/website/full_javadoc/compbio/engine/client/SkeletalExecutable.html
new file mode 100644
index 0000000..c8cdb47
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/SkeletalExecutable.html
@@ -0,0 +1,782 @@
+
+
+
+
+
+
+SkeletalExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class SkeletalExecutable<T>
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable<T>
+
+
+All Implemented Interfaces: Executable <T>
+
+
+Direct Known Subclasses: AACon , ClustalO , ClustalW , Disembl , GlobPlot , IUPred , Jronn , Mafft , Muscle , Probcons , Tcoffee
+
+
+
+public abstract class SkeletalExecutable<T> extends Object implements Executable <T>
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+INPUT
+
+public static final String INPUT
+
+
+See Also: Constant Field Values
+
+
+
+
+OUTPUT
+
+public static final String OUTPUT
+
+
+See Also: Constant Field Values
+
+
+
+
+ERROR
+
+public static final String ERROR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+SkeletalExecutable
+
+public SkeletalExecutable ()
+
+
+
+
+
+SkeletalExecutable
+
+public SkeletalExecutable (String parameterKeyValueDelimiter)
+
+
+
+
+
+
+
+
+
+setInput
+
+public SkeletalExecutable <T > setInput (String inFile)
+
+
+
+
+
+
+
+
+
+
+
+setOutput
+
+public SkeletalExecutable <T > setOutput (String outFile)
+
+
+
+
+
+
+
+
+
+
+
+setError
+
+public SkeletalExecutable <T > setError (String errFile)
+
+
+
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <T > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <T >
+
+
+
+
+
+
+
+
+addParameters
+
+public Executable <T > addParameters (List <String > parameters)
+
+Description copied from interface: Executable
+Adds parameter to the list of parameters for a native executable
+
+
+Specified by: addParameters
in interface Executable <T >
+
+
+
+Returns: this Executable
+
+
+
+
+
+setParameter
+
+public Executable <T > setParameter (String parameter)
+
+
+
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <T >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+Specified by: getInput
in interface Executable <T >
+
+
+
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+
+Specified by: getOutput
in interface Executable <T >
+
+
+
+
+
+
+
+
+getError
+
+public String getError ()
+
+
+Specified by: getError
in interface Executable <T >
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+loadRunConfiguration
+
+public Executable <?> loadRunConfiguration (RunConfiguration rconfig)
+
+
+Specified by: loadRunConfiguration
in interface Executable <T >
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+getClusterJobSettings
+
+public String getClusterJobSettings ()
+
+
+Specified by: getClusterJobSettings
in interface Executable <T >
+
+
+
+
+
+
+
+
+getClusterCpuNum
+
+public static int getClusterCpuNum (Class <? extends Executable <?>> type)
+
+
+
+
+
+
+Returns: number of cpus to use on the cluster or 0 if the value is
+ undefined
+
+
+
+
+
+getLimit
+
+public Limit <T > getLimit (String presetName)
+
+
+Specified by: getLimit
in interface Executable <T >
+
+
+
+
+
+
+
+
+getLimits
+
+public LimitsManager <T > getLimits ()
+
+
+Specified by: getLimits
in interface Executable <T >
+
+
+
+
+
+
+
+
+getType
+
+public abstract Class <T > getType ()
+
+
+
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/Util.html b/website/full_javadoc/compbio/engine/client/Util.html
new file mode 100644
index 0000000..c765a17
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/Util.html
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+Class Util
+
+java.lang.Object
+ compbio.engine.client.Util
+
+
+
+public final class Util extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Util ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static String
+convertToAbsolute (String relativePath)
+
+
+
+
+
+
+static String
+getCommand (Executable.ExecProvider provider,
+ Class <?> clazz)
+
+
+
+
+
+
+static String
+getExecProperty (String propertySpec,
+ Class <?> clazz)
+
+
+
+
+
+
+static String
+getExecProperty (String propertySpec,
+ Executable <?> exec)
+
+
+
+
+
+
+static String
+getFullPath (String workDirectory,
+ String fileName)
+
+
+
+
+
+
+static String
+getJava ()
+
+
+ Returns the absolute path to the Java executable from JAVA_HOME
+
+
+
+static
+
+
+getLimits (Class <T> clazz)
+
+
+ For now just assume that all parameters which came in needs setting it
+ will be a client responsibility to prepare RunnerConfig object then
+
+
+
+static Executable.ExecProvider
+getSupportedRuntimes (Class <?> clazz)
+
+
+
+
+
+
+static boolean
+isJavaLibrary (Class <?> clazz)
+
+
+ Returns true of executableName.jar.file property has some value in the
+ Executable.properties file, false otherwise.
+
+
+
+static boolean
+isMarked (String workDirectory,
+ JobStatus marker)
+
+
+
+
+
+
+static boolean
+isValidJobId (String key)
+
+
+
+
+
+
+static ConfiguredExecutable <?>
+loadExecutable (String taskId)
+
+
+
+
+
+
+static Map <String ,String >
+mergeEnvVariables (Map <String ,String > sysEnvTobeModified,
+ Map <String ,String > variables)
+
+
+
+
+
+
+static void
+writeFile (String workDirectory,
+ String fileAndEventName,
+ String content,
+ boolean override)
+
+
+
+
+
+
+static boolean
+writeMarker (String workDirectory,
+ JobStatus fileType)
+
+
+
+
+
+
+static void
+writeStatFile (String workDirectory,
+ String fileAndEventName)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Util
+
+public Util ()
+
+
+
+
+
+
+
+
+
+isValidJobId
+
+public static boolean isValidJobId (String key)
+
+
+
+
+
+
+
+
+writeStatFile
+
+public static void writeStatFile (String workDirectory,
+ String fileAndEventName)
+
+
+
+
+
+
+
+
+writeFile
+
+public static void writeFile (String workDirectory,
+ String fileAndEventName,
+ String content,
+ boolean override)
+
+
+
+
+
+
+
+
+writeMarker
+
+public static final boolean writeMarker (String workDirectory,
+ JobStatus fileType)
+
+
+
+
+
+
+
+
+isMarked
+
+public static boolean isMarked (String workDirectory,
+ JobStatus marker)
+
+
+
+
+
+
+
+
+mergeEnvVariables
+
+public static Map <String ,String > mergeEnvVariables (Map <String ,String > sysEnvTobeModified,
+ Map <String ,String > variables)
+
+
+
+
+
+
+
+
+convertToAbsolute
+
+public static String convertToAbsolute (String relativePath)
+
+
+
+
+
+
+
+
+getExecProperty
+
+public static String getExecProperty (String propertySpec,
+ Executable <?> exec)
+
+
+
+
+
+
+
+
+getExecProperty
+
+public static String getExecProperty (String propertySpec,
+ Class <?> clazz)
+
+
+
+
+
+
+
+
+getFullPath
+
+public static String getFullPath (String workDirectory,
+ String fileName)
+
+
+
+
+
+
+
+
+getCommand
+
+public static String getCommand (Executable.ExecProvider provider,
+ Class <?> clazz)
+
+
+
+
+
+
+
+
+isJavaLibrary
+
+public static boolean isJavaLibrary (Class <?> clazz)
+
+Returns true of executableName.jar.file property has some value in the
+ Executable.properties file, false otherwise.
+
+
+Parameters: clazz
-
+Returns:
+
+
+
+
+
+getJava
+
+public static String getJava ()
+
+Returns the absolute path to the Java executable from JAVA_HOME
+
+
+
+Returns: returns the absolute path to the Java executable from JAVA_HOME
+
+
+
+
+
+getSupportedRuntimes
+
+public static Executable.ExecProvider getSupportedRuntimes (Class <?> clazz)
+
+
+
+
+
+
+
+
+loadExecutable
+
+public static ConfiguredExecutable <?> loadExecutable (String taskId)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getLimits
+
+public static <T> LimitsManager <T> getLimits (Class <T> clazz)
+
+For now just assume that all parameters which came in needs setting it
+ will be a client responsibility to prepare RunnerConfig object then
+
+
+Parameters: rconfig
-
+Returns: public static List toOptionString(RunnerConfig>
+ rconfig) { String option = ""; List options = new
+ ArrayList(); for (Parameter> par :
+ rconfig.getParameters()) { if (par.getPossibleValues().isEmpty())
+ { option = par.getOptionName(); } else { option =
+ par.getOptionName() + "=" + par.getPossibleValues().get(0); } //
+ separate options options.add(option); } return options; }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/CommandBuilder.html b/website/full_javadoc/compbio/engine/client/class-use/CommandBuilder.html
new file mode 100644
index 0000000..cdf6b7d
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/CommandBuilder.html
@@ -0,0 +1,405 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.CommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.CommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/ConfExecutable.html b/website/full_javadoc/compbio/engine/client/class-use/ConfExecutable.html
new file mode 100644
index 0000000..230147c
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/ConfExecutable.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.ConfExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.ConfExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/ConfiguredExecutable.html b/website/full_javadoc/compbio/engine/client/class-use/ConfiguredExecutable.html
new file mode 100644
index 0000000..cb1d0b4
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/ConfiguredExecutable.html
@@ -0,0 +1,761 @@
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.ConfiguredExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.ConfiguredExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/EnvVariableProcessor.html b/website/full_javadoc/compbio/engine/client/class-use/EnvVariableProcessor.html
new file mode 100644
index 0000000..12e0736
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/EnvVariableProcessor.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.EnvVariableProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.EnvVariableProcessor
+
+No usage of compbio.engine.client.EnvVariableProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/Executable.ExecProvider.html b/website/full_javadoc/compbio/engine/client/class-use/Executable.ExecProvider.html
new file mode 100644
index 0000000..52bcf3a
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/Executable.ExecProvider.html
@@ -0,0 +1,574 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.Executable.ExecProvider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.Executable.ExecProvider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/Executable.html b/website/full_javadoc/compbio/engine/client/class-use/Executable.html
new file mode 100644
index 0000000..2da1679
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/Executable.html
@@ -0,0 +1,907 @@
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.Executable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.Executable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.runner.disorder that implement Executable
+
+
+
+ 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
+
+ Maximum sequence length is 40000 chars.
+
+
+
+ class
+Jronn
+
+
+ Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/PathValidator.html b/website/full_javadoc/compbio/engine/client/class-use/PathValidator.html
new file mode 100644
index 0000000..eb043f5
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/PathValidator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.PathValidator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.PathValidator
+
+No usage of compbio.engine.client.PathValidator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/PipedExecutable.html b/website/full_javadoc/compbio/engine/client/class-use/PipedExecutable.html
new file mode 100644
index 0000000..9a4e89e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/PipedExecutable.html
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.PipedExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.engine.client.PipedExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.runner.disorder that implement PipedExecutable
+
+
+
+ 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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/RunConfiguration.html b/website/full_javadoc/compbio/engine/client/class-use/RunConfiguration.html
new file mode 100644
index 0000000..425ac5c
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/RunConfiguration.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.RunConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.RunConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/SkeletalExecutable.html b/website/full_javadoc/compbio/engine/client/class-use/SkeletalExecutable.html
new file mode 100644
index 0000000..e9151d2
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/SkeletalExecutable.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.SkeletalExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.SkeletalExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Subclasses of SkeletalExecutable in compbio.runner.disorder
+
+
+
+ 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
+
+ Maximum sequence length is 40000 chars.
+
+
+
+ class
+Jronn
+
+
+ Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/class-use/Util.html b/website/full_javadoc/compbio/engine/client/class-use/Util.html
new file mode 100644
index 0000000..7ceec19
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/class-use/Util.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.client.Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.client.Util
+
+No usage of compbio.engine.client.Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/package-frame.html b/website/full_javadoc/compbio/engine/client/package-frame.html
new file mode 100644
index 0000000..515a243
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/package-frame.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/package-summary.html b/website/full_javadoc/compbio/engine/client/package-summary.html
new file mode 100644
index 0000000..13c8b48
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/package-summary.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/package-tree.html b/website/full_javadoc/compbio/engine/client/package-tree.html
new file mode 100644
index 0000000..93ed6a1
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/package-tree.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+compbio.engine.client Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine.client
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/client/package-use.html b/website/full_javadoc/compbio/engine/client/package-use.html
new file mode 100644
index 0000000..cde3cd5
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/client/package-use.html
@@ -0,0 +1,545 @@
+
+
+
+
+
+
+Uses of Package compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/AsyncJobRunner.html b/website/full_javadoc/compbio/engine/cluster/drmaa/AsyncJobRunner.html
new file mode 100644
index 0000000..818e924
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/AsyncJobRunner.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+AsyncJobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+Class AsyncJobRunner
+
+java.lang.Object
+ compbio.engine.cluster.drmaa.AsyncJobRunner
+
+
+All Implemented Interfaces: AsyncExecutor
+
+
+
+public class AsyncJobRunner extends Object implements AsyncExecutor
+
+
+
+Single cluster job runner class
+
+
+
+
+Version:
+ 1.0 August 2009
+
+ TODO after call to submitJob() no setters really work as the job
+ template gets deleted, this needs to be taken into account in this
+ class design!
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AsyncJobRunner
+
+public AsyncJobRunner ()
+
+
+
+
+
+
+
+
+
+submitJob
+
+public String submitJob (ConfiguredExecutable <?> executable)
+ throws JobSubmissionException
+
+Description copied from interface: AsyncExecutor
+Submits job for the execution
+ Immediate execution is not guaranteed, this method puts the job in the queue.
+ All it guarantees that the job will be eventually executed.
+ The start of execution will depend on the number of jobs in the queue.
+
+
+Specified by: submitJob
in interface AsyncExecutor
+
+
+
+Returns: unique job identifier
+ Throws:
+JobSubmissionException
- if submission fails. This usually happens due to the problem on a server side.
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: AsyncExecutor
+Stop running job. Please not that this method does not guarantee to remove the job directory and files in it.
+
+
+Specified by: cancelJob
in interface AsyncExecutor
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+This will never return clust.engine.JobStatus.CANCELLED as for sun grid
+ engine cancelled job is the same as failed. Cancelled jobs needs to be
+ tracked manually!
+
+
+Specified by: getJobStatus
in interface AsyncExecutor
+
+
+
+Returns: The JobStatus object representing the status of the job See Also: JobStatus
+
+
+
+
+
+cleanup
+
+public boolean cleanup (String jobId)
+
+Description copied from interface: AsyncExecutor
+Remove all files and a job directory for a jobid.
+
+
+Specified by: cleanup
in interface AsyncExecutor
+
+
+
+Returns: true if job directory was successfully removed, false otherwise.
+
+
+
+
+
+getResults
+
+public ConfiguredExecutable <?> getResults (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: AsyncExecutor
+Retrieve the results of the job. Please not that current implementations of this method
+ blocks if the task is running until the end of the calculation.
+
+
+Specified by: getResults
in interface AsyncExecutor
+
+
+Parameters: jobId
- job identifier obtained at the job submission
+Returns: ConfiguredExecutable object from which result can be obtained
+ Throws:
+ResultNotAvailableException
- if the result is not available for whatever reason.
+ Could be due to execution failure, or due to the results being removed from the server at
+ the time of request.
+
+
+
+
+
+getWorkDirectory
+
+public String getWorkDirectory (String jobId)
+
+
+Specified by: getWorkDirectory
in interface AsyncExecutor
+
+
+Parameters: jobId
- unique job identifier
+Returns: task working directory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterSession.html b/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterSession.html
new file mode 100644
index 0000000..1d015a1
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterSession.html
@@ -0,0 +1,471 @@
+
+
+
+
+
+
+ClusterSession
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+Class ClusterSession
+
+java.lang.Object
+ compbio.engine.cluster.drmaa.ClusterSession
+
+
+
+public final class ClusterSession extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static String
+JOBID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JOBID
+
+public static final String JOBID
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+getSession
+
+public org.ggf.drmaa.Session getSession ()
+
+
+
+
+
+
+
+
+close
+
+public void close ()
+
+
+
+
+
+
+
+
+removeJob
+
+public void removeJob (String taskId)
+
+
+
+
+
+
+
+
+waitForJob
+
+public org.ggf.drmaa.JobInfo waitForJob (String taskId)
+ throws org.ggf.drmaa.DrmaaException,
+ IOException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+IOException
+
+
+
+
+
+getClusterJobId
+
+public static ClusterJobId getClusterJobId (String taskId)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+waitForJob
+
+public org.ggf.drmaa.JobInfo waitForJob (String jobId,
+ long waitingTime)
+ throws org.ggf.drmaa.DrmaaException,
+ IOException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+IOException
+
+
+
+
+
+getResults
+
+public ConfiguredExecutable <?> getResults (String taskId)
+ throws org.ggf.drmaa.DrmaaException,
+ ResultNotAvailableException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+ResultNotAvailableException
+
+
+
+
+
+getStatistics
+
+public static StatisticManager getStatistics (org.ggf.drmaa.JobInfo status)
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+getJobStatus
+
+public int getJobStatus (ClusterJobId jobId)
+ throws org.ggf.drmaa.DrmaaException,
+ org.ggf.drmaa.InvalidJobException
+
+Apparently completed jobs cannot be found! If this happened most likely
+ that the job is not running any more and Most likely it has been
+ cancelled, finished or failed.
+
+
+
+Throws:
+org.ggf.drmaa.InvalidJobException
- if the job is no longer in the queue or running. basically it
+ will throw this exception for all finished or cancelled jobs
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+getJobStatus
+
+@Deprecated
+ public static String getJobStatus (int status)
+ throws org.ggf.drmaa.DrmaaException
+
+Deprecated.
+
+
Method for getting jobs status by quering the cluster, It returns status
+ in therms of a Sessions, not a JobStatus Should only be used for testing!
+
+
+Parameters: status
-
+Returns: job status
+ Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterUtil.html b/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterUtil.html
new file mode 100644
index 0000000..b81097f
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/ClusterUtil.html
@@ -0,0 +1,314 @@
+
+
+
+
+
+
+ClusterUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+Class ClusterUtil
+
+java.lang.Object
+ compbio.engine.cluster.drmaa.ClusterUtil
+
+
+
+public class ClusterUtil extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+CLUSTER_STAT_IN_SEC
+
+public static final NumberFormat CLUSTER_STAT_IN_SEC
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClusterUtil
+
+public ClusterUtil ()
+
+
+
+
+
+
+
+
+
+cancelJob
+
+public static final boolean cancelJob (String jobId,
+ ClusterSession csession)
+
+
+
+
+
+
+
+
+waitForResult
+
+public static final org.ggf.drmaa.JobInfo waitForResult (ClusterSession csession,
+ String jobId)
+ throws JobExecutionException
+
+
+
+Throws:
+JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/JobRunner.html b/website/full_javadoc/compbio/engine/cluster/drmaa/JobRunner.html
new file mode 100644
index 0000000..c74bb59
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/JobRunner.html
@@ -0,0 +1,487 @@
+
+
+
+
+
+
+JobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+Class JobRunner
+
+java.lang.Object
+ compbio.engine.cluster.drmaa.JobRunner
+
+
+All Implemented Interfaces: SyncExecutor
+
+
+
+public class JobRunner extends Object implements SyncExecutor
+
+
+
+Single cluster job runner class
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobRunner
+
+public JobRunner (ConfiguredExecutable <?> confExec)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+
+
+
+deepClean
+
+public boolean deepClean ()
+
+
+
+
+
+
+
+
+
+
+
+cleanup
+
+public boolean cleanup ()
+
+Description copied from interface: SyncExecutor
+Clean up after the job
+
+
+Specified by: cleanup
in interface SyncExecutor
+
+
+
+Returns: true if all the files created by this job have been removed successfully, false otherwise
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob ()
+
+Description copied from interface: SyncExecutor
+Stops running job.
+ Clean up is not performed.
+
+
+Specified by: cancelJob
in interface SyncExecutor
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getWorkDirectory
+
+public String getWorkDirectory ()
+
+
+Specified by: getWorkDirectory
in interface SyncExecutor
+
+
+
+Returns: working directory if the task
+
+
+
+
+
+executeJob
+
+public void executeJob ()
+ throws JobSubmissionException
+
+Description copied from interface: SyncExecutor
+Execute the job
+
+
+Specified by: executeJob
in interface SyncExecutor
+
+
+
+Throws:
+JobSubmissionException
- if submission fails
+
+
+
+
+
+getJobInfo
+
+public org.ggf.drmaa.JobInfo getJobInfo ()
+ throws JobExecutionException
+
+This method will block before the calculation has completed and then
+ return the object containing a job execution statistics
+
+
+
+
+
+
+Returns:
+ Throws:
+JobExecutionException
+
+
+
+
+
+waitForResult
+
+public ConfiguredExecutable <?> waitForResult ()
+ throws JobExecutionException
+
+Description copied from interface: SyncExecutor
+Call to this method block for as long as it is required for an executable to finish its job.
+ If the calculation has been completed already, the this method returns results immediately.
+ This could return the result directly, but that would be type unsafe
+
+
+Specified by: waitForResult
in interface SyncExecutor
+
+
+
+Returns: object from wich the result can be obtained
+ Throws:
+JobExecutionException
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus ()
+
+Description copied from interface: SyncExecutor
+Query the status of the job by its id.
+
+
+Specified by: getJobStatus
in interface SyncExecutor
+
+
+
+Returns: - JobStatus
+
+
+
+
+
+getInstance
+
+public static JobRunner getInstance (ConfiguredExecutable <?> executable)
+ throws JobSubmissionException
+
+
+
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html b/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html
new file mode 100644
index 0000000..85a911f
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/StatisticManager.html
@@ -0,0 +1,759 @@
+
+
+
+
+
+
+StatisticManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+Class StatisticManager
+
+java.lang.Object
+ compbio.engine.cluster.drmaa.StatisticManager
+
+
+
+public class StatisticManager extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+StatisticManager (org.ggf.drmaa.JobInfo status)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatisticManager
+
+public StatisticManager (org.ggf.drmaa.JobInfo status)
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+
+
+
+getJobId
+
+public String getJobId ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+hasExited
+
+public boolean hasExited ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+hasSignaled
+
+public boolean hasSignaled ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+hasDump
+
+public boolean hasDump ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+termSignal
+
+public String termSignal ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+wasAborted
+
+public boolean wasAborted ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+getSubmissionTime
+
+public String getSubmissionTime ()
+
+
+
+
+
+
+
+
+getVMem
+
+public String getVMem ()
+
+
+
+
+
+
+
+
+getMaxVMem
+
+public String getMaxVMem ()
+
+
+
+
+
+
+
+
+getUsedSysTime
+
+public String getUsedSysTime ()
+
+
+
+
+
+
+
+
+getUsedUserTime
+
+public String getUsedUserTime ()
+
+
+
+
+
+
+
+
+getCalculationTime
+
+public String getCalculationTime ()
+
+
+
+
+
+
+
+
+getEndTime
+
+public String getEndTime ()
+
+
+
+
+
+
+
+
+getStartTime
+
+public String getStartTime ()
+
+
+
+
+
+
+
+
+getIOWait
+
+public String getIOWait ()
+
+
+
+
+
+
+
+
+getCPUUsageTime
+
+public String getCPUUsageTime ()
+
+
+
+
+
+
+
+
+getDataTransfered
+
+public String getDataTransfered ()
+
+
+
+
+
+
+
+
+getJobPriority
+
+public String getJobPriority ()
+
+
+
+
+
+
+
+
+getExitStatus
+
+public String getExitStatus ()
+
+
+
+
+
+
+
+
+getAllStats
+
+public String getAllStats ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+getExecutionStat
+
+public String getExecutionStat ()
+ throws org.ggf.drmaa.DrmaaException
+
+
+
+Throws:
+org.ggf.drmaa.DrmaaException
+
+
+
+
+
+getMemoryStat
+
+public String getMemoryStat ()
+
+
+
+
+
+
+
+
+getCPUTimeStat
+
+public String getCPUTimeStat ()
+
+
+
+
+
+
+
+
+getTimeStat
+
+public String getTimeStat ()
+
+
+
+
+
+
+
+
+getRawUsage
+
+public Map <String ,String > getRawUsage ()
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/AsyncJobRunner.html b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/AsyncJobRunner.html
new file mode 100644
index 0000000..a7f6640
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/AsyncJobRunner.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+No usage of compbio.engine.cluster.drmaa.AsyncJobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterSession.html b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterSession.html
new file mode 100644
index 0000000..abc9ccd
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterSession.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.ClusterSession
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.ClusterSession
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterUtil.html b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterUtil.html
new file mode 100644
index 0000000..8c51301
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/ClusterUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.ClusterUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.ClusterUtil
+
+No usage of compbio.engine.cluster.drmaa.ClusterUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/JobRunner.html b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/JobRunner.html
new file mode 100644
index 0000000..f7afd78
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/JobRunner.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.JobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.JobRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/StatisticManager.html b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/StatisticManager.html
new file mode 100644
index 0000000..66fec0e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/class-use/StatisticManager.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.StatisticManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.drmaa.StatisticManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/package-frame.html b/website/full_javadoc/compbio/engine/cluster/drmaa/package-frame.html
new file mode 100644
index 0000000..47cea04
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/package-frame.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/package-summary.html b/website/full_javadoc/compbio/engine/cluster/drmaa/package-summary.html
new file mode 100644
index 0000000..006d168
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/package-summary.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+compbio.engine.cluster.drmaa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine.cluster.drmaa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/package-tree.html b/website/full_javadoc/compbio/engine/cluster/drmaa/package-tree.html
new file mode 100644
index 0000000..f50b964
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/package-tree.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+compbio.engine.cluster.drmaa Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine.cluster.drmaa
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/drmaa/package-use.html b/website/full_javadoc/compbio/engine/cluster/drmaa/package-use.html
new file mode 100644
index 0000000..0697359
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/drmaa/package-use.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+Uses of Package compbio.engine.cluster.drmaa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine.cluster.drmaa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/_Queue.html b/website/full_javadoc/compbio/engine/cluster/dundee/_Queue.html
new file mode 100644
index 0000000..00aa565
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/_Queue.html
@@ -0,0 +1,520 @@
+
+
+
+
+
+
+_Queue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.dundee
+
+Enum _Queue
+
+java.lang.Object
+ java.lang.Enum <_Queue >
+ compbio.engine.cluster.dundee._Queue
+
+
+All Implemented Interfaces: Serializable , Comparable <_Queue >
+
+
+Deprecated.
+
+
+@Deprecated
+ public enum _Queue extends Enum <_Queue >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+BIGINT
+
+
+ Deprecated.
+
+
+BIGMEM
+
+
+ Deprecated.
+
+
+BIT64
+
+
+ Deprecated.
+
+
+DEVEL
+
+
+ Deprecated. Order of the constraint reflect the priority of the queue
+
+
+PRIBIT64
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+getMemoryLimit ()
+
+
+ Deprecated. return max memory limit in Mb
+
+
+
+static _Queue
+getQueue (int maxMemory,
+ int timeLimitInHours)
+
+
+ Deprecated.
+
+
+
+ _Queue
+getQueue (String queueName)
+
+
+ Deprecated.
+
+
+
+static _Queue
+getQueueByMemoryRequirements (int maxMemory)
+
+
+ Deprecated.
+
+
+
+ int
+getTimeLimit ()
+
+
+ Deprecated. 0 - unlimited
+
+
+
+ boolean
+hasTimeLimit ()
+
+
+ Deprecated.
+
+
+
+ String
+toString ()
+
+
+ Deprecated.
+
+
+
+static _Queue
+valueOf (String name)
+
+
+ Deprecated. Returns the enum constant of this type with the specified name.
+
+
+
+static _Queue []
+values ()
+
+
+ Deprecated. Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+DEVEL
+
+public static final _Queue DEVEL
+
+Deprecated. Order of the constraint reflect the priority of the queue
+
+
+
+
+
+
+
+PRIBIT64
+
+public static final _Queue PRIBIT64
+
+Deprecated.
+
+
+
+
+
+BIT64
+
+public static final _Queue BIT64
+
+Deprecated.
+
+
+
+
+
+BIGINT
+
+public static final _Queue BIGINT
+
+Deprecated.
+
+
+
+
+
+BIGMEM
+
+public static final _Queue BIGMEM
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+values
+
+public static _Queue [] values ()
+
+Deprecated. Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (_Queue c : _Queue.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static _Queue valueOf (String name)
+
+Deprecated. Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+toString
+
+public String toString ()
+
+Deprecated.
+Overrides: toString
in class Enum <_Queue >
+
+
+
+
+
+
+
+
+getTimeLimit
+
+public int getTimeLimit ()
+
+Deprecated. 0 - unlimited
+
+
+
+Returns: max runtime in hours
+
+
+
+
+
+hasTimeLimit
+
+public boolean hasTimeLimit ()
+
+Deprecated.
+
+Returns: true if the queue has time limit, false overwise
+
+
+
+
+
+getMemoryLimit
+
+public int getMemoryLimit ()
+
+Deprecated. return max memory limit in Mb
+
+
+
+Returns:
+
+
+
+
+
+getQueueByMemoryRequirements
+
+public static _Queue getQueueByMemoryRequirements (int maxMemory)
+
+Deprecated.
+
+
+
+
+
+
+getQueue
+
+public static _Queue getQueue (int maxMemory,
+ int timeLimitInHours)
+
+Deprecated.
+
+
+
+
+
+
+getQueue
+
+public _Queue getQueue (String queueName)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/class-use/_Queue.html b/website/full_javadoc/compbio/engine/cluster/dundee/class-use/_Queue.html
new file mode 100644
index 0000000..847edac
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/class-use/_Queue.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.dundee._Queue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.cluster.dundee._Queue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/package-frame.html b/website/full_javadoc/compbio/engine/cluster/dundee/package-frame.html
new file mode 100644
index 0000000..e151e35
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/package-frame.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+compbio.engine.cluster.dundee
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.cluster.dundee
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/package-summary.html b/website/full_javadoc/compbio/engine/cluster/dundee/package-summary.html
new file mode 100644
index 0000000..2f7e728
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/package-summary.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+compbio.engine.cluster.dundee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine.cluster.dundee
+
+
+
+
+
+Enum Summary
+
+
+_Queue
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/package-tree.html b/website/full_javadoc/compbio/engine/cluster/dundee/package-tree.html
new file mode 100644
index 0000000..de1fd6a
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/package-tree.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+compbio.engine.cluster.dundee Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine.cluster.dundee
+
+
+
+Package Hierarchies: All Packages
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/cluster/dundee/package-use.html b/website/full_javadoc/compbio/engine/cluster/dundee/package-use.html
new file mode 100644
index 0000000..6307e40
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/cluster/dundee/package-use.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Package compbio.engine.cluster.dundee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine.cluster.dundee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/DirectoryManager.html b/website/full_javadoc/compbio/engine/conf/DirectoryManager.html
new file mode 100644
index 0000000..8e48d5f
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/DirectoryManager.html
@@ -0,0 +1,307 @@
+
+
+
+
+
+
+DirectoryManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf
+
+Class DirectoryManager
+
+java.lang.Object
+ compbio.engine.conf.DirectoryManager
+
+
+
+public class DirectoryManager extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static String
+DELIM
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+DELIM
+
+public static final String DELIM
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+DirectoryManager
+
+public DirectoryManager ()
+
+
+
+
+
+
+
+
+
+getTaskDirectory
+
+public static String getTaskDirectory (Class <?> clazz)
+
+
+
+
+
+
+
+
+getClass
+
+public static Class <Executable <?>> getClass (String taskId)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/PropertyHelperManager.html b/website/full_javadoc/compbio/engine/conf/PropertyHelperManager.html
new file mode 100644
index 0000000..5beb6ff
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/PropertyHelperManager.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+PropertyHelperManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf
+
+Class PropertyHelperManager
+
+java.lang.Object
+ compbio.engine.conf.PropertyHelperManager
+
+
+
+public final class PropertyHelperManager extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static String
+getLocalPath ()
+
+
+ Method return the absolute path to the project root directory.
+
+
+
+static compbio.util.PropertyHelper
+getPropertyHelper ()
+
+
+ Ways to fix path problem: 1) find a path to WEB-INF directory based on
+ the path to a known class.
+
+
+
+
+
+
+
+
+
+
+
+
+
+confDir
+
+public static final String confDir
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PropertyHelperManager
+
+public PropertyHelperManager ()
+
+
+
+
+
+
+
+
+
+getPropertyHelper
+
+public static compbio.util.PropertyHelper getPropertyHelper ()
+
+Ways to fix path problem: 1) find a path to WEB-INF directory based on
+ the path to a known class. Then prepend this absolute path to the rest of
+ paths pros: no input from user cons: relocation of the source may cause
+ problems 2) Require users to add configuration directories to the class
+ path and then load entries from it. pros: cons: Many paths needs to be
+ added. Put significant burden on the user. Hard to tell web appl server
+ to add these entries to its class path. 3) Ask for project source
+ directory explicitly in the configuration. pros cons: similar to 1, but
+ this initial configuration file must reside in well known location! Why
+ ask users what can be found automatically? 4) Have everything in the
+ location already in class path for tomcat. cons: only classes and
+ lib/*.jar are added, eclipse will remove non classses from classes dir.
+
+ Try 1 - succeed.
+
+
+
+Returns: an instance
+
+
+
+
+
+getLocalPath
+
+public static String getLocalPath ()
+
+Method return the absolute path to the project root directory. It assumes
+ the following structure of the project project root conf settings
+ binaries WEB-INF classes compbio engine conf If the structure changes it
+ must be reflected in this method
+
+
+
+Returns: the local path
+ Throws:
+RuntimeException
- if cannot determine the local path
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/RunnerConfigMarshaller.html b/website/full_javadoc/compbio/engine/conf/RunnerConfigMarshaller.html
new file mode 100644
index 0000000..fe2287e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/RunnerConfigMarshaller.html
@@ -0,0 +1,507 @@
+
+
+
+
+
+
+RunnerConfigMarshaller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf
+
+Class RunnerConfigMarshaller<T>
+
+java.lang.Object
+ compbio.engine.conf.RunnerConfigMarshaller<T>
+
+
+
+public class RunnerConfigMarshaller<T> extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RunnerConfigMarshaller
+
+public RunnerConfigMarshaller (Class <?> rootClass)
+ throws JAXBException
+
+
+
+Throws:
+JAXBException
+
+
+
+
+RunnerConfigMarshaller
+
+public RunnerConfigMarshaller (Class <?> rootClass,
+ Class <?>... classes)
+ throws JAXBException
+
+
+
+Throws:
+JAXBException
+
+
+
+
+
+
+
+
+write
+
+public void write (Object xmlRootElement,
+ OutputStream out)
+ throws JAXBException ,
+ IOException
+
+
+
+Throws:
+JAXBException
+IOException
+
+
+
+
+
+writeAndValidate
+
+public void writeAndValidate (Object xmlRootElement,
+ String schemafile,
+ OutputStream out)
+ throws JAXBException ,
+ IOException ,
+ SAXException
+
+
+
+Throws:
+JAXBException
+IOException
+SAXException
+
+
+
+
+
+getSchema
+
+public static Schema getSchema (String schemafile)
+ throws SAXException
+
+
+
+Throws:
+SAXException
+
+
+
+
+
+getValidator
+
+public static Validator getValidator (String schemafile)
+ throws SAXException
+
+
+
+Returns: validator instance
+ Throws:
+SAXException
+
+
+
+
+
+getValidator
+
+public static Validator getValidator (Schema schema)
+ throws SAXException
+
+
+
+Throws:
+SAXException
+
+
+
+
+
+validate
+
+public static boolean validate (Validator validator,
+ String document)
+ throws IOException ,
+ SAXException
+
+
+
+Throws:
+IOException
+SAXException
+
+
+
+
+
+readAndValidate
+
+public <V> V readAndValidate (InputStream document,
+ Class <V> resultElemType)
+ throws JAXBException ,
+ IOException ,
+ SAXException
+
+
+
+Throws:
+JAXBException
+IOException
+SAXException
+
+
+
+
+
+read
+
+public <V> V read (InputStream instream,
+ Class <V> resultElemType)
+ throws JAXBException
+
+
+
+Throws:
+JAXBException
+
+
+
+
+
+read
+
+public <V> V read (InputStream instream,
+ Class <V> resultElemType,
+ Class <?>... classes)
+ throws JAXBException
+
+
+
+Throws:
+JAXBException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/_Key.html b/website/full_javadoc/compbio/engine/conf/_Key.html
new file mode 100644
index 0000000..4e21733
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/_Key.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+_Key
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf
+
+Class _Key
+
+java.lang.Object
+ compbio.engine.conf._Key
+
+
+Deprecated.
+
+
+@Deprecated
+ public final class _Key extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static String
+DELIM
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+_Key (Class <?> clazz)
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+DELIM
+
+public static final String DELIM
+
+Deprecated.
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+_Key
+
+public _Key (Class <?> clazz)
+
+Deprecated.
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+Deprecated.
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+Deprecated.
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+Deprecated.
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+parse
+
+public static _Key parse (String key)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/class-use/DirectoryManager.html b/website/full_javadoc/compbio/engine/conf/class-use/DirectoryManager.html
new file mode 100644
index 0000000..d881152
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/class-use/DirectoryManager.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.DirectoryManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.DirectoryManager
+
+No usage of compbio.engine.conf.DirectoryManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/class-use/PropertyHelperManager.html b/website/full_javadoc/compbio/engine/conf/class-use/PropertyHelperManager.html
new file mode 100644
index 0000000..23dd214
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/class-use/PropertyHelperManager.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.PropertyHelperManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.PropertyHelperManager
+
+No usage of compbio.engine.conf.PropertyHelperManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/class-use/RunnerConfigMarshaller.html b/website/full_javadoc/compbio/engine/conf/class-use/RunnerConfigMarshaller.html
new file mode 100644
index 0000000..a60261f
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/class-use/RunnerConfigMarshaller.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.RunnerConfigMarshaller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.conf.RunnerConfigMarshaller
+
+No usage of compbio.engine.conf.RunnerConfigMarshaller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/class-use/_Key.html b/website/full_javadoc/compbio/engine/conf/class-use/_Key.html
new file mode 100644
index 0000000..8b6f83e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/class-use/_Key.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.conf._Key
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.conf._Key
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/package-frame.html b/website/full_javadoc/compbio/engine/conf/package-frame.html
new file mode 100644
index 0000000..f4ca6ab
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/package-frame.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+compbio.engine.conf
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/package-summary.html b/website/full_javadoc/compbio/engine/conf/package-summary.html
new file mode 100644
index 0000000..cd728a9
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/package-summary.html
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+compbio.engine.conf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine.conf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/package-tree.html b/website/full_javadoc/compbio/engine/conf/package-tree.html
new file mode 100644
index 0000000..da5da43
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/package-tree.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+compbio.engine.conf Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine.conf
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/conf/package-use.html b/website/full_javadoc/compbio/engine/conf/package-use.html
new file mode 100644
index 0000000..40d367b
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/conf/package-use.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+Uses of Package compbio.engine.conf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine.conf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/AsyncLocalRunner.html b/website/full_javadoc/compbio/engine/local/AsyncLocalRunner.html
new file mode 100644
index 0000000..c9c2d39
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/AsyncLocalRunner.html
@@ -0,0 +1,402 @@
+
+
+
+
+
+
+AsyncLocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class AsyncLocalRunner
+
+java.lang.Object
+ compbio.engine.local.AsyncLocalRunner
+
+
+All Implemented Interfaces: AsyncExecutor
+
+
+
+public final class AsyncLocalRunner extends Object implements AsyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AsyncLocalRunner
+
+public AsyncLocalRunner ()
+
+
+
+
+
+
+
+
+
+getWorkDirectory
+
+public String getWorkDirectory (String jobId)
+
+
+Specified by: getWorkDirectory
in interface AsyncExecutor
+
+
+Parameters: jobId
- unique job identifier
+Returns: task working directory
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: AsyncExecutor
+Stop running job. Please not that this method does not guarantee to remove the job directory and files in it.
+
+
+Specified by: cancelJob
in interface AsyncExecutor
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: AsyncExecutor
+Query the status of the job
+
+
+Specified by: getJobStatus
in interface AsyncExecutor
+
+
+
+Returns: The JobStatus object representing the status of the job See Also: JobStatus
+
+
+
+
+
+submitJob
+
+public String submitJob (ConfiguredExecutable <?> executable)
+ throws JobSubmissionException
+
+Description copied from interface: AsyncExecutor
+Submits job for the execution
+ Immediate execution is not guaranteed, this method puts the job in the queue.
+ All it guarantees that the job will be eventually executed.
+ The start of execution will depend on the number of jobs in the queue.
+
+
+Specified by: submitJob
in interface AsyncExecutor
+
+
+
+Returns: unique job identifier
+ Throws:
+JobSubmissionException
- if submission fails. This usually happens due to the problem on a server side.
+
+
+
+
+
+cleanup
+
+public boolean cleanup (String jobId)
+
+Description copied from interface: AsyncExecutor
+Remove all files and a job directory for a jobid.
+
+
+Specified by: cleanup
in interface AsyncExecutor
+
+
+Parameters: jobId
-
+Returns: true if all files were removed, false otherwise
+
+
+
+
+
+getResults
+
+public ConfiguredExecutable <?> getResults (String taskId)
+ throws ResultNotAvailableException
+
+Description copied from interface: AsyncExecutor
+Retrieve the results of the job. Please not that current implementations of this method
+ blocks if the task is running until the end of the calculation.
+
+
+Specified by: getResults
in interface AsyncExecutor
+
+
+Parameters: taskId
- job identifier obtained at the job submission
+Returns: ConfiguredExecutable object from which result can be obtained
+ Throws:
+ResultNotAvailableException
- if the result is not available for whatever reason.
+ Could be due to execution failure, or due to the results being removed from the server at
+ the time of request.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html b/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html
new file mode 100644
index 0000000..2f86207
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/ExecutableWrapper.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+
+ExecutableWrapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class ExecutableWrapper
+
+java.lang.Object
+ compbio.engine.local.ExecutableWrapper
+
+
+All Implemented Interfaces: Callable <ConfiguredExecutable <?>>
+
+
+
+@Immutable
+ public final class ExecutableWrapper extends Object implements Callable <ConfiguredExecutable <?>>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ ConfiguredExecutable <?>
+call ()
+
+
+ It is vital that output and error streams are captured immediately for
+ this call() to succeed.
+
+
+
+static void
+shutdownService ()
+
+
+ Stops internal executor service which captures streams of native
+ executables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+PROC_OUT_FILE
+
+public static final String PROC_OUT_FILE
+
+
+See Also: Constant Field Values
+
+
+
+
+PROC_ERR_FILE
+
+public static final String PROC_ERR_FILE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ExecutableWrapper
+
+public ExecutableWrapper (ConfiguredExecutable <?> executable,
+ String workDirectory)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+
+
+
+shutdownService
+
+public static final void shutdownService ()
+
+Stops internal executor service which captures streams of native
+ executables. This method is intended for stopping service if deployed in
+ the web application content. There is NO NEED of using this method
+ otherwise as the executor service is taken care of internally.
+
+
+
+
+
+
+
+
+
+
+
+call
+
+public ConfiguredExecutable <?> call ()
+ throws IOException
+
+It is vital that output and error streams are captured immediately for
+ this call() to succeed. Thus each instance if ExecutableWrapper has 2 its
+ own thread ready to capture the output. If executor could not execute
+ capture immediately this could lead to the call method to stale, as
+ execution could not proceed without output being captured. Every call to
+ call() method will use 2 threads
+
+
+Specified by: call
in interface Callable <ConfiguredExecutable <?>>
+
+
+
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html b/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html
new file mode 100644
index 0000000..5718816
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html
@@ -0,0 +1,335 @@
+
+
+
+
+
+
+LocalEngineUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class LocalEngineUtil
+
+java.lang.Object
+ compbio.engine.local.LocalEngineUtil
+
+
+
+public final class LocalEngineUtil extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LocalEngineUtil
+
+public LocalEngineUtil ()
+
+
+
+
+
+
+
+
+
+cancelJob
+
+public static boolean cancelJob (Future <ConfiguredExecutable <?>> future,
+ String workDirectory)
+
+
+
+
+
+
+
+
+getJobStatus
+
+public static JobStatus getJobStatus (Future <ConfiguredExecutable <?>> future)
+
+
+
+
+
+
+
+
+getRecordedJobStatus
+
+public static JobStatus getRecordedJobStatus (String jobId)
+
+
+
+
+
+
+
+
+cleanup
+
+public static boolean cleanup (ConfiguredExecutable <?> confExecutable)
+
+
+
+
+
+
+
+
+getResults
+
+public static ConfiguredExecutable <?> getResults (Future <ConfiguredExecutable <?>> future,
+ String taskId)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/LocalExecutorService.html b/website/full_javadoc/compbio/engine/local/LocalExecutorService.html
new file mode 100644
index 0000000..f30d7e4
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/LocalExecutorService.html
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+LocalExecutorService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class LocalExecutorService
+
+java.lang.Object
+ java.util.concurrent.AbstractExecutorService
+ java.util.concurrent.ThreadPoolExecutor
+ compbio.engine.local.LocalExecutorService
+
+
+All Implemented Interfaces: Executor , ExecutorService
+
+
+
+public final class LocalExecutorService extends ThreadPoolExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+canAcceptMoreWork ()
+
+
+ If the Executor queue is empty
+
+
+
+static LocalExecutorService
+getExecutor ()
+
+
+ This method returns the single instance of CachedThreadPoolExecutor which
+ it cashes internally
+
+
+
+static void
+shutDown ()
+
+
+ This stops all executing processes via interruption.
+
+
+
+
+
+Methods inherited from class java.util.concurrent.ThreadPoolExecutor
+
+
+allowCoreThreadTimeOut , allowsCoreThreadTimeOut , awaitTermination , execute , getActiveCount , getCompletedTaskCount , getCorePoolSize , getKeepAliveTime , getLargestPoolSize , getMaximumPoolSize , getPoolSize , getQueue , getRejectedExecutionHandler , getTaskCount , getThreadFactory , isShutdown , isTerminated , isTerminating , prestartAllCoreThreads , prestartCoreThread , purge , remove , setCorePoolSize , setKeepAliveTime , setMaximumPoolSize , setRejectedExecutionHandler , setThreadFactory , shutdown , shutdownNow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getExecutor
+
+public static LocalExecutorService getExecutor ()
+
+This method returns the single instance of CachedThreadPoolExecutor which
+ it cashes internally
+
+
+
+Returns: the instance
+
+
+
+
+
+shutDown
+
+public static void shutDown ()
+
+This stops all executing processes via interruption. Thus it is vital
+ that all processes that use this service respond to interruption
+
+ Stops internal executor service which captures streams of native
+ executables. This method is intended for stopping service if deployed in
+ the web application context. There is NO NEED of using this method
+ otherwise as the executor service is taken care of internally.
+
+
+
+
+
+
+
+
+canAcceptMoreWork
+
+public boolean canAcceptMoreWork ()
+
+If the Executor queue is empty
+
+
+
+Returns: true is not all threads are busy, false otherwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/LocalRunner.html b/website/full_javadoc/compbio/engine/local/LocalRunner.html
new file mode 100644
index 0000000..832aed9
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/LocalRunner.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+
+LocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class LocalRunner
+
+java.lang.Object
+ compbio.engine.local.LocalRunner
+
+
+All Implemented Interfaces: SyncExecutor
+
+
+
+public final class LocalRunner extends Object implements SyncExecutor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LocalRunner
+
+public LocalRunner (ConfiguredExecutable <?> executable)
+
+
+
+
+
+
+
+
+
+getWorkDirectory
+
+public String getWorkDirectory ()
+
+
+Specified by: getWorkDirectory
in interface SyncExecutor
+
+
+
+Returns: working directory if the task
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob ()
+
+Description copied from interface: SyncExecutor
+Stops running job.
+ Clean up is not performed.
+
+
+Specified by: cancelJob
in interface SyncExecutor
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus ()
+
+Description copied from interface: SyncExecutor
+Query the status of the job by its id.
+
+
+Specified by: getJobStatus
in interface SyncExecutor
+
+
+
+Returns: - JobStatus
+
+
+
+
+
+executeJob
+
+public void executeJob ()
+ throws JobSubmissionException
+
+Description copied from interface: SyncExecutor
+Execute the job
+
+
+Specified by: executeJob
in interface SyncExecutor
+
+
+
+Throws:
+JobSubmissionException
- if submission fails
+
+
+
+
+
+waitForResult
+
+public ConfiguredExecutable <?> waitForResult ()
+ throws JobExecutionException
+
+Description copied from interface: SyncExecutor
+Call to this method block for as long as it is required for an executable to finish its job.
+ If the calculation has been completed already, the this method returns results immediately.
+ This could return the result directly, but that would be type unsafe
+
+
+Specified by: waitForResult
in interface SyncExecutor
+
+
+
+Returns: object from wich the result can be obtained
+ Throws:
+CancellationException
+JobExecutionException
+
+
+
+
+
+cleanup
+
+public boolean cleanup ()
+
+Description copied from interface: SyncExecutor
+Clean up after the job
+
+
+Specified by: cleanup
in interface SyncExecutor
+
+
+
+Returns: true if all the files created by this job have been removed successfully, false otherwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/StreamGobbler.html b/website/full_javadoc/compbio/engine/local/StreamGobbler.html
new file mode 100644
index 0000000..c155b2e
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/StreamGobbler.html
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+StreamGobbler
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+Class StreamGobbler
+
+java.lang.Object
+ compbio.engine.local.StreamGobbler
+
+
+All Implemented Interfaces: Runnable
+
+
+
+@ThreadSafe
+ public class StreamGobbler extends Object implements Runnable
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+run ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+run
+
+public void run ()
+
+
+Specified by: run
in interface Runnable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/AsyncLocalRunner.html b/website/full_javadoc/compbio/engine/local/class-use/AsyncLocalRunner.html
new file mode 100644
index 0000000..e11ca46
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/AsyncLocalRunner.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.AsyncLocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.AsyncLocalRunner
+
+No usage of compbio.engine.local.AsyncLocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/ExecutableWrapper.html b/website/full_javadoc/compbio/engine/local/class-use/ExecutableWrapper.html
new file mode 100644
index 0000000..a980401
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/ExecutableWrapper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.ExecutableWrapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.ExecutableWrapper
+
+No usage of compbio.engine.local.ExecutableWrapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/LocalEngineUtil.html b/website/full_javadoc/compbio/engine/local/class-use/LocalEngineUtil.html
new file mode 100644
index 0000000..5898f23
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/LocalEngineUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalEngineUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalEngineUtil
+
+No usage of compbio.engine.local.LocalEngineUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/LocalExecutorService.html b/website/full_javadoc/compbio/engine/local/class-use/LocalExecutorService.html
new file mode 100644
index 0000000..85a34a1
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/LocalExecutorService.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalExecutorService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalExecutorService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/LocalRunner.html b/website/full_javadoc/compbio/engine/local/class-use/LocalRunner.html
new file mode 100644
index 0000000..cd1b1e4
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/LocalRunner.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.LocalRunner
+
+No usage of compbio.engine.local.LocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/class-use/StreamGobbler.html b/website/full_javadoc/compbio/engine/local/class-use/StreamGobbler.html
new file mode 100644
index 0000000..62a4fbf
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/class-use/StreamGobbler.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.engine.local.StreamGobbler
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.engine.local.StreamGobbler
+
+No usage of compbio.engine.local.StreamGobbler
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/package-frame.html b/website/full_javadoc/compbio/engine/local/package-frame.html
new file mode 100644
index 0000000..df39840
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/package-frame.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+compbio.engine.local
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.local
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/package-summary.html b/website/full_javadoc/compbio/engine/local/package-summary.html
new file mode 100644
index 0000000..eab07c0
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/package-summary.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+compbio.engine.local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine.local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/package-tree.html b/website/full_javadoc/compbio/engine/local/package-tree.html
new file mode 100644
index 0000000..91b596b
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/package-tree.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+compbio.engine.local Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine.local
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/local/package-use.html b/website/full_javadoc/compbio/engine/local/package-use.html
new file mode 100644
index 0000000..1f346f5
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/local/package-use.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+Uses of Package compbio.engine.local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine.local
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/package-frame.html b/website/full_javadoc/compbio/engine/package-frame.html
new file mode 100644
index 0000000..c234ef6
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/package-frame.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+compbio.engine
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/package-summary.html b/website/full_javadoc/compbio/engine/package-summary.html
new file mode 100644
index 0000000..0aabf04
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/package-summary.html
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+compbio.engine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.engine
+
+
+
+
+
+Interface Summary
+
+
+AsyncExecutor
+An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface.
+
+
+SyncExecutor
+Synchronous executor, is an engine to run the Executable synchronously.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/package-tree.html b/website/full_javadoc/compbio/engine/package-tree.html
new file mode 100644
index 0000000..ecafb38
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/package-tree.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+compbio.engine Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.engine
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/engine/package-use.html b/website/full_javadoc/compbio/engine/package-use.html
new file mode 100644
index 0000000..acd40eb
--- /dev/null
+++ b/website/full_javadoc/compbio/engine/package-use.html
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+Uses of Package compbio.engine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.engine
+
+
+
+
+
+
+
+
+
+Classes in compbio.engine used by compbio.engine
+
+
+AsyncExecutor
+
+
+ An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface.
+
+
+ClusterJobId
+
+
+
+
+
+FilePuller
+
+
+
+
+
+Job
+
+
+
+
+
+SyncExecutor
+
+
+ Synchronous executor, is an engine to run the Executable synchronously.
+
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.engine used by compbio.engine.local
+
+
+AsyncExecutor
+
+
+ An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface.
+
+
+SyncExecutor
+
+
+ Synchronous executor, is an engine to run the Executable synchronously.
+
+
+
+
+
+
+
+
+Classes in compbio.engine used by compbio.ws.server
+
+
+AsyncExecutor
+
+
+ An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/Argument.html b/website/full_javadoc/compbio/metadata/Argument.html
new file mode 100644
index 0000000..67b6759
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/Argument.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+Argument
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Interface Argument<T>
+
+Type Parameters: T
- executable type
+
+All Known Implementing Classes: Option , Parameter
+
+
+
+public interface Argument<T>
+
+
+
+An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+
+
+Author:
+ pvtroshin
+
+ Date December 2009
+See Also: Parameter
,
+Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getFurtherDetails
+
+URL getFurtherDetails ()
+
+
+
+
+
+
+
+
+getDefaultValue
+
+String getDefaultValue ()
+
+
+
+
+
+
+
+
+getDescription
+
+String getDescription ()
+
+
+
+
+
+
+
+
+getName
+
+String getName ()
+
+
+
+
+
+
+
+
+getPossibleValues
+
+List <String > getPossibleValues ()
+
+
+
+Returns: List of values allowed for an Argument
+
+
+
+
+
+setValue
+
+void setValue (String defaultValue)
+ throws WrongParameterException
+
+Set default values for the parameter or an option
+
+
+Parameters: defaultValue
- the value to be set
+Throws:
+WrongParameterException
- - when the value to be set is illegal. Wrong value for
+ numeric parameter is the value defined outside it , for
+ string type parameter, wrong value is the one which is not
+ listed in possible values listSee Also: ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/ChunkHolder.html b/website/full_javadoc/compbio/metadata/ChunkHolder.html
new file mode 100644
index 0000000..f96afdf
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/ChunkHolder.html
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ChunkHolder
+
+java.lang.Object
+ compbio.metadata.ChunkHolder
+
+
+
+public class ChunkHolder extends Object
+
+
+
+Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ChunkHolder
+
+public ChunkHolder (String chunk,
+ long position)
+
+
+
+
+
+
+
+
+
+getChunk
+
+public String getChunk ()
+
+
+
+
+
+
+
+
+getNextPosition
+
+public long getNextPosition ()
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/JobExecutionException.html b/website/full_javadoc/compbio/metadata/JobExecutionException.html
new file mode 100644
index 0000000..e4a8220
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/JobExecutionException.html
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class JobExecutionException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobExecutionException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class JobExecutionException extends Exception
+
+
+
+JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained. For cluster execution it hides DrmaaException
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (String message)
+
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (Throwable cause)
+
+
+
+
+
+JobExecutionException
+
+public JobExecutionException (String message,
+ Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/JobStatus.html b/website/full_javadoc/compbio/metadata/JobStatus.html
new file mode 100644
index 0000000..2de22a6
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/JobStatus.html
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Enum JobStatus
+
+java.lang.Object
+ java.lang.Enum <JobStatus >
+ compbio.metadata.JobStatus
+
+
+All Implemented Interfaces: Serializable , Comparable <JobStatus >
+
+
+
+public enum JobStatus extends Enum <JobStatus >
+
+
+
+The status of the job.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+CANCELLED
+
+
+ Jobs that has been cancelled
+
+
+COLLECTED
+
+
+ Results has been collected
+
+
+FAILED
+
+
+ Failed jobs
+
+
+FINISHED
+
+
+ Finished jobs
+
+
+PENDING
+
+
+ Jobs which are in the queue and awaiting execution reported for cluster
+ jobs only
+
+
+RUNNING
+
+
+ Jobs that are running
+
+
+STARTED
+
+
+ Job calculation has been started.
+
+
+SUBMITTED
+
+
+ Job has been submitted.
+
+
+UNDEFINED
+
+
+ Represents jobs with unknown status
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static JobStatus
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JobStatus []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+PENDING
+
+public static final JobStatus PENDING
+
+Jobs which are in the queue and awaiting execution reported for cluster
+ jobs only
+
+
+
+
+
+
+
+RUNNING
+
+public static final JobStatus RUNNING
+
+Jobs that are running
+
+
+
+
+
+
+
+CANCELLED
+
+public static final JobStatus CANCELLED
+
+Jobs that has been cancelled
+
+
+
+
+
+
+
+FINISHED
+
+public static final JobStatus FINISHED
+
+Finished jobs
+
+
+
+
+
+
+
+FAILED
+
+public static final JobStatus FAILED
+
+Failed jobs
+
+
+
+
+
+
+
+UNDEFINED
+
+public static final JobStatus UNDEFINED
+
+Represents jobs with unknown status
+
+
+
+
+
+
+
+STARTED
+
+public static final JobStatus STARTED
+
+Job calculation has been started. First status reported by the local
+ engine
+
+
+
+
+
+
+
+SUBMITTED
+
+public static final JobStatus SUBMITTED
+
+Job has been submitted. This status is only set for cluster jobs
+
+
+
+
+
+
+
+COLLECTED
+
+public static final JobStatus COLLECTED
+
+Results has been collected
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static JobStatus [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (JobStatus c : JobStatus.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static JobStatus valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/JobSubmissionException.html b/website/full_javadoc/compbio/metadata/JobSubmissionException.html
new file mode 100644
index 0000000..3ee4bad
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/JobSubmissionException.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class JobSubmissionException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+
+
+All Implemented Interfaces: Serializable
+
+
+Direct Known Subclasses: LimitExceededException , UnsupportedRuntimeException
+
+
+
+public class JobSubmissionException extends Exception
+
+
+
+Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException. If
+ this exception is thrown the task has not been calculated
+
+
+
+
+Author:
+ pvtroshin
+
+ Date December 2009
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (String message)
+
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (Throwable cause)
+
+
+
+
+
+JobSubmissionException
+
+public JobSubmissionException (String message,
+ Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/Limit.html b/website/full_javadoc/compbio/metadata/Limit.html
new file mode 100644
index 0000000..8e90c39
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/Limit.html
@@ -0,0 +1,478 @@
+
+
+
+
+
+
+Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Limit<T>
+
+java.lang.Object
+ compbio.metadata.Limit<T>
+
+
+Type Parameters: T
- the type of an executable for which this limit is defined.
+
+
+public class Limit<T> extends Object
+
+
+
+A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset. Also contains static method for determining the
+ number of sequence and their average length in the List
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ pvtroshin
+See Also: LimitsManager
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Limit (int seqNumber,
+ int seqLength,
+ String preset)
+
+
+ Instantiate the limit
+
+
+Limit (int seqNumber,
+ int seqLength,
+ String preset,
+ boolean isDefault)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Limit
+
+public Limit (int seqNumber,
+ int seqLength,
+ String preset)
+
+Instantiate the limit
+
+
+Parameters: seqNumber
- the maximum number of sequences allowed for calculation.
+ RequiredseqLength
- the average length of the sequence, optionalpreset
- the name of preset if any, optional
+Throws:
+IllegalArgumentException
- if the seqNumber is not supplied or the seqLength is negative
+
+
+
+
+Limit
+
+public Limit (int seqNumber,
+ int seqLength,
+ String preset,
+ boolean isDefault)
+
+
+
+
+
+
+
+
+
+getPreset
+
+public String getPreset ()
+
+
+
+
+
+
+
+
+getAvgSeqLength
+
+public int getAvgSeqLength ()
+
+
+
+Returns: the allowed average sequence length
+
+
+
+
+
+getSeqNumber
+
+public int getSeqNumber ()
+
+
+
+Returns: the maximum number of sequences allowed
+
+
+
+
+
+isDefault
+
+public boolean isDefault ()
+
+
+
+Returns: true is this is a default limit to be used, false otherwise
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+isExceeded
+
+public boolean isExceeded (List <FastaSequence > data)
+
+Checks if the number of sequences or their average length in the dataset
+ exceeds this limit.
+
+
+Parameters: data
- the dataset to measure
+Returns: true if a limit is exceeded (what is the dataset is larger then
+ the limit), false otherwise. First check the number of sequences
+ in the dataset and if it exceeds the limit return true
+ irrespective of the average length. If the number of sequences in
+ the dataset is less than the limit and average length is defined,
+ then check whether the total number of letters (number of
+ sequence multiplied by the average sequence length) is greater
+ then the total number of letters in the dataset. Returns true if
+ the total number of letters in the dataset is greater than the
+ limit, false otherwise.
+
+
+
+
+
+getAvgSequenceLength
+
+public static int getAvgSequenceLength (List <FastaSequence > data)
+
+Calculates an average sequence length of the dataset
+
+
+Parameters: data
-
+Returns: an average sequence length in the input dataset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/LimitExceededException.html b/website/full_javadoc/compbio/metadata/LimitExceededException.html
new file mode 100644
index 0000000..536f610
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/LimitExceededException.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+LimitExceededException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class LimitExceededException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+ compbio.metadata.LimitExceededException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class LimitExceededException extends JobSubmissionException
+
+
+
+This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+
+
+Version:
+ 1.0 February 2010
+Author:
+ pvtroshin
+See Also: Limit
,
+Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitExceededException
+
+public LimitExceededException (String message)
+
+
+
+
+
+
+
+
+
+newLimitExceeded
+
+public static LimitExceededException newLimitExceeded (Limit <?> limit,
+ List <FastaSequence > seqs)
+
+
+
+
+
+
+
+
+getNumberOfSequencesAllowed
+
+public int getNumberOfSequencesAllowed ()
+
+
+
+
+
+
+
+
+getActualNumberofSequences
+
+public int getActualNumberofSequences ()
+
+
+
+
+
+
+
+
+getSequenceLenghtAllowed
+
+public int getSequenceLenghtAllowed ()
+
+
+
+
+
+
+
+
+getSequenceLenghtActual
+
+public int getSequenceLenghtActual ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/LimitsManager.html b/website/full_javadoc/compbio/metadata/LimitsManager.html
new file mode 100644
index 0000000..8916f78
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/LimitsManager.html
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class LimitsManager<T>
+
+java.lang.Object
+ compbio.metadata.LimitsManager<T>
+
+
+Type Parameters: T
- executable type
+
+
+public class LimitsManager<T> extends Object
+
+
+
+A collection of Limits
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ pvtroshin
+See Also: Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+LimitsManager
+
+public LimitsManager ()
+
+
+
+
+
+
+
+
+
+getLimits
+
+public List <Limit <T >> getLimits ()
+
+
+
+Returns: all limits defined for an executable T
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+getLimitByName
+
+public Limit <T > getLimitByName (String presetName)
+
+
+Parameters: presetName
-
+Returns: Limit defined for the executable T and presetName. If no limit is
+ defined for the presetName then default Limit is returned. If
+ presetName is empty or null than the default Limit will be
+ returned. If not limit defined for the type T than NULL will be
+ returned
+
+
+
+
+
+getDefaultLimit
+
+public Limit <T > getDefaultLimit ()
+
+
+
+Returns: the default Limit for an executable type T
+
+
+
+
+
+validate
+
+public void validate (PresetManager <T > presets)
+ throws ValidationException
+
+Validate Limits
+
+
+Parameters: presets
-
+Throws:
+ValidationException
- if any of the Limit defined is found to be invalid. That is
+ when
+
+ 1) No default limit is defined
+
+ 2) More than 1 default limit is defined
+
+ 3) Limit's preset name does not match any presets for type TSee Also: Limit
,
+Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/Option.html b/website/full_javadoc/compbio/metadata/Option.html
new file mode 100644
index 0000000..c488542
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/Option.html
@@ -0,0 +1,714 @@
+
+
+
+
+
+
+Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Option<T>
+
+java.lang.Object
+ compbio.metadata.Option<T>
+
+
+Type Parameters: T
- type of executable
+
+All Implemented Interfaces: Argument <T>
+
+
+Direct Known Subclasses: Parameter
+
+
+
+public class Option<T> extends Object implements Argument <T>
+
+
+
+Command line option/flag or multiple exclusive options with no value. Example
+ -protein, -dna, -auto
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Option
+
+public Option (String name,
+ String description)
+
+
+
+
+
+
+
+
+
+getName
+
+public String getName ()
+
+Human readable name of the option
+
+
+Specified by: getName
in interface Argument <T >
+
+
+
+
+
+
+
+
+setName
+
+public void setName (String name)
+
+
+
+
+
+
+
+
+
+
+
+getDescription
+
+public String getDescription ()
+
+A long description of the Option
+
+
+Specified by: getDescription
in interface Argument <T >
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription (String description)
+
+
+
+
+
+
+
+
+
+
+
+getFurtherDetails
+
+public URL getFurtherDetails ()
+
+The URL where further details about the option can be found
+
+
+Specified by: getFurtherDetails
in interface Argument <T >
+
+
+
+
+
+
+
+
+setFurtherDetails
+
+public void setFurtherDetails (URL furtherDetails)
+
+
+
+
+
+
+
+
+
+
+
+getDefaultValue
+
+public String getDefaultValue ()
+
+A default value of the option. Defaults to command line argument name
+ e.g. -auto
+
+
+Specified by: getDefaultValue
in interface Argument <T >
+
+
+
+
+
+
+
+
+setDefaultValue
+
+public void setDefaultValue (String defaultVal)
+ throws WrongParameterException
+
+Sets one of the values defined in optionList as default. Attempting set
+ the value not listed there will result in WrongParameter exception
+
+
+
+
+
+Parameters: defaultVal
-
+Throws:
+WrongParameterException
- is thrown if the defaultValue is not found in optionList
+
+
+
+
+
+isRequired
+
+public boolean isRequired ()
+
+Flag that indicated that this option must be specified in the command
+ line for an executable to run
+
+
+
+
+
+
+Returns: true is the option is required, false otherwise
+
+
+
+
+
+setRequired
+
+public void setRequired (boolean isRequired)
+
+
+
+
+
+
+
+
+
+
+
+getOptionNames
+
+public List <String > getOptionNames ()
+
+
+
+
+
+
+Returns: List of option names
+
+
+
+
+
+setOptionNames
+
+public void setOptionNames (Set <String > optionNames)
+
+
+
+
+
+
+
+
+
+
+
+addOptionNames
+
+public Set <String > addOptionNames (String ... value)
+
+Adds an option to the optionName list
+
+
+
+
+
+Parameters: value
-
+Returns: modified optionName list
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+toCommand
+
+public String toCommand (String nameValueSeparator)
+
+Convert the option to the command string.
+
+
+
+
+
+
+Returns: If only one optionName is defined, than it is returned, if many
+ option names are defined, then the defaultValue is returned.
+ Option must have a default value if there are many optionNames to
+ be valid.
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+getPossibleValues
+
+public List <String > getPossibleValues ()
+
+List of possible optionNames
+
+
+Specified by: getPossibleValues
in interface Argument <T >
+
+
+
+Returns: List of values allowed for an Argument
+
+
+
+
+
+setValue
+
+public void setValue (String dValue)
+ throws WrongParameterException
+
+Description copied from interface: Argument
+Set default values for the parameter or an option
+
+
+Specified by: setValue
in interface Argument <T >
+
+
+Parameters: dValue
- the value to be set
+Throws:
+WrongParameterException
- - when the value to be set is illegal. Wrong value for
+ numeric parameter is the value defined outside it , for
+ string type parameter, wrong value is the one which is not
+ listed in possible values listSee Also: ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/Parameter.html b/website/full_javadoc/compbio/metadata/Parameter.html
new file mode 100644
index 0000000..981fc96
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/Parameter.html
@@ -0,0 +1,572 @@
+
+
+
+
+
+
+Parameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Parameter<T>
+
+java.lang.Object
+ compbio.metadata.Option <T>
+ compbio.metadata.Parameter<T>
+
+
+All Implemented Interfaces: Argument <T>
+
+
+
+public class Parameter<T> extends Option <T>
+
+
+
+A single value containing an option supported by the web service e.g.
+ seqType=protein. Where seqType is a optionName and protein is one of
+ possibleValues
+
+
+
+
+Version:
+ 1.0 November 2009
+Author:
+ pvtroshin
+See Also: Option
,
+Argument
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.metadata.Option
+
+
+getDefaultValue , getDescription , getFurtherDetails , getName , getOptionNames , isRequired , setDescription , setFurtherDetails , setName , setRequired , setValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Parameter
+
+public Parameter (String name,
+ String description)
+
+
+
+
+
+
+
+
+
+getValidValue
+
+public ValueConstrain getValidValue ()
+
+
+
+
+
+
+
+
+setValidValue
+
+public void setValidValue (ValueConstrain validValue)
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Option <T >
+
+
+
+
+
+
+
+
+toCommand
+
+public String toCommand (String nameValueSeparator)
+
+Description copied from class: Option
+Convert the option to the command string.
+
+
+Overrides: toCommand
in class Option <T >
+
+
+
+Returns: If only one optionName is defined, than it is returned, if many
+ option names are defined, then the defaultValue is returned.
+ Option must have a default value if there are many optionNames to
+ be valid.
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Option <T >
+
+
+
+
+
+
+
+
+getPossibleValues
+
+public List <String > getPossibleValues ()
+
+List is more convenient to work with
+
+
+Specified by: getPossibleValues
in interface Argument <T >
Overrides: getPossibleValues
in class Option <T >
+
+
+
+Returns: List of String
+
+
+
+
+
+setPossibleValues
+
+public void setPossibleValues (Set <String > possibleValues)
+
+
+
+
+
+
+
+
+addPossibleValues
+
+public Set <String > addPossibleValues (String ... value)
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Option <T >
+
+
+
+
+
+
+
+
+setOptionNames
+
+public void setOptionNames (Set <String > optionName)
+
+
+Overrides: setOptionNames
in class Option <T >
+
+
+
+
+
+
+
+
+addOptionNames
+
+public Set <String > addOptionNames (String ... value)
+
+Description copied from class: Option
+Adds an option to the optionName list
+
+
+Overrides: addOptionNames
in class Option <T >
+
+
+
+Returns: modified optionName list
+
+
+
+
+
+getOptionName
+
+public String getOptionName ()
+
+
+
+
+
+
+
+
+setOptionName
+
+public void setOptionName (String optionName)
+
+
+
+
+
+
+
+
+setDefaultValue
+
+public void setDefaultValue (String defaultVal)
+ throws WrongParameterException
+
+Description copied from class: Option
+Sets one of the values defined in optionList as default. Attempting set
+ the value not listed there will result in WrongParameter exception
+
+
+Overrides: setDefaultValue
in class Option <T >
+
+
+
+Throws:
+WrongParameterException
- is thrown if the defaultValue is not found in optionList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/Preset.html b/website/full_javadoc/compbio/metadata/Preset.html
new file mode 100644
index 0000000..33c388c
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/Preset.html
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class Preset<T>
+
+java.lang.Object
+ compbio.metadata.Preset<T>
+
+
+Type Parameters: T
- executable type
+
+
+public class Preset<T> extends Object
+
+
+
+Collection of Options and Parameters with their values
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+See Also: Option
,
+Parameter
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Preset ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Preset
+
+public Preset ()
+
+
+
+
+
+
+
+
+
+setOptions
+
+public void setOptions (List <String > option)
+
+
+
+
+
+
+
+
+setName
+
+public void setName (String name)
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription (String description)
+
+
+
+
+
+
+
+
+getOptions
+
+public List <String > getOptions ()
+
+
+
+Returns: a List of Options as a String
+
+
+
+
+
+getName
+
+public String getName ()
+
+
+
+Returns: - name of the Preset
+
+
+
+
+
+getDescription
+
+public String getDescription ()
+
+
+
+Returns: - a long description of the Preset
+
+
+
+
+
+getArguments
+
+public List <Option <T >> getArguments (RunnerConfig <T > rconfig)
+ throws WrongParameterException
+
+Converts list of options as String to type Option
+
+
+Parameters: rconfig
-
+Returns: List of Options
+ Throws:
+WrongParameterException
- if the value of the parameter is invalid @see
+ Parameter
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/PresetManager.html b/website/full_javadoc/compbio/metadata/PresetManager.html
new file mode 100644
index 0000000..678ec50
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/PresetManager.html
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class PresetManager<T>
+
+java.lang.Object
+ compbio.metadata.PresetManager<T>
+
+
+Type Parameters: T
- type of executable.
+
+
+public class PresetManager<T> extends Object
+
+
+
+Collection of presets and methods to manipulate them @see Preset
+
+
+
+
+Version:
+ 1.0 December 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+LOCAL_ENGINE_LIMIT_PRESET
+
+public static final String LOCAL_ENGINE_LIMIT_PRESET
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PresetManager
+
+public PresetManager ()
+
+
+
+
+
+
+
+
+
+getPresets
+
+public List <Preset <T >> getPresets ()
+
+
+
+
+
+
+
+
+setPresets
+
+public void setPresets (List <Preset <T >> presets)
+
+
+
+
+
+
+
+
+getRunnerClassName
+
+public String getRunnerClassName ()
+
+
+
+Returns: fully qualified class name of type T
+
+
+
+
+
+setRunnerClassName
+
+public void setRunnerClassName (String runnerClassName)
+
+
+
+
+
+
+
+
+getPresetByName
+
+public Preset <T > getPresetByName (String presetName)
+
+
+Parameters: presetName
-
+Returns: preset by its name, null if no preset found
+
+
+
+
+
+validate
+
+public void validate (RunnerConfig <T > options)
+ throws ValidationException
+
+Checks whether preset option and parameter are defined in RunnerConfig
+ object.
+
+ TODO handle parameters with values properly!
+
+
+
+Throws:
+ValidationException
- if preset is found to be invalid.
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/ResultNotAvailableException.html b/website/full_javadoc/compbio/metadata/ResultNotAvailableException.html
new file mode 100644
index 0000000..66c499d
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/ResultNotAvailableException.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ResultNotAvailableException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.ResultNotAvailableException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class ResultNotAvailableException extends Exception
+
+
+
+ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained. For cluster execution it hides lower level exceptions
+ like DrmaaException
+
+
+
+
+Author:
+ pvtroshin
+
+ Date October 2009
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (String message)
+
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (Throwable cause)
+
+
+
+
+
+ResultNotAvailableException
+
+public ResultNotAvailableException (String message,
+ Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/RunnerConfig.html b/website/full_javadoc/compbio/metadata/RunnerConfig.html
new file mode 100644
index 0000000..71c68da
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/RunnerConfig.html
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class RunnerConfig<T>
+
+java.lang.Object
+ compbio.metadata.RunnerConfig<T>
+
+
+Type Parameters: T
- type of an Executable
+
+
+@NotThreadSafe
+ public class RunnerConfig<T> extends Object
+
+
+
+The list of Parameter
s and Option
s supported by executable.
+ The lists is defined in and loaded from Parameters.xml file.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RunnerConfig
+
+public RunnerConfig ()
+
+
+
+
+
+
+
+
+
+copyAndValidateRConfig
+
+public RunnerConfig <T > copyAndValidateRConfig (RunnerConfig <?> runnerConf)
+
+
+
+
+
+
+
+
+getOptions
+
+public List <Option <T >> getOptions ()
+
+Returns the list of the Options supported by the executable of type T
+
+
+
+Returns: list of Option
supported by type T See Also: Option
+
+
+
+
+
+addParameter
+
+public void addParameter (Parameter <T > param)
+
+Adds parameter to the internal parameter list
+
+
+Parameters: param
- the Parameter
to addSee Also: Parameter
+
+
+
+
+
+addOption
+
+public void addOption (Option <T > option)
+
+Adds Option to the internal list of options
+
+
+Parameters: option
- the Option
to add
+
+
+
+
+
+getArguments
+
+public List <Option <T >> getArguments ()
+
+Returns list of Parameter
and Option
supported by current
+ runner
+
+
+
+Returns: list of Option
and Parameter
supported by type T
+
+
+
+
+
+getPrmSeparator
+
+public String getPrmSeparator ()
+
+
+
+Returns: name value separator character
+
+
+
+
+
+setPrmSeparator
+
+public void setPrmSeparator (String prmSeparator)
+
+Sets name value separator character
+
+
+Parameters: prmSeparator
- the separator char
+
+
+
+
+
+setOptions
+
+public void setOptions (List <Option <T >> parameters)
+
+Adds the list of options or parameters to the internal list of options
+
+
+Parameters: parameters
- the list of parameters to add
+
+
+
+
+
+getRunnerClassName
+
+public String getRunnerClassName ()
+
+
+
+Returns: fully qualified class name for type T
+
+
+
+
+
+setRunnerClassName
+
+public void setRunnerClassName (String runnerClassName)
+
+Set the name of a runner class
+
+
+Parameters: runnerClassName
- the name of the executable wrapping class
+
+
+
+
+
+setParameters
+
+public void setParameters (List <Parameter <T >> parameters)
+
+Sets the list of parameters as internal list
+
+
+Parameters: parameters
- the list of parameters
+
+
+
+
+
+getParameters
+
+public List <Parameter <T >> getParameters ()
+
+Returns the list of parameters supported executable of type T. Where
+ Parameter
is an Option
with value.
+
+
+
+Returns: List of Parameter
supported by type T.
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+getArgument
+
+public Option <T > getArgument (String name)
+
+Returns the argument by its name if found, NULL otherwise. Where the
+ Argument is a common interface for Option
and Parameter
+ therefore this method can return either. If you need to retrieve the
+ Option by its optionNames use @link
+ getArgumentByOptionName(String)
method. The
+ difference between option name and optionName is explained by the
+ following example:
+
+
+ Sequence type
+
+ --nuc - Assume the sequences are nucleotide.
+ --amino - Assume the sequences are amino acid.
+ --amino
+ --nuc
+ --auto
+
+
+ In the example, the "Sequence type" is a name whereas --amino, --nuc and
+ --auto are all optionNames. This dichotomy only manifests in
+ Option
never in Parameters
as the latter can
+ only have single element
+
+
+Parameters: name
- the Parameter of Option name
+Returns: Argument
+
+
+
+
+
+removeArgument
+
+public boolean removeArgument (String name)
+
+Removes the argument Argument
if found. Where Argument is either
+ Option
or Parameter
.
+
+
+Parameters: name
- of the argument
+Returns: true if argument was removed, false otherwise
+
+
+
+
+
+getArgumentByOptionName
+
+public Option <T > getArgumentByOptionName (String optionName)
+
+Returns the argument by option name, NULL if the argument is not found
+
+
+Parameters: optionName
- - the optionName. This is not the same as an Option name.
+
+ For example:
+
+
+ Output sequences order
+ --inputorder - Output order: same as input.
+ --reorder - Output order: aligned. Default: same as input
+ --inputorder
+ --reorder
+
+
+ The name of the option in the example is
+ "Output sequences order" whereas optionNames are
+ "--inputorder" and "--reorder". If you need to retrieve the
+ Option or Parameter by its names use
+ getArgument(String)
method
+Returns: Option
+
+
+
+
+
+removeArgumentByOptionName
+
+public boolean removeArgumentByOptionName (String optionName)
+
+Removes the argument which can be a Parameter or an Option instance by
+ the value in element of the runner configuration
+ descriptor.
+
+
+Parameters: optionName
- the optionName of the option, do not confuse with the name!
+Returns: true if argument with optionName exists and was removed, false
+ otherwise See Also: for destinctions
+ between optionNames and the name of the Option
+
+
+
+
+
+validate
+
+public void validate ()
+ throws ValidationException
+
+Validate the value of the argument. Checks whether the argument value is
+ in the valid values range.
+
+
+
+Throws:
+ValidationException
- if any of the arguments found invalid which is when
+
+ Parameter value outside ValueConstrain
boundary
+ Parameter name is not listed in possible values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html b/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html
new file mode 100644
index 0000000..d310cc2
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/UnsupportedRuntimeException.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class UnsupportedRuntimeException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.JobSubmissionException
+ compbio.metadata.UnsupportedRuntimeException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class UnsupportedRuntimeException extends JobSubmissionException
+
+
+
+Indicates that the server could not execute native executables. e.g. If Mafft
+ (unix executable) is asked to be run on Windows. In context of JABAWS this
+ exception indicates that the service is deployed but is not able to run.
+
+
+
+
+Author:
+ pvtroshin
+
+ Date February 2010
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+UnsupportedRuntimeException
+
+public UnsupportedRuntimeException (String message)
+
+
+
+
+
+UnsupportedRuntimeException
+
+public UnsupportedRuntimeException (Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/ValueConstrain.Type.html b/website/full_javadoc/compbio/metadata/ValueConstrain.Type.html
new file mode 100644
index 0000000..8ade71a
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/ValueConstrain.Type.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+ValueConstrain.Type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Enum ValueConstrain.Type
+
+java.lang.Object
+ java.lang.Enum <ValueConstrain.Type >
+ compbio.metadata.ValueConstrain.Type
+
+
+All Implemented Interfaces: Serializable , Comparable <ValueConstrain.Type >
+
+
+Enclosing class: ValueConstrain
+
+
+
+public static enum ValueConstrain.Type extends Enum <ValueConstrain.Type >
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+Float
+
+
+
+
+
+Integer
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static ValueConstrain.Type
+valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static ValueConstrain.Type []
+values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+Integer
+
+public static final ValueConstrain.Type Integer
+
+
+
+
+
+
+
+Float
+
+public static final ValueConstrain.Type Float
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static ValueConstrain.Type [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ValueConstrain.Type c : ValueConstrain.Type.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static ValueConstrain.Type valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/ValueConstrain.html b/website/full_javadoc/compbio/metadata/ValueConstrain.html
new file mode 100644
index 0000000..d2951b7
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/ValueConstrain.html
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class ValueConstrain
+
+java.lang.Object
+ compbio.metadata.ValueConstrain
+
+
+
+public class ValueConstrain extends Object
+
+
+
+The type and the lower and upper boundaries for numerical value.
+
+
+
+
+Version:
+ 1.0 November 2009
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ValueConstrain
+
+public ValueConstrain ()
+
+
+
+
+
+
+
+
+
+getType
+
+public ValueConstrain.Type getType ()
+
+
+
+
+
+
+
+
+setType
+
+public void setType (ValueConstrain.Type type)
+
+
+
+
+
+
+
+
+getMax
+
+public Number getMax ()
+
+
+
+
+
+
+
+
+setMax
+
+public void setMax (String max)
+
+
+
+
+
+
+
+
+getMin
+
+public Number getMin ()
+
+
+
+
+
+
+
+
+setMin
+
+public void setMin (String min)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/WrongParameterException.html b/website/full_javadoc/compbio/metadata/WrongParameterException.html
new file mode 100644
index 0000000..5c65ccb
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/WrongParameterException.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+Class WrongParameterException
+
+java.lang.Object
+ java.lang.Throwable
+ java.lang.Exception
+ compbio.metadata.WrongParameterException
+
+
+All Implemented Interfaces: Serializable
+
+
+
+public class WrongParameterException extends Exception
+
+
+
+WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+Version:
+ 1.0 October 2009
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Throwable
+
+
+fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (Option <?> option)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (String message)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (Throwable cause)
+
+
+
+
+
+WrongParameterException
+
+public WrongParameterException (String message,
+ Throwable cause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/Argument.html b/website/full_javadoc/compbio/metadata/class-use/Argument.html
new file mode 100644
index 0000000..a50fc20
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/Argument.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Interface compbio.metadata.Argument
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Interface compbio.metadata.Argument
+
+
+
+
+
+Packages that use Argument
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata that implement Argument
+
+
+
+ class
+Option<T>
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+
+ class
+Parameter<T>
+
+
+ A single value containing an option supported by the web service e.g.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/ChunkHolder.html b/website/full_javadoc/compbio/metadata/class-use/ChunkHolder.html
new file mode 100644
index 0000000..455a58f
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/ChunkHolder.html
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.server that return ChunkHolder
+
+
+
+ ChunkHolder
+GenericMetadataService. pullExecStatistics (String jobId,
+ long position)
+
+
+ Assume statistics is not supported
+
+
+
+ ChunkHolder
+ClustalWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+_MsaService. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+AAConWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+MuscleWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+JronnWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+MafftWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+TcoffeeWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+ProbconsWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+ ChunkHolder
+ClustalOWS. pullExecStatistics (String jobId,
+ long position)
+
+
+
+
+
+
+static ChunkHolder
+WSUtil. pullFile (String file,
+ long position)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/JobExecutionException.html b/website/full_javadoc/compbio/metadata/class-use/JobExecutionException.html
new file mode 100644
index 0000000..19c1c10
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/JobExecutionException.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobExecutionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/JobStatus.html b/website/full_javadoc/compbio/metadata/class-use/JobStatus.html
new file mode 100644
index 0000000..627baed
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/JobStatus.html
@@ -0,0 +1,516 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.metadata that return JobStatus
+
+
+
+static JobStatus
+JobStatus. valueOf (String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static JobStatus []
+JobStatus. values ()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html b/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html
new file mode 100644
index 0000000..eb72fed
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/JobSubmissionException.html
@@ -0,0 +1,872 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.server that throw JobSubmissionException
+
+
+
+ String
+ClustalWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+_MsaService. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+MuscleWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+MafftWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+TcoffeeWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+ProbconsWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+ClustalOWS. align (List <FastaSequence > sequences)
+
+
+
+
+
+
+static
+
+
+WSUtil. align (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger logger,
+ String callingMethod,
+ Limit <T> limit)
+
+
+
+
+
+
+ String
+AAConWS. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+static
+
+
+WSUtil. analize (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger log,
+ String method,
+ Limit <T> limit)
+
+
+
+
+
+
+ String
+ClustalOWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalO >> options)
+
+
+
+
+
+
+ String
+ClustalWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalW >> options)
+
+
+
+
+
+
+ String
+MafftWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Mafft >> options)
+
+
+
+
+
+
+ String
+MuscleWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Muscle >> options)
+
+
+
+
+
+
+ String
+ProbconsWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Probcons >> options)
+
+
+
+
+
+
+ String
+_MsaService. customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+TcoffeeWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Tcoffee >> options)
+
+
+
+
+
+
+ String
+DisemblWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+
+
+
+
+
+
+ String
+GlobPlotWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+ClustalOWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalO > preset)
+
+
+
+
+
+
+ String
+ClustalWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalW > preset)
+
+
+
+
+
+
+ String
+MafftWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Mafft > preset)
+
+
+
+
+
+
+ String
+MuscleWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Muscle > preset)
+
+
+
+
+
+
+ String
+ProbconsWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Probcons > preset)
+
+
+
+
+
+
+ String
+_MsaService. presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+ String
+TcoffeeWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Tcoffee > preset)
+
+
+
+
+
+
+ String
+DisemblWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+
+
+
+
+
+
+ String
+GlobPlotWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+
+
+
+
+
+
+ String
+IUPredWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+static void
+WSUtil. validateAAConInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+static void
+WSUtil. validateFastaInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/Limit.html b/website/full_javadoc/compbio/metadata/class-use/Limit.html
new file mode 100644
index 0000000..f7d7559
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/Limit.html
@@ -0,0 +1,522 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Limit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/LimitExceededException.html b/website/full_javadoc/compbio/metadata/class-use/LimitExceededException.html
new file mode 100644
index 0000000..c7dce66
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/LimitExceededException.html
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitExceededException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitExceededException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.server that throw LimitExceededException
+
+
+
+static
+
+
+WSUtil. align (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger logger,
+ String callingMethod,
+ Limit <T> limit)
+
+
+
+
+
+
+ String
+AAConWS. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. analize (List <FastaSequence > sequences)
+
+
+
+
+
+
+ String
+DisemblWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+
+
+
+
+
+
+ String
+GlobPlotWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+DisemblWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+
+
+
+
+
+
+ String
+GlobPlotWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+
+
+
+
+
+
+ String
+IUPredWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/LimitsManager.html b/website/full_javadoc/compbio/metadata/class-use/LimitsManager.html
new file mode 100644
index 0000000..f587b09
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/LimitsManager.html
@@ -0,0 +1,436 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.LimitsManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/Option.html b/website/full_javadoc/compbio/metadata/class-use/Option.html
new file mode 100644
index 0000000..9c6d5ca
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/Option.html
@@ -0,0 +1,611 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Option
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.metadata with type arguments of type Option
+
+
+
+ void
+RunnerConfig. setOptions (List <Option <T >> parameters)
+
+
+ Adds the list of options or parameters to the internal list of options
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.ws.server with type arguments of type Option
+
+
+
+ String
+ClustalOWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalO >> options)
+
+
+
+
+
+
+ String
+ClustalWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalW >> options)
+
+
+
+
+
+
+ String
+MafftWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Mafft >> options)
+
+
+
+
+
+
+ String
+MuscleWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Muscle >> options)
+
+
+
+
+
+
+ String
+ProbconsWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Probcons >> options)
+
+
+
+
+
+
+ String
+_MsaService. customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+TcoffeeWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Tcoffee >> options)
+
+
+
+
+
+
+ String
+DisemblWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+
+
+
+
+
+
+ String
+GlobPlotWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+static
+
+
+WSUtil. getCommands (List <Option <T>> options,
+ String keyValueSeparator)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/Parameter.html b/website/full_javadoc/compbio/metadata/class-use/Parameter.html
new file mode 100644
index 0000000..8f97a23
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/Parameter.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Parameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Parameter
+
+
+
+
+
+Packages that use Parameter
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+compbio.runner
+Utilities commonly used by all runners.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/Preset.html b/website/full_javadoc/compbio/metadata/class-use/Preset.html
new file mode 100644
index 0000000..809e593
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/Preset.html
@@ -0,0 +1,433 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.Preset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.server with parameters of type Preset
+
+
+
+ String
+ClustalOWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalO > preset)
+
+
+
+
+
+
+ String
+ClustalWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalW > preset)
+
+
+
+
+
+
+ String
+MafftWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Mafft > preset)
+
+
+
+
+
+
+ String
+MuscleWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Muscle > preset)
+
+
+
+
+
+
+ String
+ProbconsWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Probcons > preset)
+
+
+
+
+
+
+ String
+_MsaService. presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+ String
+TcoffeeWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Tcoffee > preset)
+
+
+
+
+
+
+ String
+DisemblWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+
+
+
+
+
+
+ String
+GlobPlotWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+
+
+
+
+
+
+ String
+IUPredWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/PresetManager.html b/website/full_javadoc/compbio/metadata/class-use/PresetManager.html
new file mode 100644
index 0000000..fa34e9b
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/PresetManager.html
@@ -0,0 +1,404 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.PresetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html b/website/full_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html
new file mode 100644
index 0000000..e5e4f2d
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/ResultNotAvailableException.html
@@ -0,0 +1,633 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/RunnerConfig.html b/website/full_javadoc/compbio/metadata/class-use/RunnerConfig.html
new file mode 100644
index 0000000..21645ab
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/RunnerConfig.html
@@ -0,0 +1,468 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.RunnerConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html b/website/full_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html
new file mode 100644
index 0000000..9b5dc48
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/UnsupportedRuntimeException.html
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.UnsupportedRuntimeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html b/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html
new file mode 100644
index 0000000..00eb069
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.Type.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain.Type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain.Type
+
+
+
+
+
+Packages that use ValueConstrain.Type
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.html b/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.html
new file mode 100644
index 0000000..8f1abd2
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/ValueConstrain.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.ValueConstrain
+
+
+
+
+
+Packages that use ValueConstrain
+
+
+compbio.metadata
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/class-use/WrongParameterException.html b/website/full_javadoc/compbio/metadata/class-use/WrongParameterException.html
new file mode 100644
index 0000000..4d53ad2
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/class-use/WrongParameterException.html
@@ -0,0 +1,481 @@
+
+
+
+
+
+
+Uses of Class compbio.metadata.WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.metadata.WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods in compbio.ws.server that throw WrongParameterException
+
+
+
+ String
+ClustalOWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalO >> options)
+
+
+
+
+
+
+ String
+ClustalWS. customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalW >> options)
+
+
+
+
+
+
+ String
+MafftWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Mafft >> options)
+
+
+
+
+
+
+ String
+MuscleWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Muscle >> options)
+
+
+
+
+
+
+ String
+ProbconsWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Probcons >> options)
+
+
+
+
+
+
+ String
+_MsaService. customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+TcoffeeWS. customAlign (List <FastaSequence > sequences,
+ List <Option <Tcoffee >> options)
+
+
+
+
+
+
+ String
+DisemblWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+
+
+
+
+
+
+ String
+GlobPlotWS. customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+
+
+
+
+
+
+ String
+ClustalOWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalO > preset)
+
+
+
+
+
+
+ String
+ClustalWS. presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalW > preset)
+
+
+
+
+
+
+ String
+MafftWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Mafft > preset)
+
+
+
+
+
+
+ String
+MuscleWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Muscle > preset)
+
+
+
+
+
+
+ String
+ProbconsWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Probcons > preset)
+
+
+
+
+
+
+ String
+_MsaService. presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+ String
+TcoffeeWS. presetAlign (List <FastaSequence > sequences,
+ Preset <Tcoffee > preset)
+
+
+
+
+
+
+ String
+DisemblWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+
+
+
+
+
+
+ String
+GlobPlotWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+
+
+
+
+
+
+ String
+IUPredWS. presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+
+
+
+
+
+
+ String
+SequenceAnnotationService. presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/package-frame.html b/website/full_javadoc/compbio/metadata/package-frame.html
new file mode 100644
index 0000000..4185822
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/package-frame.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/package-summary.html b/website/full_javadoc/compbio/metadata/package-summary.html
new file mode 100644
index 0000000..6f878d7
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/package-summary.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.metadata
+
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+
+See:
+
+ Description
+
+
+
+
+
+Interface Summary
+
+
+Argument<T>
+An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+
+
+
+
+
+
+
+Class Summary
+
+
+ChunkHolder
+Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+Limit<T>
+A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager<T>
+A collection of Limits
+
+
+Option<T>
+Command line option/flag or multiple exclusive options with no value.
+
+
+Parameter<T>
+A single value containing an option supported by the web service e.g.
+
+
+Preset<T>
+Collection of Options and Parameters with their values
+
+
+PresetManager<T>
+Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig<T>
+The list of Parameter
s and Option
s supported by executable.
+
+
+ValueConstrain
+The type and the lower and upper boundaries for numerical value.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Exception Summary
+
+
+JobExecutionException
+JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+JobSubmissionException
+Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+LimitExceededException
+This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+ResultNotAvailableException
+ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+UnsupportedRuntimeException
+Indicates that the server could not execute native executables.
+
+
+WrongParameterException
+WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+Package compbio.metadata Description
+
+
+
+A meta-data model for multiple sequence alignment web services
+ Classes in this package have no dependencies to other sources in the project.
+ They form a base layer of JAva Bioinformatics Analysis Web Services (JABAWS)
+
+
+
+
+Version:
+ 1.0 January 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/package-tree.html b/website/full_javadoc/compbio/metadata/package-tree.html
new file mode 100644
index 0000000..88378ff
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/package-tree.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+compbio.metadata Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.metadata
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/metadata/package-use.html b/website/full_javadoc/compbio/metadata/package-use.html
new file mode 100644
index 0000000..41fa6d9
--- /dev/null
+++ b/website/full_javadoc/compbio/metadata/package-use.html
@@ -0,0 +1,848 @@
+
+
+
+
+
+
+Uses of Package compbio.metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.metadata
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.data.msa
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitExceededException
+
+
+ This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+ResultNotAvailableException
+
+
+ ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+UnsupportedRuntimeException
+
+
+ Indicates that the server could not execute native executables.
+
+
+WrongParameterException
+
+
+ WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.data.msa.jaxws
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.engine
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobExecutionException
+
+
+ JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+ResultNotAvailableException
+
+
+ ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.engine.client
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+ResultNotAvailableException
+
+
+ ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+UnsupportedRuntimeException
+
+
+ Indicates that the server could not execute native executables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.metadata
+
+
+Argument
+
+
+ An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitExceededException
+
+
+ This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Parameter
+
+
+ A single value containing an option supported by the web service e.g.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+ValueConstrain
+
+
+ The type and the lower and upper boundaries for numerical value.
+
+
+ValueConstrain.Type
+
+
+
+
+
+WrongParameterException
+
+
+ WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.runner
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Parameter
+
+
+ A single value containing an option supported by the web service e.g.
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Classes in compbio.metadata used by compbio.ws.server
+
+
+ChunkHolder
+
+
+ Represents a chunk of a string data together with the position in a file for
+ the next read operation.
+
+
+JobStatus
+
+
+ The status of the job.
+
+
+JobSubmissionException
+
+
+ Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException.
+
+
+Limit
+
+
+ A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset.
+
+
+LimitExceededException
+
+
+ This exception is thrown if the task larger in size that the limit that
+ applies to the calculation.
+
+
+LimitsManager
+
+
+ A collection of Limits
+
+
+Option
+
+
+ Command line option/flag or multiple exclusive options with no value.
+
+
+Preset
+
+
+ Collection of Options and Parameters with their values
+
+
+PresetManager
+
+
+ Collection of presets and methods to manipulate them @see Preset
+
+
+ResultNotAvailableException
+
+
+ ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained.
+
+
+RunnerConfig
+
+
+ The list of Parameter
s and Option
s supported by executable.
+
+
+UnsupportedRuntimeException
+
+
+ Indicates that the server could not execute native executables.
+
+
+WrongParameterException
+
+
+ WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/BlastBlastComparator.html b/website/full_javadoc/compbio/pipeline/_jpred/BlastBlastComparator.html
new file mode 100644
index 0000000..c3e324f
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/BlastBlastComparator.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+BlastBlastComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class BlastBlastComparator
+
+java.lang.Object
+ compbio.pipeline._jpred.BlastBlastComparator
+
+
+
+public class BlastBlastComparator extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+ args[0] is assumed to be the name of a Blast output file
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+BlastBlastComparator
+
+public BlastBlastComparator ()
+
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+ throws FileNotFoundException ,
+ XMLStreamException
+
+args[0] is assumed to be the name of a Blast output file
+
+
+
+Throws:
+XMLStreamException
+FileNotFoundException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/BlastHmmerComparator.html b/website/full_javadoc/compbio/pipeline/_jpred/BlastHmmerComparator.html
new file mode 100644
index 0000000..920418a
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/BlastHmmerComparator.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+BlastHmmerComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class BlastHmmerComparator
+
+java.lang.Object
+ compbio.pipeline._jpred.BlastHmmerComparator
+
+
+
+public class BlastHmmerComparator extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+ args[0] is assumed to be the name of a Blast output file
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+BlastHmmerComparator
+
+public BlastHmmerComparator ()
+
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+ throws XMLStreamException ,
+ IOException
+
+args[0] is assumed to be the name of a Blast output file
+
+
+
+Throws:
+XMLStreamException
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/BlastParser.html b/website/full_javadoc/compbio/pipeline/_jpred/BlastParser.html
new file mode 100644
index 0000000..ed0799f
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/BlastParser.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+BlastParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class BlastParser
+
+java.lang.Object
+ compbio.pipeline._jpred.BlastParser
+
+
+
+public class BlastParser extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+ args[0] is assumed to be the name of a Blast output file
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+BlastParser
+
+public BlastParser (String file)
+ throws FileNotFoundException ,
+ XMLStreamException
+
+
+
+Throws:
+FileNotFoundException
+XMLStreamException
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+ throws FileNotFoundException ,
+ XMLStreamException
+
+args[0] is assumed to be the name of a Blast output file
+
+
+
+Throws:
+XMLStreamException
+FileNotFoundException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/Hit.EvalueComporator.html b/website/full_javadoc/compbio/pipeline/_jpred/Hit.EvalueComporator.html
new file mode 100644
index 0000000..024fc0d
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/Hit.EvalueComporator.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Hit.EvalueComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class Hit.EvalueComporator
+
+java.lang.Object
+ compbio.pipeline._jpred.Hit.EvalueComporator
+
+
+All Implemented Interfaces: Comparator <Hit >
+
+
+Enclosing class: Hit
+
+
+
+public static final class Hit.EvalueComporator extends Object implements Comparator <Hit >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+compare (Hit o1,
+ Hit o2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Hit.EvalueComporator
+
+public Hit.EvalueComporator ()
+
+
+
+
+
+
+
+
+
+compare
+
+public int compare (Hit o1,
+ Hit o2)
+
+
+Specified by: compare
in interface Comparator <Hit >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/Hit.NumberComporator.html b/website/full_javadoc/compbio/pipeline/_jpred/Hit.NumberComporator.html
new file mode 100644
index 0000000..bf756e3
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/Hit.NumberComporator.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+Hit.NumberComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class Hit.NumberComporator
+
+java.lang.Object
+ compbio.pipeline._jpred.Hit.NumberComporator
+
+
+All Implemented Interfaces: Comparator <Hit >
+
+
+Enclosing class: Hit
+
+
+
+public static final class Hit.NumberComporator extends Object implements Comparator <Hit >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+compare (Hit o1,
+ Hit o2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Hit.NumberComporator
+
+public Hit.NumberComporator ()
+
+
+
+
+
+
+
+
+
+compare
+
+public int compare (Hit o1,
+ Hit o2)
+
+
+Specified by: compare
in interface Comparator <Hit >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/Hit.html b/website/full_javadoc/compbio/pipeline/_jpred/Hit.html
new file mode 100644
index 0000000..7c7bb73
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/Hit.html
@@ -0,0 +1,324 @@
+
+
+
+
+
+
+Hit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class Hit
+
+java.lang.Object
+ compbio.pipeline._jpred.Hit
+
+
+
+public class Hit extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Hit ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Hit
+
+public Hit ()
+
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/JackHmmerHitParser.html b/website/full_javadoc/compbio/pipeline/_jpred/JackHmmerHitParser.html
new file mode 100644
index 0000000..a164222
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/JackHmmerHitParser.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+JackHmmerHitParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class JackHmmerHitParser
+
+java.lang.Object
+ compbio.pipeline._jpred.JackHmmerHitParser
+
+
+
+public class JackHmmerHitParser extends Object
+
+
+
+Parser for the following files:
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JackHmmerHitParser
+
+public JackHmmerHitParser (String file)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+ throws IOException
+
+
+
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/Jpred4.html b/website/full_javadoc/compbio/pipeline/_jpred/Jpred4.html
new file mode 100644
index 0000000..d60ba46
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/Jpred4.html
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+Jpred4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class Jpred4
+
+java.lang.Object
+ compbio.pipeline._jpred.Jpred4
+
+
+
+public class Jpred4 extends Object
+
+
+
+jpred --sequence OR --alignment [--db
+ ] [--pred-nohits] [--logLevel=(ERROR|INFO|DEBUG)] [--help]
+
+ jpred4 --sequence The path to the sequence (in FASTA format) you
+ want to predict OR
+
+ [--alignment ] The alignment which to use for prediction
+
+ [--profile=]
+
+ [--db ] Database to use for PSI-BLAST querying. Default: uniref90 (
+ /homes/www-jpred/databases/uniref90.filt) Please note that database must be
+ psi-blast indexed
+
+ [--pred-nohits] Toggle allowing Jpred to make predictions even when there are
+ no PSI-BLAST hits.
+
+ [--logLevel=(ERROR|INFO|DEBUG)] one of ERROR, INFO, DEBUG [--help]
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Jpred4 ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+runPsiBlast ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Jpred4
+
+public Jpred4 ()
+
+
+
+
+
+
+
+
+
+runPsiBlast
+
+public void runPsiBlast ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/PScore.html b/website/full_javadoc/compbio/pipeline/_jpred/PScore.html
new file mode 100644
index 0000000..1229927
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/PScore.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+PScore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class PScore
+
+java.lang.Object
+ compbio.pipeline._jpred.PScore
+
+
+
+public class PScore extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+PScore ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PScore
+
+public PScore ()
+
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/Pairwise.html b/website/full_javadoc/compbio/pipeline/_jpred/Pairwise.html
new file mode 100644
index 0000000..b7f3bbd
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/Pairwise.html
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+Pairwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+Class Pairwise
+
+java.lang.Object
+ compbio.pipeline._jpred.Pairwise
+
+
+
+public class Pairwise extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Pairwise
+
+public Pairwise (List <FastaSequence > sequences)
+
+
+
+
+
+
+
+
+
+main
+
+public static final void main (String [] args)
+ throws FileNotFoundException ,
+ IOException
+
+
+
+Throws:
+FileNotFoundException
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastBlastComparator.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastBlastComparator.html
new file mode 100644
index 0000000..bd9336a
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastBlastComparator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastBlastComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastBlastComparator
+
+No usage of compbio.pipeline._jpred.BlastBlastComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastHmmerComparator.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastHmmerComparator.html
new file mode 100644
index 0000000..da94135
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastHmmerComparator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastHmmerComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastHmmerComparator
+
+No usage of compbio.pipeline._jpred.BlastHmmerComparator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastParser.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastParser.html
new file mode 100644
index 0000000..b9775e9
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/BlastParser.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.BlastParser
+
+No usage of compbio.pipeline._jpred.BlastParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.EvalueComporator.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.EvalueComporator.html
new file mode 100644
index 0000000..9ad171e
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.EvalueComporator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit.EvalueComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit.EvalueComporator
+
+No usage of compbio.pipeline._jpred.Hit.EvalueComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.NumberComporator.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.NumberComporator.html
new file mode 100644
index 0000000..b974937
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.NumberComporator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit.NumberComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit.NumberComporator
+
+No usage of compbio.pipeline._jpred.Hit.NumberComporator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.html
new file mode 100644
index 0000000..c05db57
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Hit.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Hit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/JackHmmerHitParser.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/JackHmmerHitParser.html
new file mode 100644
index 0000000..526766b
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/JackHmmerHitParser.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.JackHmmerHitParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.JackHmmerHitParser
+
+No usage of compbio.pipeline._jpred.JackHmmerHitParser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/Jpred4.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Jpred4.html
new file mode 100644
index 0000000..47b95db
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Jpred4.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Jpred4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Jpred4
+
+No usage of compbio.pipeline._jpred.Jpred4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/PScore.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/PScore.html
new file mode 100644
index 0000000..2241a69
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/PScore.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.PScore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.PScore
+
+No usage of compbio.pipeline._jpred.PScore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/class-use/Pairwise.html b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Pairwise.html
new file mode 100644
index 0000000..70891f2
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/class-use/Pairwise.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Pairwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.pipeline._jpred.Pairwise
+
+No usage of compbio.pipeline._jpred.Pairwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/package-frame.html b/website/full_javadoc/compbio/pipeline/_jpred/package-frame.html
new file mode 100644
index 0000000..987d157
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/package-frame.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+
+
+
+
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/package-summary.html b/website/full_javadoc/compbio/pipeline/_jpred/package-summary.html
new file mode 100644
index 0000000..6995eb5
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/package-summary.html
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+compbio.pipeline._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.pipeline._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/package-tree.html b/website/full_javadoc/compbio/pipeline/_jpred/package-tree.html
new file mode 100644
index 0000000..e67af61
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/package-tree.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+compbio.pipeline._jpred Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.pipeline._jpred
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/pipeline/_jpred/package-use.html b/website/full_javadoc/compbio/pipeline/_jpred/package-use.html
new file mode 100644
index 0000000..e568bab
--- /dev/null
+++ b/website/full_javadoc/compbio/pipeline/_jpred/package-use.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+Uses of Package compbio.pipeline._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.pipeline._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/OptionCombinator.html b/website/full_javadoc/compbio/runner/OptionCombinator.html
new file mode 100644
index 0000000..cb2fd80
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/OptionCombinator.html
@@ -0,0 +1,421 @@
+
+
+
+
+
+
+OptionCombinator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner
+
+Class OptionCombinator
+
+java.lang.Object
+ compbio.runner.OptionCombinator
+
+
+
+@Immutable
+ public final class OptionCombinator extends Object
+
+
+
+This class solve the following problems. Given the RunnerConfig
+
+ 1) generate a valid option string with all options and parameters in it
+
+ 2) Permute all possible combinations of options order and parameters values
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+OptionCombinator
+
+public OptionCombinator (RunnerConfig <? extends Executable <?>> rconfig)
+
+
+
+
+
+
+
+
+
+optionsToCommandString
+
+public List <String > optionsToCommandString (List <Option <?>> options)
+
+
+
+
+
+
+
+
+getOptionsAtRandom
+
+public List <String > getOptionsAtRandom ()
+
+
+
+
+
+
+
+
+getAllOptions
+
+public List <Option <?>> getAllOptions ()
+
+
+
+
+
+
+
+
+getAllParameters
+
+public List <Parameter <?>> getAllParameters ()
+
+
+
+
+
+
+
+
+argumentsToCommandString
+
+public List <String > argumentsToCommandString (List <? extends Option <?>> arguments)
+
+
+
+
+
+
+
+
+argumentsToCommandString
+
+public static List <String > argumentsToCommandString (List <? extends Option <?>> arguments,
+ RunnerConfig <? extends Executable <?>> rconfig)
+
+
+
+
+
+
+
+
+parametersToCommandString
+
+public List <String > parametersToCommandString (List <Parameter <?>> orderedList,
+ Map <Parameter <?>,String > prmValue)
+
+
+
+
+
+
+
+
+getAllConstrainedParametersWithBorderValues
+
+public Map <Parameter <?>,String > getAllConstrainedParametersWithBorderValues (boolean minValue)
+
+
+
+
+
+
+
+
+getAllConstrainedParametersWithRandomValues
+
+public Map <Parameter <?>,String > getAllConstrainedParametersWithRandomValues ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/Util.html b/website/full_javadoc/compbio/runner/Util.html
new file mode 100644
index 0000000..5372c73
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/Util.html
@@ -0,0 +1,423 @@
+
+
+
+
+
+
+Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner
+
+Class Util
+
+java.lang.Object
+ compbio.runner.Util
+
+
+
+public final class Util extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+static org.apache.log4j.Logger
+log
+
+
+
+
+
+
+static String
+SPACE
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Util ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+log
+
+public static org.apache.log4j.Logger log
+
+
+
+
+
+
+
+SPACE
+
+public static final String SPACE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Util
+
+public Util ()
+
+
+
+
+
+
+
+
+
+getSupportedOptions
+
+public static <T> RunnerConfig <T> getSupportedOptions (Class <? extends Executable <T>> clazz)
+
+
+
+
+
+
+
+
+getPresets
+
+public static <T> PresetManager <T> getPresets (Class <? extends Executable <T>> clazz)
+
+
+
+
+
+
+
+
+readClustalFile
+
+public static final Alignment readClustalFile (String workDirectory,
+ String clustFile)
+ throws UnknownFileFormatException ,
+ IOException ,
+ FileNotFoundException ,
+ NullPointerException
+
+
+
+Throws:
+UnknownFileFormatException
+IOException
+FileNotFoundException
+NullPointerException
+
+
+
+
+
+readJronnFile
+
+public static final Map <String ,Score > readJronnFile (String workDirectory,
+ String clustFile)
+ throws UnknownFileFormatException ,
+ IOException ,
+ FileNotFoundException ,
+ NullPointerException
+
+
+
+Throws:
+UnknownFileFormatException
+IOException
+FileNotFoundException
+NullPointerException
+
+
+
+
+
+writeInput
+
+public static void writeInput (List <FastaSequence > sequences,
+ ConfiguredExecutable <?> exec)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_NativeSpecHelper.html b/website/full_javadoc/compbio/runner/_NativeSpecHelper.html
new file mode 100644
index 0000000..04c478a
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_NativeSpecHelper.html
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+_NativeSpecHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner
+
+Class _NativeSpecHelper
+
+java.lang.Object
+ compbio.runner._NativeSpecHelper
+
+
+Deprecated.
+
+
+@Deprecated
+ public class _NativeSpecHelper extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+_NativeSpecHelper (int requiredMemory)
+
+
+ Deprecated.
+
+
+_NativeSpecHelper (int requiredMemory,
+ int maxCalculationTime)
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+_NativeSpecHelper
+
+public _NativeSpecHelper (int requiredMemory)
+
+Deprecated.
+
+
+
+_NativeSpecHelper
+
+public _NativeSpecHelper (int requiredMemory,
+ int maxCalculationTime)
+
+Deprecated.
+
+
+
+
+
+
+
+setRequiredMemory
+
+public void setRequiredMemory (int memory)
+
+Deprecated.
+
+
+
+
+
+
+setQueue
+
+public void setQueue (String queue)
+
+Deprecated.
+
+
+
+
+
+
+getQueue
+
+public String getQueue ()
+
+Deprecated.
+
+
+
+
+
+
+getNativeSpec
+
+public String getNativeSpec ()
+ throws UnknownServiceException
+
+Deprecated.
+
+Throws:
+UnknownServiceException
+
+
+
+
+
+getApproprieteQueue
+
+public _Queue getApproprieteQueue ()
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_SkeletalCommandBuilder.html b/website/full_javadoc/compbio/runner/_SkeletalCommandBuilder.html
new file mode 100644
index 0000000..e1f1135
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_SkeletalCommandBuilder.html
@@ -0,0 +1,611 @@
+
+
+
+
+
+
+_SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner
+
+Class _SkeletalCommandBuilder
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+Direct Known Subclasses: BlastAll , Mcl , OB , PSIBlast , Ronn , RPSBlast
+
+
+Deprecated.
+
+
+@Deprecated
+ public abstract class _SkeletalCommandBuilder extends Object implements Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+_SkeletalCommandBuilder
+
+public _SkeletalCommandBuilder ()
+
+Deprecated.
+
+
+
+
+
+
+
+setEmail
+
+public _SkeletalCommandBuilder setEmail (String email)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+setName
+
+public _SkeletalCommandBuilder setName (String name)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+getName
+
+public String getName ()
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+getEmail
+
+public String getEmail ()
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+addParameters
+
+public _SkeletalCommandBuilder addParameters (String [] parameters)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+addParameters
+
+public _SkeletalCommandBuilder addParameters (List <String > parameters)
+
+Deprecated. Description copied from interface: Executable
+Adds parameter to the list of parameters for a native executable
+
+
+Specified by: addParameters
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+Returns: this Executable
+
+
+
+
+
+getParameters
+
+public CommandBuilder <_SkeletalCommandBuilder > getParameters (Executable.ExecProvider provider)
+
+Deprecated.
+Specified by: getParameters
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+addParameter
+
+public _SkeletalCommandBuilder addParameter (String parameter)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+getResults
+
+public <V> V getResults (String directory)
+
+Deprecated.
+Specified by: getResults
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+loadRunConfiguration
+
+public Executable <?> loadRunConfiguration (RunConfiguration rconfig)
+
+Deprecated.
+Specified by: loadRunConfiguration
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+Deprecated.
+Specified by: getOutput
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+getError
+
+public String getError ()
+
+Deprecated.
+Specified by: getError
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+getLimit
+
+public Limit <_SkeletalCommandBuilder > getLimit (String presetName)
+
+Deprecated.
+Specified by: getLimit
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+getLimits
+
+public LimitsManager <_SkeletalCommandBuilder > getLimits ()
+
+Deprecated.
+Specified by: getLimits
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+getClusterJobSettings
+
+public String getClusterJobSettings ()
+
+Deprecated.
+Specified by: getClusterJobSettings
in interface Executable <_SkeletalCommandBuilder >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/BlastAll.html b/website/full_javadoc/compbio/runner/_impl/BlastAll.html
new file mode 100644
index 0000000..9412da9
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/BlastAll.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+BlastAll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class BlastAll
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.BlastAll
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class BlastAll extends _SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+BlastAll (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+BlastAll
+
+public BlastAll (String workDirectory)
+
+
+
+
+
+
+
+
+
+removeOutput
+
+public boolean removeOutput (String outfile)
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getCommandName
+
+public String getCommandName ()
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/BlastParameters.html b/website/full_javadoc/compbio/runner/_impl/BlastParameters.html
new file mode 100644
index 0000000..e3b1e38
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/BlastParameters.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+BlastParameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class BlastParameters
+
+java.lang.Object
+ compbio.runner._impl.BlastParameters
+
+
+
+public class BlastParameters extends Object
+
+
+
+Utility class for common Blast parameters
+
+
+
+
+Author:
+ pvtroshin TODO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/Environment.html b/website/full_javadoc/compbio/runner/_impl/Environment.html
new file mode 100644
index 0000000..7310668
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/Environment.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+Environment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class Environment
+
+java.lang.Object
+ compbio.runner._impl.Environment
+
+
+
+public final class Environment extends Object
+
+
+
+This is utility class to encapsulate environmental variables like directory paths
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getBlastBinDir
+
+public static String getBlastBinDir ()
+
+
+
+
+
+
+
+
+getBlastDatabasesDir
+
+public static final String getBlastDatabasesDir ()
+
+
+
+
+
+
+
+
+getRPSBlastDatabasesDir
+
+public static final String getRPSBlastDatabasesDir ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/Mcl.html b/website/full_javadoc/compbio/runner/_impl/Mcl.html
new file mode 100644
index 0000000..9ed2448
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/Mcl.html
@@ -0,0 +1,379 @@
+
+
+
+
+
+
+Mcl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class Mcl
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.Mcl
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class Mcl extends _SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Mcl (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Mcl
+
+public Mcl (String workDirectory)
+
+
+
+
+
+
+
+
+
+getTestParams
+
+public static List <String > getTestParams ()
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getTestCommand
+
+public static String getTestCommand ()
+
+
+
+
+
+
+
+
+getCommandName
+
+public String getCommandName ()
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/NetNglyc.html b/website/full_javadoc/compbio/runner/_impl/NetNglyc.html
new file mode 100644
index 0000000..b6f4bca
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/NetNglyc.html
@@ -0,0 +1,574 @@
+
+
+
+
+
+
+NetNglyc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class NetNglyc
+
+java.lang.Object
+ compbio.runner._impl.NetNglyc
+
+
+All Implemented Interfaces: Executable <NetNglyc >
+
+
+
+public class NetNglyc extends Object implements Executable <NetNglyc >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+NetNglyc ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+NetNglyc
+
+public NetNglyc ()
+
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <NetNglyc > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getTestArgs
+
+public static List <String > getTestArgs ()
+
+
+
+
+
+
+
+
+
+
+
+addParameters
+
+public NetNglyc addParameters (List <String > parameters)
+
+Description copied from interface: Executable
+Adds parameter to the list of parameters for a native executable
+
+
+Specified by: addParameters
in interface Executable <NetNglyc >
+
+
+
+Returns: this Executable
+
+
+
+
+
+getTestCommand
+
+public static String getTestCommand ()
+
+
+
+
+
+
+
+
+
+
+
+getCommandName
+
+public String getCommandName ()
+
+
+
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+Specified by: getCreatedFiles
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+Specified by: getInput
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getResults
+
+public <V> V getResults (String directory)
+
+
+Specified by: getResults
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+loadRunConfiguration
+
+public Executable <?> loadRunConfiguration (RunConfiguration rconfig)
+
+
+Specified by: loadRunConfiguration
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+
+Specified by: getOutput
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getError
+
+public String getError ()
+
+
+Specified by: getError
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getLimit
+
+public Limit <NetNglyc > getLimit (String presetName)
+
+
+Specified by: getLimit
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getLimits
+
+public LimitsManager <NetNglyc > getLimits ()
+
+
+Specified by: getLimits
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+getClusterJobSettings
+
+public String getClusterJobSettings ()
+
+
+Specified by: getClusterJobSettings
in interface Executable <NetNglyc >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/OB.html b/website/full_javadoc/compbio/runner/_impl/OB.html
new file mode 100644
index 0000000..31bd3db
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/OB.html
@@ -0,0 +1,382 @@
+
+
+
+
+
+
+OB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class OB
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.OB
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class OB extends _SkeletalCommandBuilder
+
+
+
+TODO this needs fixing! Executable does not work
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+OB ()
+
+
+
+
+
+OB (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+OB
+
+public OB ()
+
+
+
+
+
+OB
+
+public OB (String workDirectory)
+
+
+
+
+
+
+
+
+
+getTestCommand
+
+public static String getTestCommand ()
+
+
+
+
+
+
+
+
+getTestArgs
+
+public List <String > getTestArgs ()
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/PSIBlast.html b/website/full_javadoc/compbio/runner/_impl/PSIBlast.html
new file mode 100644
index 0000000..1f8d9b2
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/PSIBlast.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+PSIBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class PSIBlast
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.PSIBlast
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class PSIBlast extends _SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+PSIBlast (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PSIBlast
+
+public PSIBlast (String workDirectory)
+
+
+
+
+
+
+
+
+
+removeOutput
+
+public boolean removeOutput (String outfile)
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getCommandName
+
+public String getCommandName ()
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/RPSBlast.html b/website/full_javadoc/compbio/runner/_impl/RPSBlast.html
new file mode 100644
index 0000000..35a934e
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/RPSBlast.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+RPSBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class RPSBlast
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.RPSBlast
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class RPSBlast extends _SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+RPSBlast (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RPSBlast
+
+public RPSBlast (String workDirectory)
+
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getTestCommand
+
+public static String getTestCommand ()
+
+
+
+
+
+
+
+
+getCommandName
+
+public static String getCommandName ()
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/Ronn.html b/website/full_javadoc/compbio/runner/_impl/Ronn.html
new file mode 100644
index 0000000..8a331fb
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/Ronn.html
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+Ronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class Ronn
+
+java.lang.Object
+ compbio.runner._SkeletalCommandBuilder
+ compbio.runner._impl.Ronn
+
+
+All Implemented Interfaces: Executable <_SkeletalCommandBuilder >
+
+
+
+public class Ronn extends _SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Ronn (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.runner._SkeletalCommandBuilder
+
+
+addParameter , addParameters , addParameters , getClusterJobSettings , getEmail , getError , getLimit , getLimits , getName , getOutput , getParameters , getResults , loadRunConfiguration , setEmail , setName
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Ronn
+
+public Ronn (String workDirectory)
+
+
+
+
+
+
+
+
+
+getCommand
+
+public String getCommand (Executable.ExecProvider provider)
+
+
+
+
+
+
+
+
+getTestCommand
+
+public static String getTestCommand ()
+
+
+
+
+
+
+
+
+getCommandName
+
+public String getCommandName ()
+
+
+
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+
+
+
+
+
+
+
+getInput
+
+public String getInput ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/Runners.html b/website/full_javadoc/compbio/runner/_impl/Runners.html
new file mode 100644
index 0000000..d10efdf
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/Runners.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+Runners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+Class Runners
+
+java.lang.Object
+ compbio.runner._impl.Runners
+
+
+
+public final class Runners extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getMclRunnable
+
+public static Mcl getMclRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getOBRunnable
+
+public static OB getOBRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getNetNglycRunnable
+
+public static NetNglyc getNetNglycRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getRonnRunnable
+
+public static Ronn getRonnRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getTmhmm2Runnable
+
+public static compbio.runner._impl.Tmhmm2 getTmhmm2Runnable (String workDirectory)
+
+
+
+
+
+
+
+
+getRPSBlastRunnable
+
+public static RPSBlast getRPSBlastRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getBlastAllRunnable
+
+public static BlastAll getBlastAllRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+getPSIBlastRunnable
+
+public static PSIBlast getPSIBlastRunnable (String workDirectory)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/BlastAll.html b/website/full_javadoc/compbio/runner/_impl/class-use/BlastAll.html
new file mode 100644
index 0000000..dc243e4
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/BlastAll.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.BlastAll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.BlastAll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/BlastParameters.html b/website/full_javadoc/compbio/runner/_impl/class-use/BlastParameters.html
new file mode 100644
index 0000000..d8888b4
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/BlastParameters.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.BlastParameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.BlastParameters
+
+No usage of compbio.runner._impl.BlastParameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/Environment.html b/website/full_javadoc/compbio/runner/_impl/class-use/Environment.html
new file mode 100644
index 0000000..3c3419f
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/Environment.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Environment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Environment
+
+No usage of compbio.runner._impl.Environment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/Mcl.html b/website/full_javadoc/compbio/runner/_impl/class-use/Mcl.html
new file mode 100644
index 0000000..3e3885b
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/Mcl.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Mcl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Mcl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/NetNglyc.html b/website/full_javadoc/compbio/runner/_impl/class-use/NetNglyc.html
new file mode 100644
index 0000000..03a9b2b
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/NetNglyc.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.NetNglyc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.NetNglyc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/OB.html b/website/full_javadoc/compbio/runner/_impl/class-use/OB.html
new file mode 100644
index 0000000..930563e
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/OB.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.OB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.OB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/PSIBlast.html b/website/full_javadoc/compbio/runner/_impl/class-use/PSIBlast.html
new file mode 100644
index 0000000..e1943f0
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/PSIBlast.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.PSIBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.PSIBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/RPSBlast.html b/website/full_javadoc/compbio/runner/_impl/class-use/RPSBlast.html
new file mode 100644
index 0000000..6d94cb9
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/RPSBlast.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.RPSBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.RPSBlast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/Ronn.html b/website/full_javadoc/compbio/runner/_impl/class-use/Ronn.html
new file mode 100644
index 0000000..7deead5
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/Ronn.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Ronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Ronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/class-use/Runners.html b/website/full_javadoc/compbio/runner/_impl/class-use/Runners.html
new file mode 100644
index 0000000..d90913d
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/class-use/Runners.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Runners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._impl.Runners
+
+No usage of compbio.runner._impl.Runners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/package-frame.html b/website/full_javadoc/compbio/runner/_impl/package-frame.html
new file mode 100644
index 0000000..f25bcb4
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/package-frame.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+compbio.runner._impl
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._impl
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/package-summary.html b/website/full_javadoc/compbio/runner/_impl/package-summary.html
new file mode 100644
index 0000000..ff96621
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/package-summary.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+compbio.runner._impl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner._impl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/package-tree.html b/website/full_javadoc/compbio/runner/_impl/package-tree.html
new file mode 100644
index 0000000..e8eba13
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/package-tree.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+compbio.runner._impl Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner._impl
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_impl/package-use.html b/website/full_javadoc/compbio/runner/_impl/package-use.html
new file mode 100644
index 0000000..276a14f
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_impl/package-use.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+Uses of Package compbio.runner._impl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner._impl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/_Jpred.html b/website/full_javadoc/compbio/runner/_jpred/_Jpred.html
new file mode 100644
index 0000000..d262353
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/_Jpred.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+_Jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._jpred
+
+Class _Jpred
+
+java.lang.Object
+ compbio.runner._jpred._Jpred
+
+
+
+public class _Jpred extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+_Jpred ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+_Jpred
+
+public _Jpred ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/class-use/_Jpred.html b/website/full_javadoc/compbio/runner/_jpred/class-use/_Jpred.html
new file mode 100644
index 0000000..4a6f25a
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/class-use/_Jpred.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._jpred._Jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._jpred._Jpred
+
+No usage of compbio.runner._jpred._Jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/package-frame.html b/website/full_javadoc/compbio/runner/_jpred/package-frame.html
new file mode 100644
index 0000000..8f19785
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/package-frame.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+compbio.runner._jpred
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner._jpred
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/package-summary.html b/website/full_javadoc/compbio/runner/_jpred/package-summary.html
new file mode 100644
index 0000000..eeba4ea
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/package-summary.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+compbio.runner._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner._jpred
+
+
+
+
+
+Class Summary
+
+
+_Jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/package-tree.html b/website/full_javadoc/compbio/runner/_jpred/package-tree.html
new file mode 100644
index 0000000..38c14c2
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/package-tree.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+compbio.runner._jpred Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner._jpred
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/_jpred/package-use.html b/website/full_javadoc/compbio/runner/_jpred/package-use.html
new file mode 100644
index 0000000..89cd06d
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/_jpred/package-use.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Package compbio.runner._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner._jpred
+
+No usage of compbio.runner._jpred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/class-use/OptionCombinator.html b/website/full_javadoc/compbio/runner/class-use/OptionCombinator.html
new file mode 100644
index 0000000..dbb1d2d
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/class-use/OptionCombinator.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.OptionCombinator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.OptionCombinator
+
+No usage of compbio.runner.OptionCombinator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/class-use/Util.html b/website/full_javadoc/compbio/runner/class-use/Util.html
new file mode 100644
index 0000000..970356f
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/class-use/Util.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.Util
+
+No usage of compbio.runner.Util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/class-use/_NativeSpecHelper.html b/website/full_javadoc/compbio/runner/class-use/_NativeSpecHelper.html
new file mode 100644
index 0000000..179ad32
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/class-use/_NativeSpecHelper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._NativeSpecHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._NativeSpecHelper
+
+No usage of compbio.runner._NativeSpecHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/class-use/_SkeletalCommandBuilder.html b/website/full_javadoc/compbio/runner/class-use/_SkeletalCommandBuilder.html
new file mode 100644
index 0000000..e3dd109
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/class-use/_SkeletalCommandBuilder.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+Uses of Class compbio.runner._SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner._SkeletalCommandBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/AACon.html b/website/full_javadoc/compbio/runner/conservation/AACon.html
new file mode 100644
index 0000000..8bf0ab2
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/AACon.html
@@ -0,0 +1,514 @@
+
+
+
+
+
+
+AACon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.conservation
+
+Class AACon
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <AACon >
+ compbio.runner.conservation.AACon
+
+
+All Implemented Interfaces: Executable <AACon >
+
+
+
+public class AACon extends SkeletalExecutable <AACon >
+
+
+
+Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+AACon ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+STAT_FILE
+
+public static final String STAT_FILE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AACon
+
+public AACon ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public ScoreManager getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <AACon >
Overrides: getCreatedFiles
in class SkeletalExecutable <AACon >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+setInput
+
+public AACon setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <AACon >
+
+
+
+
+
+
+
+
+setOutput
+
+public AACon setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <AACon >
+
+
+
+
+
+
+
+
+getType
+
+public Class <AACon > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <AACon >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+getStatFile
+
+public static String getStatFile ()
+
+
+
+
+
+
+
+
+setNCore
+
+public void setNCore (int ncoreNumber)
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <AACon > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <AACon >
Overrides: getParameters
in class SkeletalExecutable <AACon >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/class-use/AACon.html b/website/full_javadoc/compbio/runner/conservation/class-use/AACon.html
new file mode 100644
index 0000000..07b288d
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/class-use/AACon.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.conservation.AACon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.conservation.AACon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/package-frame.html b/website/full_javadoc/compbio/runner/conservation/package-frame.html
new file mode 100644
index 0000000..4ed0bf9
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/package-frame.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+compbio.runner.conservation
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.conservation
+
+
+
+Classes
+
+
+AACon
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/package-summary.html b/website/full_javadoc/compbio/runner/conservation/package-summary.html
new file mode 100644
index 0000000..84a5d49
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/package-summary.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+compbio.runner.conservation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner.conservation
+
+
+
+
+
+Class Summary
+
+
+AACon
+Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/package-tree.html b/website/full_javadoc/compbio/runner/conservation/package-tree.html
new file mode 100644
index 0000000..6b6aef6
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/package-tree.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+compbio.runner.conservation Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner.conservation
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/conservation/package-use.html b/website/full_javadoc/compbio/runner/conservation/package-use.html
new file mode 100644
index 0000000..c84e0ca
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/conservation/package-use.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+Uses of Package compbio.runner.conservation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner.conservation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/Disembl.html b/website/full_javadoc/compbio/runner/disorder/Disembl.html
new file mode 100644
index 0000000..3f9f15a
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/Disembl.html
@@ -0,0 +1,468 @@
+
+
+
+
+
+
+Disembl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.disorder
+
+Class Disembl
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Disembl >
+ compbio.runner.disorder.Disembl
+
+
+All Implemented Interfaces: Executable <Disembl >, PipedExecutable <Disembl >
+
+
+
+public class Disembl extends SkeletalExecutable <Disembl >implements PipedExecutable <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.
+ smooth_frame=8 peak_frame=8 join_frame=4 fold_coils=1.2 fold_hotloops=1.4
+ fold_rem465=1.2
+
+ Changing these values are not recommended by developers, apart from smoothing
+ window. However, 5 orders of magnitude changes in this parameter does not
+ change the output so allowing this change also seems pointless. Finally, the
+ binary, DisEMBL depends on - Tisean is not happy with arbitruary changes to
+ these values, so changing them can lead to problems.
+
+
+ This is not a standard DisEMBL! The script has been modified!
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Disembl ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setOutput , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+COILS_EXPECTATION_THRESHOLD
+
+public final double COILS_EXPECTATION_THRESHOLD
+
+For the region to be considered disordered the values must exceed these
+
+
+See Also: Constant Field Values
+
+
+
+
+REM_EXPECTATION_THRESHOLD
+
+public final double REM_EXPECTATION_THRESHOLD
+
+
+See Also: Constant Field Values
+
+
+
+
+LOOPS_EXPECTATION_THRESHOLD
+
+public final double LOOPS_EXPECTATION_THRESHOLD
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Disembl
+
+public Disembl ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public ScoreManager getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <Disembl >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+setInput
+
+public Disembl setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Disembl >
+
+
+
+
+
+
+
+
+getType
+
+public Class <Disembl > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Disembl >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/GlobPlot.html b/website/full_javadoc/compbio/runner/disorder/GlobPlot.html
new file mode 100644
index 0000000..6243d24
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/GlobPlot.html
@@ -0,0 +1,405 @@
+
+
+
+
+
+
+GlobPlot
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.disorder
+
+Class GlobPlot
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <GlobPlot >
+ compbio.runner.disorder.GlobPlot
+
+
+All Implemented Interfaces: Executable <GlobPlot >, PipedExecutable <GlobPlot >
+
+
+
+public class GlobPlot extends SkeletalExecutable <GlobPlot >implements PipedExecutable <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.
+
+ Changing these values are not recommended by developers, apart from smoothing
+ window. However, the binary, GlobPlot depends on - Tisean which is not happy
+ with arbitrary changes to these values, so changing them can lead to
+ problems. May be we can offer preset?
+
+ This is not a standard GlobPlot! The script has been modified!
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GlobPlot ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setOutput , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GlobPlot
+
+public GlobPlot ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public ScoreManager getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <GlobPlot >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+setInput
+
+public GlobPlot setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <GlobPlot >
+
+
+
+
+
+
+
+
+getType
+
+public Class <GlobPlot > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <GlobPlot >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/IUPred.html b/website/full_javadoc/compbio/runner/disorder/IUPred.html
new file mode 100644
index 0000000..0f16d75
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/IUPred.html
@@ -0,0 +1,401 @@
+
+
+
+
+
+
+IUPred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.disorder
+
+Class IUPred
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <IUPred >
+ compbio.runner.disorder.IUPred
+
+
+All Implemented Interfaces: Executable <IUPred >
+
+
+
+public class IUPred extends SkeletalExecutable <IUPred >
+
+
+
+iupred sequenceFile
+
+ Maximum sequence length is 40000 chars. Single string length max is a 1000
+ chars!
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+IUPred ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getParameters , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IUPred
+
+public IUPred ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public ScoreManager getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+setInput
+
+public IUPred setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <IUPred >
+
+
+
+
+
+
+
+
+setOutput
+
+public IUPred setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <IUPred >
+
+
+
+
+
+
+
+
+getOutput
+
+public String getOutput ()
+
+
+Specified by: getOutput
in interface Executable <IUPred >
Overrides: getOutput
in class SkeletalExecutable <IUPred >
+
+
+
+
+
+
+
+
+getType
+
+public Class <IUPred > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <IUPred >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/Jronn.html b/website/full_javadoc/compbio/runner/disorder/Jronn.html
new file mode 100644
index 0000000..91f21e3
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/Jronn.html
@@ -0,0 +1,514 @@
+
+
+
+
+
+
+Jronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.disorder
+
+Class Jronn
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Jronn >
+ compbio.runner.disorder.Jronn
+
+
+All Implemented Interfaces: Executable <Jronn >
+
+
+
+public class Jronn extends SkeletalExecutable <Jronn >
+
+
+
+Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Jronn ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+STAT_FILE
+
+public static final String STAT_FILE
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Jronn
+
+public Jronn ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public ScoreManager getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <Jronn >
Overrides: getCreatedFiles
in class SkeletalExecutable <Jronn >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+setInput
+
+public Jronn setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Jronn >
+
+
+
+
+
+
+
+
+setOutput
+
+public Jronn setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <Jronn >
+
+
+
+
+
+
+
+
+getType
+
+public Class <Jronn > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Jronn >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+getStatFile
+
+public static String getStatFile ()
+
+
+
+
+
+
+
+
+setNCore
+
+public void setNCore (int ncoreNumber)
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <Jronn > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <Jronn >
Overrides: getParameters
in class SkeletalExecutable <Jronn >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/class-use/Disembl.html b/website/full_javadoc/compbio/runner/disorder/class-use/Disembl.html
new file mode 100644
index 0000000..d28abbe
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/class-use/Disembl.html
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.Disembl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.Disembl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/class-use/GlobPlot.html b/website/full_javadoc/compbio/runner/disorder/class-use/GlobPlot.html
new file mode 100644
index 0000000..f70dbc9
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/class-use/GlobPlot.html
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.GlobPlot
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.GlobPlot
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/class-use/IUPred.html b/website/full_javadoc/compbio/runner/disorder/class-use/IUPred.html
new file mode 100644
index 0000000..5512cb1
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/class-use/IUPred.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.IUPred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.IUPred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/class-use/Jronn.html b/website/full_javadoc/compbio/runner/disorder/class-use/Jronn.html
new file mode 100644
index 0000000..300a671
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/class-use/Jronn.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.Jronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.disorder.Jronn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/package-frame.html b/website/full_javadoc/compbio/runner/disorder/package-frame.html
new file mode 100644
index 0000000..ad5d9fd
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/package-frame.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+compbio.runner.disorder
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.disorder
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/package-summary.html b/website/full_javadoc/compbio/runner/disorder/package-summary.html
new file mode 100644
index 0000000..de5cf64
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/package-summary.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+compbio.runner.disorder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner.disorder
+
+
+
+
+
+Class Summary
+
+
+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.
+
+
+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.
+
+
+IUPred
+iupred sequenceFile
+
+ Maximum sequence length is 40000 chars.
+
+
+Jronn
+Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/package-tree.html b/website/full_javadoc/compbio/runner/disorder/package-tree.html
new file mode 100644
index 0000000..c2ccd39
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/package-tree.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+compbio.runner.disorder Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner.disorder
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/disorder/package-use.html b/website/full_javadoc/compbio/runner/disorder/package-use.html
new file mode 100644
index 0000000..b72ac5b
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/disorder/package-use.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+Uses of Package compbio.runner.disorder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner.disorder
+
+
+
+
+
+
+
+
+
+Classes in compbio.runner.disorder used by compbio.runner.disorder
+
+
+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.
+
+
+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.
+
+
+IUPred
+
+
+ iupred sequenceFile
+
+ Maximum sequence length is 40000 chars.
+
+
+Jronn
+
+
+ Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out
+
+
+
+
+
+
+
+
+Classes in compbio.runner.disorder used by compbio.ws.server
+
+
+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.
+
+
+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.
+
+
+IUPred
+
+
+ iupred sequenceFile
+
+ Maximum sequence length is 40000 chars.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/ClustalO.html b/website/full_javadoc/compbio/runner/msa/ClustalO.html
new file mode 100644
index 0000000..69a07e0
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/ClustalO.html
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+ClustalO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class ClustalO
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <ClustalO >
+ compbio.runner.msa.ClustalO
+
+
+All Implemented Interfaces: Executable <ClustalO >
+
+
+
+public class ClustalO extends SkeletalExecutable <ClustalO >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ClustalO ()
+
+
+ --threads= Number of processors to use
+
+ -l, --log= Log all non-essential output to this file
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalO
+
+public ClustalO ()
+
+--threads= Number of processors to use
+
+ -l, --log= Log all non-essential output to this file
+
+
+
+
+
+
+
+
+
+setOutput
+
+public ClustalO setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <ClustalO >
+
+
+
+
+
+
+
+
+setInput
+
+public ClustalO setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <ClustalO >
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getStatFile
+
+public static String getStatFile ()
+
+
+
+
+
+
+
+
+getType
+
+public Class <ClustalO > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <ClustalO >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+getParameters
+
+public CommandBuilder <ClustalO > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <ClustalO >
Overrides: getParameters
in class SkeletalExecutable <ClustalO >
+
+
+
+
+
+
+
+
+setNCore
+
+public void setNCore (int ncoreNumber)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/ClustalW.html b/website/full_javadoc/compbio/runner/msa/ClustalW.html
new file mode 100644
index 0000000..69d8c79
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/ClustalW.html
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+ClustalW
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class ClustalW
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <ClustalW >
+ compbio.runner.msa.ClustalW
+
+
+All Implemented Interfaces: Executable <ClustalW >
+
+
+
+public class ClustalW extends SkeletalExecutable <ClustalW >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ClustalW ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalW
+
+public ClustalW ()
+
+
+
+
+
+
+
+
+
+setOutput
+
+public ClustalW setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <ClustalW >
+
+
+
+
+
+
+
+
+setInput
+
+public ClustalW setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <ClustalW >
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <ClustalW >
Overrides: getCreatedFiles
in class SkeletalExecutable <ClustalW >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+getStatFile
+
+public static String getStatFile ()
+
+
+
+
+
+
+
+
+getType
+
+public Class <ClustalW > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <ClustalW >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/Mafft.html b/website/full_javadoc/compbio/runner/msa/Mafft.html
new file mode 100644
index 0000000..c0aaf06
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/Mafft.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+Mafft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class Mafft
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Mafft >
+ compbio.runner.msa.Mafft
+
+
+All Implemented Interfaces: Executable <Mafft >, PipedExecutable <Mafft >
+
+
+
+public class Mafft extends SkeletalExecutable <Mafft >implements PipedExecutable <Mafft >
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Mafft ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+equals , getClusterCpuNum , getClusterJobSettings , getCreatedFiles , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setOutput , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Mafft
+
+public Mafft ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <Mafft >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+setInput
+
+public Mafft setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Mafft >
+
+
+
+
+
+
+
+
+addParameters
+
+public Mafft addParameters (List <String > parameters)
+
+Mafft input must always be the last parameter!
+
+
+Specified by: addParameters
in interface Executable <Mafft >
Overrides: addParameters
in class SkeletalExecutable <Mafft >
+
+
+
+Returns: this Executable
+
+
+
+
+
+getType
+
+public Class <Mafft > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Mafft >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/Muscle.html b/website/full_javadoc/compbio/runner/msa/Muscle.html
new file mode 100644
index 0000000..2f9af85
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/Muscle.html
@@ -0,0 +1,451 @@
+
+
+
+
+
+
+Muscle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class Muscle
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Muscle >
+ compbio.runner.msa.Muscle
+
+
+All Implemented Interfaces: Executable <Muscle >
+
+
+
+public class Muscle extends SkeletalExecutable <Muscle >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Muscle ()
+
+
+ Default options are
+
+ -clwstrict - write output in clustal format
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Muscle
+
+public Muscle ()
+
+Default options are
+
+ -clwstrict - write output in clustal format
+
+
+
+
+
+
+
+
+
+setOutput
+
+public Muscle setOutput (String outFile)
+
+
+Overrides: setOutput
in class SkeletalExecutable <Muscle >
+
+
+
+
+
+
+
+
+setInput
+
+public Muscle setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Muscle >
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <Muscle >
Overrides: getCreatedFiles
in class SkeletalExecutable <Muscle >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+getStatFile
+
+public static String getStatFile ()
+
+
+
+
+
+
+
+
+getType
+
+public Class <Muscle > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Muscle >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/Probcons.html b/website/full_javadoc/compbio/runner/msa/Probcons.html
new file mode 100644
index 0000000..2b1fb99
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/Probcons.html
@@ -0,0 +1,416 @@
+
+
+
+
+
+
+Probcons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class Probcons
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Probcons >
+ compbio.runner.msa.Probcons
+
+
+All Implemented Interfaces: Executable <Probcons >, PipedExecutable <Probcons >
+
+
+
+public class Probcons extends SkeletalExecutable <Probcons >implements PipedExecutable <Probcons >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Probcons ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , getParameters , hashCode , loadRunConfiguration , setError , setOutput , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Probcons
+
+public Probcons ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <Probcons >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <Probcons >
Overrides: getCreatedFiles
in class SkeletalExecutable <Probcons >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+setInput
+
+public Probcons setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Probcons >
+
+
+
+
+
+
+
+
+getType
+
+public Class <Probcons > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Probcons >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/Tcoffee.html b/website/full_javadoc/compbio/runner/msa/Tcoffee.html
new file mode 100644
index 0000000..e04b663
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/Tcoffee.html
@@ -0,0 +1,460 @@
+
+
+
+
+
+
+Tcoffee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+Class Tcoffee
+
+java.lang.Object
+ compbio.engine.client.SkeletalExecutable <Tcoffee >
+ compbio.runner.msa.Tcoffee
+
+
+All Implemented Interfaces: Executable <Tcoffee >, PipedExecutable <Tcoffee >
+
+
+
+public class Tcoffee extends SkeletalExecutable <Tcoffee >implements PipedExecutable <Tcoffee >
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Tcoffee ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class compbio.engine.client.SkeletalExecutable
+
+
+addParameters , equals , getClusterCpuNum , getClusterJobSettings , getError , getInput , getLimit , getLimits , getOutput , hashCode , loadRunConfiguration , setError , setOutput , setParameter , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+KEY_VALUE_SEPARATOR
+
+public static final String KEY_VALUE_SEPARATOR
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Tcoffee
+
+public Tcoffee ()
+
+
+
+
+
+
+
+
+
+setInput
+
+public Tcoffee setInput (String inFile)
+
+
+Overrides: setInput
in class SkeletalExecutable <Tcoffee >
+
+
+
+
+
+
+
+
+getResults
+
+public Alignment getResults (String workDirectory)
+ throws ResultNotAvailableException
+
+
+Specified by: getResults
in interface Executable <Tcoffee >
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+getCreatedFiles
+
+public List <String > getCreatedFiles ()
+
+Description copied from class: SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not. It must be overridden as required.
+
+
+Specified by: getCreatedFiles
in interface Executable <Tcoffee >
Overrides: getCreatedFiles
in class SkeletalExecutable <Tcoffee >
+
+
+See Also: Executable.getCreatedFiles()
+
+
+
+
+
+setNCore
+
+public void setNCore (int ncoreNumber)
+
+
+
+
+
+
+
+
+
+
+
+getParameters
+
+public CommandBuilder <Tcoffee > getParameters (Executable.ExecProvider provider)
+
+
+Specified by: getParameters
in interface Executable <Tcoffee >
Overrides: getParameters
in class SkeletalExecutable <Tcoffee >
+
+
+
+
+
+
+
+
+getType
+
+public Class <Tcoffee > getType ()
+
+
+Specified by: getType
in class SkeletalExecutable <Tcoffee >
+
+
+
+Returns: subclasses must return their type
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/ClustalO.html b/website/full_javadoc/compbio/runner/msa/class-use/ClustalO.html
new file mode 100644
index 0000000..3a0c277
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/ClustalO.html
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.ClustalO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.ClustalO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/ClustalW.html b/website/full_javadoc/compbio/runner/msa/class-use/ClustalW.html
new file mode 100644
index 0000000..2912d89
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/ClustalW.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.ClustalW
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.ClustalW
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/Mafft.html b/website/full_javadoc/compbio/runner/msa/class-use/Mafft.html
new file mode 100644
index 0000000..fa5ab59
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/Mafft.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Mafft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Mafft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/Muscle.html b/website/full_javadoc/compbio/runner/msa/class-use/Muscle.html
new file mode 100644
index 0000000..b169e80
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/Muscle.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Muscle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Muscle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/Probcons.html b/website/full_javadoc/compbio/runner/msa/class-use/Probcons.html
new file mode 100644
index 0000000..1831e67
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/Probcons.html
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Probcons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Probcons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/class-use/Tcoffee.html b/website/full_javadoc/compbio/runner/msa/class-use/Tcoffee.html
new file mode 100644
index 0000000..d54f3b8
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/class-use/Tcoffee.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Tcoffee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.runner.msa.Tcoffee
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/package-frame.html b/website/full_javadoc/compbio/runner/msa/package-frame.html
new file mode 100644
index 0000000..4ff5f81
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/package-frame.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+compbio.runner.msa
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.msa
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/package-summary.html b/website/full_javadoc/compbio/runner/msa/package-summary.html
new file mode 100644
index 0000000..58ffba2
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/package-summary.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+compbio.runner.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner.msa
+
+Wrappers for native executables for multiple sequence alignment (msa)
+
+See:
+
+ Description
+
+
+
+
+
+
+
+Package compbio.runner.msa Description
+
+
+
+Wrappers for native executables for multiple sequence alignment (msa)
+
+
+
+
+Author:
+ Petr Troshin
+
+ Date January 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/package-tree.html b/website/full_javadoc/compbio/runner/msa/package-tree.html
new file mode 100644
index 0000000..f7feeec
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/package-tree.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+compbio.runner.msa Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner.msa
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/msa/package-use.html b/website/full_javadoc/compbio/runner/msa/package-use.html
new file mode 100644
index 0000000..5cef971
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/msa/package-use.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+Uses of Package compbio.runner.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner.msa
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/package-frame.html b/website/full_javadoc/compbio/runner/package-frame.html
new file mode 100644
index 0000000..14c8a96
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/package-frame.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+compbio.runner
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/package-summary.html b/website/full_javadoc/compbio/runner/package-summary.html
new file mode 100644
index 0000000..3601344
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/package-summary.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+compbio.runner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.runner
+
+Utilities commonly used by all runners.
+
+See:
+
+ Description
+
+
+
+
+
+
+
+Package compbio.runner Description
+
+
+
+Utilities commonly used by all runners.
+
+
+
+
+Author:
+ Petr Troshin
+
+ Date January 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/package-tree.html b/website/full_javadoc/compbio/runner/package-tree.html
new file mode 100644
index 0000000..3d4b797
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/package-tree.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+compbio.runner Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.runner
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/runner/package-use.html b/website/full_javadoc/compbio/runner/package-use.html
new file mode 100644
index 0000000..7700922
--- /dev/null
+++ b/website/full_javadoc/compbio/runner/package-use.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Package compbio.runner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.runner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html b/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html
new file mode 100644
index 0000000..9e03d1d
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/ExecutionStatCollector.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+ExecutionStatCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+Class ExecutionStatCollector
+
+java.lang.Object
+ compbio.stat.collector.ExecutionStatCollector
+
+
+All Implemented Interfaces: Runnable
+
+
+
+public class ExecutionStatCollector extends Object implements Runnable
+
+
+
+Number of runs of each WS = number of folders with name
+
+ Number of successful runs = all runs with no result file
+
+ Per period of time = limit per file creating time Runtime (avg/max) =
+
+ started time - finished time
+
+ Task & result size = result.size
+
+ Abandoned runs - not collected runs
+
+ Cancelled runs - cancelled
+
+ Cluster vs local runs
+
+ Reasons for failure = look in the err out?
+
+
+ Metadata required:
+
+ work directory for local and cluster tasks = from Helper or cmd parameter. WS
+ names - enumeration. Status file names and content.
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ExecutionStatCollector (String workDirectory,
+ int timeOutInHours)
+
+
+ List subdirectories in the job directory
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+ Not in use
+
+
+
+ void
+run ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ExecutionStatCollector
+
+public ExecutionStatCollector (String workDirectory,
+ int timeOutInHours)
+
+List subdirectories in the job directory
+
+
+Parameters: workDirectory
- timeOutInHours
-
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+ throws IOException ,
+ SQLException
+
+Not in use
+
+
+
+
+
+
+Throws:
+IOException
+SQLException
+
+
+
+
+
+run
+
+public void run ()
+
+
+Specified by: run
in interface Runnable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/InputFilter.html b/website/full_javadoc/compbio/stat/collector/InputFilter.html
new file mode 100644
index 0000000..988bfa3
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/InputFilter.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+InputFilter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+Class InputFilter
+
+java.lang.Object
+ compbio.stat.collector.InputFilter
+
+
+
+public class InputFilter extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+InputFilter
+
+public InputFilter ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/JobStat.html b/website/full_javadoc/compbio/stat/collector/JobStat.html
new file mode 100644
index 0000000..11cce6c
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/JobStat.html
@@ -0,0 +1,551 @@
+
+
+
+
+
+
+JobStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+Class JobStat
+
+java.lang.Object
+ compbio.stat.collector.JobStat
+
+
+
+public class JobStat extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+isClusterJob
+
+public boolean isClusterJob ()
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+getRuntime
+
+public int getRuntime ()
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+getWebService
+
+public Services getWebService ()
+
+
+
+
+
+
+
+
+getClusterJobId
+
+public String getClusterJobId ()
+
+
+
+
+
+
+
+
+getJobname
+
+public String getJobname ()
+
+
+
+
+
+
+
+
+getEscJobname
+
+public String getEscJobname ()
+
+
+
+
+
+
+
+
+getStart
+
+public String getStart ()
+
+
+
+
+
+
+
+
+getFinish
+
+public String getFinish ()
+
+
+
+
+
+
+
+
+getInputSize
+
+public long getInputSize ()
+
+
+
+
+
+
+
+
+getResultSize
+
+public long getResultSize ()
+
+
+
+
+
+
+
+
+hasResult
+
+public boolean hasResult ()
+
+
+
+
+
+
+
+
+hasStarted
+
+public boolean hasStarted ()
+
+
+
+
+
+
+
+
+getIsCollected
+
+public boolean getIsCollected ()
+
+
+
+
+
+
+
+
+getIsCancelled
+
+public boolean getIsCancelled ()
+
+
+
+
+
+
+
+
+getIsFinished
+
+public boolean getIsFinished ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/StatDB.html b/website/full_javadoc/compbio/stat/collector/StatDB.html
new file mode 100644
index 0000000..c250ccd
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/StatDB.html
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+StatDB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+Class StatDB
+
+java.lang.Object
+ compbio.stat.collector.StatDB
+
+
+
+public class StatDB extends Object
+
+
+
+The database must be stored in the application root directory and called
+ "ExecutionStatistic"
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+StatDB ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatDB
+
+public StatDB ()
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+
+
+
+getEarliestRecord
+
+public Date getEarliestRecord ()
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+getTotalJobsCount
+
+public int getTotalJobsCount (Timestamp from,
+ Timestamp to)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+getCancelledCount
+
+public int getCancelledCount (Timestamp from,
+ Timestamp to)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+getAbandonedCount
+
+public int getAbandonedCount (Timestamp from,
+ Timestamp to)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+getIncompleteCount
+
+public int getIncompleteCount (Timestamp from,
+ Timestamp to)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+readData
+
+public List <JobStat > readData (Timestamp from,
+ Timestamp to,
+ Services wservice,
+ Boolean clusterOnly)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+removeRecordedJobs
+
+public void removeRecordedJobs (Set <JobStat > fsJobs)
+ throws SQLException
+
+Removes the job if
+
+ 1) It has already been recorded
+
+ 2) It has not completed and did not timeout - this is to prevent
+ recording the information on the incomplete jobs.
+
+
+Parameters: fsJobs
-
+Throws:
+SQLException
+
+
+
+
+
+shutdownDBServer
+
+public static final void shutdownDBServer ()
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/StatProcessor.html b/website/full_javadoc/compbio/stat/collector/StatProcessor.html
new file mode 100644
index 0000000..473c2f4
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/StatProcessor.html
@@ -0,0 +1,527 @@
+
+
+
+
+
+
+StatProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+Class StatProcessor
+
+java.lang.Object
+ compbio.stat.collector.StatProcessor
+
+
+
+public class StatProcessor extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatProcessor
+
+public StatProcessor (List <JobStat > stats)
+
+
+
+
+
+
+
+
+
+getClusterJobs
+
+public List <JobStat > getClusterJobs ()
+
+
+
+
+
+
+
+
+getLocalJobs
+
+public List <JobStat > getLocalJobs ()
+
+
+
+
+
+
+
+
+getAbandonedJobs
+
+public List <JobStat > getAbandonedJobs ()
+
+Not collected. Excludes all cancelled jobs, and jobs with no results as
+ these are reported separately.
+
+
+
+
+
+
+
+
+getFailedJobs
+
+public List <JobStat > getFailedJobs ()
+
+Started & finished but did not produce result
+
+
+
+Returns:
+
+
+
+
+
+getCancelledJobs
+
+public List <JobStat > getCancelledJobs ()
+
+
+
+
+
+
+
+
+sortByRuntime
+
+public List <JobStat > sortByRuntime ()
+
+
+
+
+
+
+
+
+sortByStartTime
+
+public List <JobStat > sortByStartTime ()
+
+
+
+
+
+
+
+
+sortByResultSize
+
+public List <JobStat > sortByResultSize ()
+
+
+
+
+
+
+
+
+getJobNumber
+
+public int getJobNumber ()
+
+
+
+
+
+
+
+
+getJobs
+
+public List <JobStat > getJobs ()
+
+
+
+
+
+
+
+
+getSingleWSStat
+
+public StatProcessor getSingleWSStat (Services webService)
+
+
+
+
+
+
+
+
+getTotalRuntime
+
+public long getTotalRuntime ()
+
+
+
+
+
+
+
+
+getIncompleteJobs
+
+public List <JobStat > getIncompleteJobs ()
+
+
+
+
+
+
+
+
+reportStat
+
+public String reportStat ()
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/class-use/ExecutionStatCollector.html b/website/full_javadoc/compbio/stat/collector/class-use/ExecutionStatCollector.html
new file mode 100644
index 0000000..bb112c5
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/class-use/ExecutionStatCollector.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.ExecutionStatCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.ExecutionStatCollector
+
+No usage of compbio.stat.collector.ExecutionStatCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/class-use/InputFilter.html b/website/full_javadoc/compbio/stat/collector/class-use/InputFilter.html
new file mode 100644
index 0000000..7c409e1
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/class-use/InputFilter.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.InputFilter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.InputFilter
+
+No usage of compbio.stat.collector.InputFilter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/class-use/JobStat.html b/website/full_javadoc/compbio/stat/collector/class-use/JobStat.html
new file mode 100644
index 0000000..b6570ee
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/class-use/JobStat.html
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.JobStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.JobStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method parameters in compbio.stat.collector with type arguments of type JobStat
+
+
+
+ void
+StatDB. removeRecordedJobs (Set <JobStat > fsJobs)
+
+
+ Removes the job if
+
+ 1) It has already been recorded
+
+ 2) It has not completed and did not timeout - this is to prevent
+ recording the information on the incomplete jobs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/class-use/StatDB.html b/website/full_javadoc/compbio/stat/collector/class-use/StatDB.html
new file mode 100644
index 0000000..b0a139d
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/class-use/StatDB.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.StatDB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.StatDB
+
+No usage of compbio.stat.collector.StatDB
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/class-use/StatProcessor.html b/website/full_javadoc/compbio/stat/collector/class-use/StatProcessor.html
new file mode 100644
index 0000000..01896ec
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/class-use/StatProcessor.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.StatProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.collector.StatProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/package-frame.html b/website/full_javadoc/compbio/stat/collector/package-frame.html
new file mode 100644
index 0000000..2ffbeaf
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/package-frame.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+compbio.stat.collector
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.collector
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/package-summary.html b/website/full_javadoc/compbio/stat/collector/package-summary.html
new file mode 100644
index 0000000..99f5dcf
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/package-summary.html
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+compbio.stat.collector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.stat.collector
+
+
+
+
+
+Class Summary
+
+
+ExecutionStatCollector
+Number of runs of each WS = number of folders with name
+
+ Number of successful runs = all runs with no result file
+
+ Per period of time = limit per file creating time Runtime (avg/max) =
+
+ started time - finished time
+
+ Task & result size = result.size
+
+ Abandoned runs - not collected runs
+
+ Cancelled runs - cancelled
+
+ Cluster vs local runs
+
+ Reasons for failure = look in the err out?
+
+
+ Metadata required:
+
+ work directory for local and cluster tasks = from Helper or cmd parameter.
+
+
+InputFilter
+
+
+
+JobStat
+
+
+
+StatDB
+The database must be stored in the application root directory and called
+ "ExecutionStatistic"
+
+
+StatProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/package-tree.html b/website/full_javadoc/compbio/stat/collector/package-tree.html
new file mode 100644
index 0000000..b649eac
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/package-tree.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+compbio.stat.collector Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.stat.collector
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/collector/package-use.html b/website/full_javadoc/compbio/stat/collector/package-use.html
new file mode 100644
index 0000000..8b8d73a
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/collector/package-use.html
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+Uses of Package compbio.stat.collector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.stat.collector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/AnnualStat.html b/website/full_javadoc/compbio/stat/servlet/AnnualStat.html
new file mode 100644
index 0000000..a3fa27f
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/AnnualStat.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+AnnualStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class AnnualStat
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.AnnualStat
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class AnnualStat extends javax.servlet.http.HttpServlet
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+AnnualStat ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AnnualStat
+
+public AnnualStat ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/DisplayStat.html b/website/full_javadoc/compbio/stat/servlet/DisplayStat.html
new file mode 100644
index 0000000..062bad2
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/DisplayStat.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+DisplayStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class DisplayStat
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.DisplayStat
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class DisplayStat extends javax.servlet.http.HttpServlet
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+DisplayStat
+
+public DisplayStat ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/DownloadRedirector.html b/website/full_javadoc/compbio/stat/servlet/DownloadRedirector.html
new file mode 100644
index 0000000..1feb296
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/DownloadRedirector.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+DownloadRedirector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class DownloadRedirector
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.DownloadRedirector
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class DownloadRedirector extends javax.servlet.http.HttpServlet
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+DownloadRedirector
+
+public DownloadRedirector ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/HttpCodeResponseServiceStatus.html b/website/full_javadoc/compbio/stat/servlet/HttpCodeResponseServiceStatus.html
new file mode 100644
index 0000000..61d4d4e
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/HttpCodeResponseServiceStatus.html
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+HttpCodeResponseServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class HttpCodeResponseServiceStatus
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.HttpCodeResponseServiceStatus
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class HttpCodeResponseServiceStatus extends javax.servlet.http.HttpServlet
+
+
+
+This servlet checks the webservice coming as pathinfo and returns http code
+ as a reply. If the web service functions correctly then OK (200) is returned.
+ otherwise Service unavailable (503). When the webservice is not recognised
+ unknown service error (400) is sent as a response.
+
+ If no pathinfo is specified all web services are checked and OK is returned
+ only if all webservices are functioning.
+
+
+
+
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+HttpCodeResponseServiceStatus
+
+public HttpCodeResponseServiceStatus ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/Joblist.html b/website/full_javadoc/compbio/stat/servlet/Joblist.html
new file mode 100644
index 0000000..23957f9
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/Joblist.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+Joblist
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class Joblist
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.Joblist
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class Joblist extends javax.servlet.http.HttpServlet
+
+
+
+
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Joblist ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Joblist
+
+public Joblist ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/ServiceStatus.html b/website/full_javadoc/compbio/stat/servlet/ServiceStatus.html
new file mode 100644
index 0000000..ee85091
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/ServiceStatus.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+ServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class ServiceStatus
+
+java.lang.Object
+ javax.servlet.GenericServlet
+ javax.servlet.http.HttpServlet
+ compbio.stat.servlet.ServiceStatus
+
+
+All Implemented Interfaces: Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+public class ServiceStatus extends javax.servlet.http.HttpServlet
+
+
+
+Use cases:
+
+ Test web services and display results on the web page
+
+
+
+
+
+Author:
+ pvtroshin
+See Also: Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class javax.servlet.http.HttpServlet
+
+
+service
+
+
+
+
+
+Methods inherited from class javax.servlet.GenericServlet
+
+
+destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ServiceStatus
+
+public ServiceStatus ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html b/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html
new file mode 100644
index 0000000..9ed3f70
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/ServiceTestResult.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+ServiceTestResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class ServiceTestResult
+
+java.lang.Object
+ compbio.stat.servlet.ServiceTestResult
+
+
+
+public class ServiceTestResult extends Object
+
+
+
+Value class for test results. Two ServiceTestResult are considered equals if
+ their services are equals.
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ServiceTestResult
+
+public ServiceTestResult (Services service)
+
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+getService
+
+public Services getService ()
+
+
+
+
+
+
+
+
+getStatus
+
+public boolean getStatus ()
+
+
+
+
+
+
+
+
+getDetails
+
+public String getDetails ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/StatisticCollector.html b/website/full_javadoc/compbio/stat/servlet/StatisticCollector.html
new file mode 100644
index 0000000..72984fe
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/StatisticCollector.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+StatisticCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+Class StatisticCollector
+
+java.lang.Object
+ compbio.stat.servlet.StatisticCollector
+
+
+All Implemented Interfaces: EventListener , javax.servlet.ServletContextListener
+
+
+
+public class StatisticCollector extends Object implements javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+contextDestroyed (javax.servlet.ServletContextEvent arg0)
+
+
+
+
+
+
+ void
+contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatisticCollector
+
+public StatisticCollector ()
+
+
+
+
+
+
+
+
+
+contextDestroyed
+
+public void contextDestroyed (javax.servlet.ServletContextEvent arg0)
+
+
+Specified by: contextDestroyed
in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+contextInitialized
+
+public void contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+
+Specified by: contextInitialized
in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/AnnualStat.html b/website/full_javadoc/compbio/stat/servlet/class-use/AnnualStat.html
new file mode 100644
index 0000000..2c628c7
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/AnnualStat.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.AnnualStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.AnnualStat
+
+No usage of compbio.stat.servlet.AnnualStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/DisplayStat.html b/website/full_javadoc/compbio/stat/servlet/class-use/DisplayStat.html
new file mode 100644
index 0000000..b101652
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/DisplayStat.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.DisplayStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.DisplayStat
+
+No usage of compbio.stat.servlet.DisplayStat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/DownloadRedirector.html b/website/full_javadoc/compbio/stat/servlet/class-use/DownloadRedirector.html
new file mode 100644
index 0000000..1c4fbfa
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/DownloadRedirector.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.DownloadRedirector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.DownloadRedirector
+
+No usage of compbio.stat.servlet.DownloadRedirector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/HttpCodeResponseServiceStatus.html b/website/full_javadoc/compbio/stat/servlet/class-use/HttpCodeResponseServiceStatus.html
new file mode 100644
index 0000000..6f8f904
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/HttpCodeResponseServiceStatus.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.HttpCodeResponseServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.HttpCodeResponseServiceStatus
+
+No usage of compbio.stat.servlet.HttpCodeResponseServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/Joblist.html b/website/full_javadoc/compbio/stat/servlet/class-use/Joblist.html
new file mode 100644
index 0000000..0aba49d
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/Joblist.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.Joblist
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.Joblist
+
+No usage of compbio.stat.servlet.Joblist
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/ServiceStatus.html b/website/full_javadoc/compbio/stat/servlet/class-use/ServiceStatus.html
new file mode 100644
index 0000000..bc8d98e
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/ServiceStatus.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.ServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.ServiceStatus
+
+No usage of compbio.stat.servlet.ServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/ServiceTestResult.html b/website/full_javadoc/compbio/stat/servlet/class-use/ServiceTestResult.html
new file mode 100644
index 0000000..4dc5394
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/ServiceTestResult.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.ServiceTestResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.ServiceTestResult
+
+No usage of compbio.stat.servlet.ServiceTestResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/class-use/StatisticCollector.html b/website/full_javadoc/compbio/stat/servlet/class-use/StatisticCollector.html
new file mode 100644
index 0000000..114a538
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/class-use/StatisticCollector.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.StatisticCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.StatisticCollector
+
+No usage of compbio.stat.servlet.StatisticCollector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/package-frame.html b/website/full_javadoc/compbio/stat/servlet/package-frame.html
new file mode 100644
index 0000000..f6eac6c
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/package-frame.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/package-summary.html b/website/full_javadoc/compbio/stat/servlet/package-summary.html
new file mode 100644
index 0000000..37b758e
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/package-summary.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/package-tree.html b/website/full_javadoc/compbio/stat/servlet/package-tree.html
new file mode 100644
index 0000000..e9eeae8
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/package-tree.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+compbio.stat.servlet Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.stat.servlet
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+java.lang.Object
+javax.servlet.GenericServlet (implements java.io.Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig)
+
+javax.servlet.http.HttpServlet (implements java.io.Serializable )
+
+
+ compbio.stat.servlet.ServiceTestResult compbio.stat.servlet.StatisticCollector (implements javax.servlet.ServletContextListener)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/package-use.html b/website/full_javadoc/compbio/stat/servlet/package-use.html
new file mode 100644
index 0000000..8d2f582
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/package-use.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Package compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.stat.servlet
+
+No usage of compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/StatCollection.Stattype.html b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.Stattype.html
new file mode 100644
index 0000000..60a1bb6
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.Stattype.html
@@ -0,0 +1,351 @@
+
+
+
+
+
+
+StatCollection.Stattype
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+Enum StatCollection.Stattype
+
+java.lang.Object
+ java.lang.Enum <StatCollection.Stattype >
+ compbio.stat.servlet.util.StatCollection.Stattype
+
+
+All Implemented Interfaces: Serializable , Comparable <StatCollection.Stattype >
+
+
+Enclosing class: StatCollection
+
+
+
+public static enum StatCollection.Stattype extends Enum <StatCollection.Stattype >
+
+
+
+Total number of requests
+
+ incomplete abandoned cancelled
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+ALL
+
+
+
+
+
+CLUSTER
+
+
+
+
+
+LOCAL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+CLUSTER
+
+public static final StatCollection.Stattype CLUSTER
+
+
+
+
+
+
+
+LOCAL
+
+public static final StatCollection.Stattype LOCAL
+
+
+
+
+
+
+
+ALL
+
+public static final StatCollection.Stattype ALL
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static StatCollection.Stattype [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (StatCollection.Stattype c : StatCollection.Stattype.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static StatCollection.Stattype valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html
new file mode 100644
index 0000000..4292bfb
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html
@@ -0,0 +1,443 @@
+
+
+
+
+
+
+StatCollection
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+Class StatCollection
+
+java.lang.Object
+ compbio.stat.servlet.util.StatCollection
+
+
+
+public class StatCollection extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+static class
+StatCollection.Stattype
+
+
+ Total number of requests
+
+ incomplete abandoned cancelled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatCollection
+
+public StatCollection ()
+
+
+
+
+
+
+
+
+
+getAllStat
+
+public Map <Services ,StatProcessor > getAllStat ()
+
+
+
+
+
+
+
+
+getClusterStat
+
+public Map <Services ,StatProcessor > getClusterStat ()
+
+
+
+
+
+
+
+
+getLocalStat
+
+public Map <Services ,StatProcessor > getLocalStat ()
+
+
+
+
+
+
+
+
+getStats
+
+public static Map <Date ,Totals > getStats (int monthsToReport)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+getStats
+
+public static Map <Date ,Totals > getStats (Date fromDate)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+newStatCollecton
+
+public static StatCollection newStatCollecton (Date startDate,
+ Date endDate)
+ throws SQLException
+
+
+
+Throws:
+SQLException
+
+
+
+
+
+hashCode
+
+public int hashCode ()
+
+
+Overrides: hashCode
in class Object
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals (Object obj)
+
+
+Overrides: equals
in class Object
+
+
+
+
+
+
+
+
+toString
+
+public String toString ()
+
+
+Overrides: toString
in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/Totals.html b/website/full_javadoc/compbio/stat/servlet/util/Totals.html
new file mode 100644
index 0000000..5c4a27a
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/Totals.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+Totals
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+Class Totals
+
+java.lang.Object
+ compbio.stat.servlet.util.Totals
+
+
+
+public class Totals extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Totals ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Totals
+
+public Totals ()
+
+
+
+
+
+
+
+
+
+getTotal
+
+public int getTotal ()
+
+
+
+
+
+
+
+
+getIncomplete
+
+public int getIncomplete ()
+
+
+
+
+
+
+
+
+getAbandoned
+
+public int getAbandoned ()
+
+
+
+
+
+
+
+
+getCancelled
+
+public int getCancelled ()
+
+
+
+
+
+
+
+
+getFailed
+
+public int getFailed ()
+
+
+
+
+
+
+
+
+sumOfTotals
+
+public static Totals sumOfTotals (Map <Date ,Totals > stat)
+
+
+
+
+
+
+
+
+sumStats
+
+public static Totals sumStats (Map <Services ,StatProcessor > stat)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.Stattype.html b/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.Stattype.html
new file mode 100644
index 0000000..256c132
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.Stattype.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.StatCollection.Stattype
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.StatCollection.Stattype
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.html b/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.html
new file mode 100644
index 0000000..713f433
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/class-use/StatCollection.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.StatCollection
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.StatCollection
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/class-use/Totals.html b/website/full_javadoc/compbio/stat/servlet/util/class-use/Totals.html
new file mode 100644
index 0000000..9276d1e
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/class-use/Totals.html
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.Totals
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.stat.servlet.util.Totals
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/package-frame.html b/website/full_javadoc/compbio/stat/servlet/util/package-frame.html
new file mode 100644
index 0000000..05f10c9
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/package-frame.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+
+
+
+
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/package-summary.html b/website/full_javadoc/compbio/stat/servlet/util/package-summary.html
new file mode 100644
index 0000000..5edddf2
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/package-summary.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+compbio.stat.servlet.util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.stat.servlet.util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/package-tree.html b/website/full_javadoc/compbio/stat/servlet/util/package-tree.html
new file mode 100644
index 0000000..e3dea33
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/package-tree.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+compbio.stat.servlet.util Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.stat.servlet.util
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/stat/servlet/util/package-use.html b/website/full_javadoc/compbio/stat/servlet/util/package-use.html
new file mode 100644
index 0000000..94c4e00
--- /dev/null
+++ b/website/full_javadoc/compbio/stat/servlet/util/package-use.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+Uses of Package compbio.stat.servlet.util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.stat.servlet.util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/AAConClient.html b/website/full_javadoc/compbio/ws/client/AAConClient.html
new file mode 100644
index 0000000..31715ff
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/AAConClient.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class AAConClient
+
+java.lang.Object
+ compbio.ws.client.AAConClient
+
+
+
+public class AAConClient extends Object
+
+
+
+A command line client for AACon web service
+
+
+
+
+Version:
+ 1.0
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static SequenceAnnotation <AAConWS >
+connect ()
+
+
+ Connects to a AACon web service by the host and the service name
+
+
+
+static void
+main (String [] args)
+
+
+ Starts command line client, if no parameters are supplied prints help.
+
+
+
+
+
+
+
+
+
+
+
+
+
+connect
+
+public static SequenceAnnotation <AAConWS > connect ()
+ throws WebServiceException
+
+Connects to a AACon web service by the host and the service name
+
+
+
+Returns: AlignmentAnnotation
+Throws:
+WebServiceException
- if cannot connect to a web service
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+Starts command line client, if no parameters are supplied prints help.
+
+
+Parameters: args
- Usage: ACTION [OPTIONS]
+
+ -i= - full path to fasta or Clustal formatted
+ alignment file
+
+ -parameters - lists parameters supported by web service
+
+ -presets - lists presets supported by web service
+
+ -limits - lists web services limits. Please note that if input
+ file is specified other actions are ignored
+
+ OPTIONS: (only for use with -i action):
+
+ -r= - name of the preset to use
+
+ -o= - full path to the file where to write results
+ -f= - the name of the file with the list
+ of parameters to use. Please note that -r and -f options
+ cannot be used together. Conservation is calculated with
+ either a preset or parameters from the file, but not both!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/IOHelper.html b/website/full_javadoc/compbio/ws/client/IOHelper.html
new file mode 100644
index 0000000..75dae2c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/IOHelper.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class IOHelper
+
+java.lang.Object
+ compbio.ws.client.IOHelper
+
+
+
+public class IOHelper extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+IOHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IOHelper
+
+public IOHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/Jws2Client.html b/website/full_javadoc/compbio/ws/client/Jws2Client.html
new file mode 100644
index 0000000..952511b
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/Jws2Client.html
@@ -0,0 +1,399 @@
+
+
+
+
+
+
+Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class Jws2Client
+
+java.lang.Object
+ compbio.ws.client.Jws2Client
+
+
+
+public class Jws2Client extends Object
+
+
+
+A command line client for JAva Bioinformatics Analysis Web Services
+
+
+
+
+Version:
+ 1.0
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+validURL
+
+public static boolean validURL (String urlstr)
+
+Attempt to construct the URL object from the string
+
+
+Parameters: urlstr
-
+Returns: true if it succeed false otherwise
+
+
+
+
+
+testService
+
+public static void testService (String hostname,
+ Services service,
+ PrintWriter writer)
+ throws ConnectException ,
+ WebServiceException
+
+Asks registry to test the service on the host hostname
+
+
+Parameters: hostname
- service
- writer
-
+Throws:
+ConnectException
+WebServiceException
+
+
+
+
+
+getServices
+
+public static Set <Services > getServices (String hostname)
+ throws WebServiceException ,
+ ConnectException
+
+
+
+Throws:
+WebServiceException
+ConnectException
+
+
+
+
+
+connect
+
+public static JABAService connect (String host,
+ Services service)
+ throws WebServiceException ,
+ ConnectException
+
+Connects to a web service by the host and the service name web service
+ type
+
+
+Parameters: host
- the fully qualified name of JABAWS server including JABAWS
+ context name e.g
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jabaservice
- the name of the JABAWS service to connect to
+Returns: JABAService
+Throws:
+WebServiceException
+ConnectException
- if fails to connect to the service on the host
+
+
+
+
+
+connectToRegistry
+
+public static RegistryWS connectToRegistry (String host)
+ throws WebServiceException ,
+ ConnectException
+
+Get a connection of JABAWS registry
+
+
+Parameters: host
- the fully qualified name of JABAWS server including JABAWS
+ context name e.g
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jaba
+Returns: compbio.data.msa.RegistryWS - instance of a RegistryWS web
+ service
+ Throws:
+WebServiceException
+ConnectException
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+Starts command line client, if no parameter are supported print help. Two
+ parameters are required for successful call the JWS2 host name and a
+ service name.
+
+
+Parameters: args
- Usage: -h=host_and_context
+ -s=serviceName ACTION [OPTIONS]
+
+ -h= - a full URL to the JWS2 web server
+ including context path e.g. http://10.31.1.159:8080/ws
+
+ -s= - one of [MafftWS, MuscleWS, ClustalWS,
+ TcoffeeWS, ProbconsWS] ACTIONS:
+
+ -i= - full path to fasta formatted sequence file,
+ from which to align sequences
+
+ -parameters - lists parameters supported by web service
+
+ -presets - lists presets supported by web service
+
+ -limits - lists web services limits Please note that if input
+ file is specified other actions are ignored
+
+ OPTIONS: (only for use with -i action):
+
+ -r= - name of the preset to use
+
+ -o= - full path to the file where to write an
+ alignment -f= - the name of the file with
+ the list of parameters to use. Please note that -r and -f
+ options cannot be used together. Alignment is done with either
+ preset or a parameters from the file, but not both!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/MetadataHelper.html b/website/full_javadoc/compbio/ws/client/MetadataHelper.html
new file mode 100644
index 0000000..10c43c4
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/MetadataHelper.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class MetadataHelper
+
+java.lang.Object
+ compbio.ws.client.MetadataHelper
+
+
+
+public class MetadataHelper extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MetadataHelper
+
+public MetadataHelper ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/Services.html b/website/full_javadoc/compbio/ws/client/Services.html
new file mode 100644
index 0000000..6923a97
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/Services.html
@@ -0,0 +1,762 @@
+
+
+
+
+
+
+Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Enum Services
+
+java.lang.Object
+ java.lang.Enum <Services >
+ compbio.ws.client.Services
+
+
+All Implemented Interfaces: Serializable , Comparable <Services >
+
+
+
+public enum Services extends Enum <Services >
+
+
+
+List of web services currently supported by JABAWS version 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+MafftWS
+
+public static final Services MafftWS
+
+
+
+
+
+
+
+MuscleWS
+
+public static final Services MuscleWS
+
+
+
+
+
+
+
+ClustalWS
+
+public static final Services ClustalWS
+
+
+
+
+
+
+
+ClustalOWS
+
+public static final Services ClustalOWS
+
+
+
+
+
+
+
+TcoffeeWS
+
+public static final Services TcoffeeWS
+
+
+
+
+
+
+
+ProbconsWS
+
+public static final Services ProbconsWS
+
+
+
+
+
+
+
+AAConWS
+
+public static final Services AAConWS
+
+
+
+
+
+
+
+JronnWS
+
+public static final Services JronnWS
+
+
+
+
+
+
+
+DisemblWS
+
+public static final Services DisemblWS
+
+
+
+
+
+
+
+GlobPlotWS
+
+public static final Services GlobPlotWS
+
+
+
+
+
+
+
+IUPredWS
+
+public static final Services IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+AACON_INFO
+
+public static final String AACON_INFO
+
+
+
+
+
+
+
+CLUSTAL_INFO
+
+public static final String CLUSTAL_INFO
+
+
+
+
+
+
+
+CLUSTAL_OMEGA_INFO
+
+public static final String CLUSTAL_OMEGA_INFO
+
+
+
+
+
+
+
+DISEMBL_INFO
+
+public static final String DISEMBL_INFO
+
+
+
+
+
+
+
+GLOBPLOT_INFO
+
+public static final String GLOBPLOT_INFO
+
+
+
+
+
+
+
+IUPRED_INFO
+
+public static final String IUPRED_INFO
+
+
+
+
+
+
+
+TCOFFEE_INFO
+
+public static final String TCOFFEE_INFO
+
+
+
+
+
+
+
+MUSCLE_INFO
+
+public static final String MUSCLE_INFO
+
+
+
+
+
+
+
+PROBCONS_INFO
+
+public static final String PROBCONS_INFO
+
+
+
+
+
+
+
+JRONN_INFO
+
+public static final String JRONN_INFO
+
+
+
+
+
+
+
+MAFFT_INFO
+
+public static final String MAFFT_INFO
+
+
+
+
+
+
+
+
+
+
+
+values
+
+public static Services [] values ()
+
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (Services c : Services.values())
+ System.out.println(c);
+
+
+
+
+Returns: an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static Services valueOf (String name)
+
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+Parameters: name
- the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+ Throws:
+IllegalArgumentException
- if this enum type has no constant
+with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+getService
+
+public static Services getService (String servName)
+
+
+
+
+
+
+
+
+toString
+
+public static String toString (Set <Services > services)
+
+
+
+
+
+
+
+
+getServiceInfo
+
+public String getServiceInfo ()
+
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/ServicesUtil.html b/website/full_javadoc/compbio/ws/client/ServicesUtil.html
new file mode 100644
index 0000000..8de1679
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/ServicesUtil.html
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class ServicesUtil
+
+java.lang.Object
+ compbio.ws.client.ServicesUtil
+
+
+
+public class ServicesUtil extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ServicesUtil
+
+public ServicesUtil ()
+
+
+
+
+
+
+
+
+
+getServiceByRunner
+
+public static Services getServiceByRunner (Class <? extends Executable > class1)
+
+
+
+
+
+
+
+
+getServiceImpl
+
+public static Class <? extends Executable <?>> getServiceImpl (Services service)
+
+
+
+
+
+
+
+
+getRunnerByJobDirectory
+
+public static Class <? extends Executable <?>> getRunnerByJobDirectory (File jobdir)
+
+
+
+
+
+
+
+
+getServiceByJobDirectory
+
+public static Services getServiceByJobDirectory (File jobdir)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/WSTester.html b/website/full_javadoc/compbio/ws/client/WSTester.html
new file mode 100644
index 0000000..4b9031c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/WSTester.html
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+Class WSTester
+
+java.lang.Object
+ compbio.ws.client.WSTester
+
+
+
+public class WSTester extends Object
+
+
+
+Class for testing web services
+
+
+
+
+Version:
+ 1.0 February 2010
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+WSTester (String hostname,
+ PrintWriter writer)
+
+
+ Construct an instance of JABAWS tester
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+checkService (Services service)
+
+
+ Test JABA web service
+
+
+
+static
+
+
+main (String [] args)
+
+
+ Test JWS2 web services
+
+
+
+
+
+
+
+
+
+
+
+
+
+fastaInput
+
+public static final String fastaInput
+
+Sequences to be used as input for all WS
+
+
+See Also: Constant Field Values
+
+
+
+
+fastaAlignment
+
+public static final String fastaAlignment
+
+
+See Also: Constant Field Values
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WSTester
+
+public WSTester (String hostname,
+ PrintWriter writer)
+
+Construct an instance of JABAWS tester
+
+
+Parameters: hostname
- - fully qualified host and context name of JABAWS e.g.
+ http://nanna.cluster.lifesci.dundee.ac.uk:8080/jabawriter
- a PrintWriter instance to writer test log to.
+
+
+
+
+
+
+
+
+main
+
+public static <T> void main (String [] args)
+ throws IOException
+
+Test JWS2 web services
+
+
+Type Parameters: T
- web service typeParameters: args
- -h=
+
+ -s= which is optional. If service name is not
+ provided then all known JWS2 web services are tested
+Throws:
+IOException
+
+
+
+
+
+checkService
+
+public boolean checkService (Services service)
+ throws ConnectException ,
+ WebServiceException
+
+Test JABA web service
+
+
+Parameters: service
- the service to test
+Returns: true if the service works as expected, false otherwise
+ Throws:
+WebServiceException
+ConnectException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/AAConClient.html b/website/full_javadoc/compbio/ws/client/class-use/AAConClient.html
new file mode 100644
index 0000000..99af7e9
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/AAConClient.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.AAConClient
+
+No usage of compbio.ws.client.AAConClient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/IOHelper.html b/website/full_javadoc/compbio/ws/client/class-use/IOHelper.html
new file mode 100644
index 0000000..ad09dea
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/IOHelper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.IOHelper
+
+No usage of compbio.ws.client.IOHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/Jws2Client.html b/website/full_javadoc/compbio/ws/client/class-use/Jws2Client.html
new file mode 100644
index 0000000..ca24fbe
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/Jws2Client.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Jws2Client
+
+No usage of compbio.ws.client.Jws2Client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/MetadataHelper.html b/website/full_javadoc/compbio/ws/client/class-use/MetadataHelper.html
new file mode 100644
index 0000000..7b318eb
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/MetadataHelper.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.MetadataHelper
+
+No usage of compbio.ws.client.MetadataHelper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/Services.html b/website/full_javadoc/compbio/ws/client/class-use/Services.html
new file mode 100644
index 0000000..9de4c7c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/Services.html
@@ -0,0 +1,762 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.Services
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/ServicesUtil.html b/website/full_javadoc/compbio/ws/client/class-use/ServicesUtil.html
new file mode 100644
index 0000000..53a0b41
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/ServicesUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.ServicesUtil
+
+No usage of compbio.ws.client.ServicesUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/class-use/WSTester.html b/website/full_javadoc/compbio/ws/client/class-use/WSTester.html
new file mode 100644
index 0000000..0edff44
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/class-use/WSTester.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.client.WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.client.WSTester
+
+No usage of compbio.ws.client.WSTester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/package-frame.html b/website/full_javadoc/compbio/ws/client/package-frame.html
new file mode 100644
index 0000000..d350067
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/package-frame.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/package-summary.html b/website/full_javadoc/compbio/ws/client/package-summary.html
new file mode 100644
index 0000000..7ca15e4
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/package-summary.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.ws.client
+
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+See:
+
+ Description
+
+
+
+
+
+
+
+
+
+
+Enum Summary
+
+
+Services
+List of web services currently supported by JABAWS version 2
+
+
+
+
+
+
+Package compbio.ws.client Description
+
+
+
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+Version:
+ 1.0 April 2010
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/package-tree.html b/website/full_javadoc/compbio/ws/client/package-tree.html
new file mode 100644
index 0000000..e4b4e7d
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/package-tree.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+compbio.ws.client Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.ws.client
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/client/package-use.html b/website/full_javadoc/compbio/ws/client/package-use.html
new file mode 100644
index 0000000..92730b7
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/client/package-use.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+Uses of Package compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.ws.client
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/AAConWS.html b/website/full_javadoc/compbio/ws/server/AAConWS.html
new file mode 100644
index 0000000..649a092
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/AAConWS.html
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+AAConWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class AAConWS
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService <AACon >
+ compbio.ws.server.AAConWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <AACon >, SequenceAnnotation <AACon >
+
+
+
+public class AAConWS extends SequenceAnnotationService <AACon >implements SequenceAnnotation <AACon >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+AAConWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AAConWS
+
+public AAConWS ()
+
+
+
+
+
+
+
+
+
+analize
+
+public String analize (List <FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences. The actual analysis algorithm is defined by the
+ type T.
+
+ Any dataset containing a greater number of sequences or the average
+ length of the sequences are greater then defined in the default Limit
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: analize
in interface SequenceAnnotation <AACon >
Overrides: analize
in class SequenceAnnotationService <AACon >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this information
+Returns: jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from class: GenericMetadataService
+Assume statistics is not supported
+
+
+Specified by: pullExecStatistics
in interface JManagement
Overrides: pullExecStatistics
in class GenericMetadataService
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder See Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/ClustalOWS.html b/website/full_javadoc/compbio/ws/server/ClustalOWS.html
new file mode 100644
index 0000000..f7f78a5
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/ClustalOWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+ClustalOWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class ClustalOWS
+
+java.lang.Object
+ compbio.ws.server.ClustalOWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <ClustalO >, MsaWS <ClustalO >
+
+
+
+public class ClustalOWS extends Object implements MsaWS <ClustalO >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ClustalOWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalOWS
+
+public ClustalOWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <ClustalO >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalO > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <ClustalO >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalO >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <ClustalO >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <ClustalO > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <ClustalO >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <ClustalO >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <ClustalO > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <ClustalO >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <ClustalO > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <ClustalO >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <ClustalO > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <ClustalO >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/ClustalWS.html b/website/full_javadoc/compbio/ws/server/ClustalWS.html
new file mode 100644
index 0000000..8b2a07a
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/ClustalWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+ClustalWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class ClustalWS
+
+java.lang.Object
+ compbio.ws.server.ClustalWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <ClustalW >, MsaWS <ClustalW >
+
+
+
+public class ClustalWS extends Object implements MsaWS <ClustalW >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ClustalWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ClustalWS
+
+public ClustalWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <ClustalW >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <ClustalW > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <ClustalW >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <ClustalW >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <ClustalW >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <ClustalW > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <ClustalW >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <ClustalW >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <ClustalW > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <ClustalW >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <ClustalW > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <ClustalW >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <ClustalW > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <ClustalW >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/DisemblWS.html b/website/full_javadoc/compbio/ws/server/DisemblWS.html
new file mode 100644
index 0000000..e4ca353
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/DisemblWS.html
@@ -0,0 +1,414 @@
+
+
+
+
+
+
+DisemblWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class DisemblWS
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService <Disembl >
+ compbio.ws.server.DisemblWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Disembl >, SequenceAnnotation <Disembl >
+
+
+
+public class DisemblWS extends SequenceAnnotationService <Disembl >implements SequenceAnnotation <Disembl >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+DisemblWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+DisemblWS
+
+public DisemblWS ()
+
+
+
+
+
+
+
+
+
+customAnalize
+
+public String customAnalize (List <FastaSequence > sequences,
+ List <Option <Disembl >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences according to custom settings defined in options
+ list. The actual analysis algorithm is defined by the type T. Default
+ Limit is used to decide whether the calculation will be permitted or
+ denied
+
+
+Specified by: customAnalize
in interface SequenceAnnotation <Disembl >
Overrides: customAnalize
in class SequenceAnnotationService <Disembl >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Option
+
+
+
+
+
+presetAnalize
+
+public String presetAnalize (List <FastaSequence > sequences,
+ Preset <Disembl > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences according to the preset settings. The actual
+ analysis algorithm is defined by the type T.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAnalize
in interface SequenceAnnotation <Disembl >
Overrides: presetAnalize
in class SequenceAnnotationService <Disembl >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/GAUtils.html b/website/full_javadoc/compbio/ws/server/GAUtils.html
new file mode 100644
index 0000000..49fd2ae
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/GAUtils.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+GAUtils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class GAUtils
+
+java.lang.Object
+ compbio.ws.server.GAUtils
+
+
+
+public class GAUtils extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GAUtils ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GAUtils
+
+public GAUtils ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/GenericMetadataService.html b/website/full_javadoc/compbio/ws/server/GenericMetadataService.html
new file mode 100644
index 0000000..682d570
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/GenericMetadataService.html
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+GenericMetadataService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class GenericMetadataService<T>
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService<T>
+
+
+Direct Known Subclasses: _MsaService , SequenceAnnotationService
+
+
+
+public abstract class GenericMetadataService<T> extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+
+
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+
+
+
+
+
+
+
+getLimit
+
+public Limit <T > getLimit (String presetName)
+
+
+
+
+
+
+
+
+getLimits
+
+public LimitsManager <T > getLimits ()
+
+
+
+
+
+
+
+
+getPresets
+
+public PresetManager <T > getPresets ()
+
+
+
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <T > getRunnerOptions ()
+
+
+
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Assume statistics is not supported
+
+
+Parameters: jobId
- position
-
+Returns: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/GlobPlotWS.html b/website/full_javadoc/compbio/ws/server/GlobPlotWS.html
new file mode 100644
index 0000000..39cca3a
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/GlobPlotWS.html
@@ -0,0 +1,414 @@
+
+
+
+
+
+
+GlobPlotWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class GlobPlotWS
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService <GlobPlot >
+ compbio.ws.server.GlobPlotWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <GlobPlot >, SequenceAnnotation <GlobPlot >
+
+
+
+public class GlobPlotWS extends SequenceAnnotationService <GlobPlot >implements SequenceAnnotation <GlobPlot >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+GlobPlotWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+GlobPlotWS
+
+public GlobPlotWS ()
+
+
+
+
+
+
+
+
+
+customAnalize
+
+public String customAnalize (List <FastaSequence > sequences,
+ List <Option <GlobPlot >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences according to custom settings defined in options
+ list. The actual analysis algorithm is defined by the type T. Default
+ Limit is used to decide whether the calculation will be permitted or
+ denied
+
+
+Specified by: customAnalize
in interface SequenceAnnotation <GlobPlot >
Overrides: customAnalize
in class SequenceAnnotationService <GlobPlot >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Option
+
+
+
+
+
+presetAnalize
+
+public String presetAnalize (List <FastaSequence > sequences,
+ Preset <GlobPlot > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences according to the preset settings. The actual
+ analysis algorithm is defined by the type T.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAnalize
in interface SequenceAnnotation <GlobPlot >
Overrides: presetAnalize
in class SequenceAnnotationService <GlobPlot >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/IUPredWS.html b/website/full_javadoc/compbio/ws/server/IUPredWS.html
new file mode 100644
index 0000000..7b5edfc
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/IUPredWS.html
@@ -0,0 +1,358 @@
+
+
+
+
+
+
+IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class IUPredWS
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService <IUPred >
+ compbio.ws.server.IUPredWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <IUPred >, SequenceAnnotation <IUPred >
+
+
+
+public class IUPredWS extends SequenceAnnotationService <IUPred >implements SequenceAnnotation <IUPred >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+IUPredWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+IUPredWS
+
+public IUPredWS ()
+
+
+
+
+
+
+
+
+
+presetAnalize
+
+public String presetAnalize (List <FastaSequence > sequences,
+ Preset <IUPred > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: SequenceAnnotation
+Analyse the sequences according to the preset settings. The actual
+ analysis algorithm is defined by the type T.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAnalize
in interface SequenceAnnotation <IUPred >
Overrides: presetAnalize
in class SequenceAnnotationService <IUPred >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/JronnWS.html b/website/full_javadoc/compbio/ws/server/JronnWS.html
new file mode 100644
index 0000000..65ae463
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/JronnWS.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+JronnWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class JronnWS
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService <Jronn >
+ compbio.ws.server.JronnWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Jronn >, SequenceAnnotation <Jronn >
+
+
+
+public class JronnWS extends SequenceAnnotationService <Jronn >implements SequenceAnnotation <Jronn >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+JronnWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+JronnWS
+
+public JronnWS ()
+
+
+
+
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from class: GenericMetadataService
+Assume statistics is not supported
+
+
+Specified by: pullExecStatistics
in interface JManagement
Overrides: pullExecStatistics
in class GenericMetadataService
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder See Also: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/MafftWS.html b/website/full_javadoc/compbio/ws/server/MafftWS.html
new file mode 100644
index 0000000..8947e60
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/MafftWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+MafftWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class MafftWS
+
+java.lang.Object
+ compbio.ws.server.MafftWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Mafft >, MsaWS <Mafft >
+
+
+
+public class MafftWS extends Object implements MsaWS <Mafft >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+MafftWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MafftWS
+
+public MafftWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <Mafft >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <Mafft >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <Mafft >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <Mafft > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <Mafft >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <Mafft >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <Mafft > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <Mafft >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <Mafft > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <Mafft >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <Mafft > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <Mafft >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <Mafft > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <Mafft >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/MuscleWS.html b/website/full_javadoc/compbio/ws/server/MuscleWS.html
new file mode 100644
index 0000000..bb8273d
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/MuscleWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+MuscleWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class MuscleWS
+
+java.lang.Object
+ compbio.ws.server.MuscleWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Muscle >, MsaWS <Muscle >
+
+
+
+public class MuscleWS extends Object implements MsaWS <Muscle >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+MuscleWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MuscleWS
+
+public MuscleWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <Muscle >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <Muscle >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <Muscle >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <Muscle > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <Muscle >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <Muscle >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <Muscle > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <Muscle >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <Muscle > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <Muscle >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <Muscle > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <Muscle >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <Muscle > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <Muscle >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/ProbconsWS.html b/website/full_javadoc/compbio/ws/server/ProbconsWS.html
new file mode 100644
index 0000000..de825f0
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/ProbconsWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+ProbconsWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class ProbconsWS
+
+java.lang.Object
+ compbio.ws.server.ProbconsWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Probcons >, MsaWS <Probcons >
+
+
+
+public class ProbconsWS extends Object implements MsaWS <Probcons >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ProbconsWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ProbconsWS
+
+public ProbconsWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <Probcons >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <Probcons >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <Probcons >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <Probcons > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <Probcons >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <Probcons >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <Probcons > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <Probcons >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <Probcons > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <Probcons >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <Probcons > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <Probcons >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <Probcons > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <Probcons >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/RegistryWS.html b/website/full_javadoc/compbio/ws/server/RegistryWS.html
new file mode 100644
index 0000000..7eacf29
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/RegistryWS.html
@@ -0,0 +1,477 @@
+
+
+
+
+
+
+RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class RegistryWS
+
+java.lang.Object
+ compbio.ws.server.RegistryWS
+
+
+All Implemented Interfaces: JABAService , RegistryWS
+
+
+
+public class RegistryWS extends Object implements RegistryWS , JABAService
+
+
+
+JABAWS services registry
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+RegistryWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+RegistryWS
+
+public RegistryWS ()
+
+
+
+
+
+
+
+
+
+getSupportedServices
+
+public Set <Services > getSupportedServices ()
+
+Description copied from interface: RegistryWS
+List of services that are functioning on the server. This function
+ returns the results of testing performed some time ago by
+ RegistryWS.testAllServices()
or RegistryWS.testService(Services)
methods. The
+ time of last check can be obtained from
+ RegistryWS.getLastTestedOn(Services)
method
+
+
+Specified by: getSupportedServices
in interface RegistryWS
+
+
+
+Returns: the Set of Services which are functioning on the server See Also: RegistryWS.testAllServices()
+
+
+
+
+
+getLastTested
+
+public int getLastTested (Services service)
+
+Description copied from interface: RegistryWS
+Number of seconds since the last test. Returns 0 if the service was not
+ tested or tested less then a one second ago.
+
+
+Specified by: getLastTested
in interface RegistryWS
+
+
+
+Returns: when last time tested
+
+
+
+
+
+getLastTestedOn
+
+public Date getLastTestedOn (Services service)
+
+Can potentially return null if the service has not been tested yet.
+
+
+Specified by: getLastTestedOn
in interface RegistryWS
+
+
+
+Returns: the Date and time on which the service was last tested
+
+
+
+
+
+testAllServices
+
+public String testAllServices ()
+
+TODO improve reporting. stop testing service on unsupported runtime env
+ exception
+
+
+Specified by: testAllServices
in interface RegistryWS
+
+
+
+Returns: the test log
+
+
+
+
+
+testService
+
+public String testService (Services service)
+
+Description copied from interface: RegistryWS
+Test a particular service
+
+
+Specified by: testService
in interface RegistryWS
+
+
+
+Returns: the testing log
+
+
+
+
+
+isOperating
+
+public boolean isOperating (Services service)
+
+Description copied from interface: RegistryWS
+Check whether a particular web service is working on this server
+
+
+Specified by: isOperating
in interface RegistryWS
+
+
+
+Returns: true if the service was functioning in time of last testing.
+
+
+
+
+
+getServiceDescription
+
+public String getServiceDescription (Services service)
+
+Description copied from interface: RegistryWS
+Gives the description of the service.
+
+
+Specified by: getServiceDescription
in interface RegistryWS
+
+
+
+Returns: String, plain text or html formatted piece, but NOT a full html
+ document
+
+
+
+
+
+getServiceCategories
+
+public Set <Category > getServiceCategories ()
+
+Description copied from interface: RegistryWS
+Gets the list of services per category. ServiceClassifier has the method
+ that returns Map>
+
+
+Specified by: getServiceCategories
in interface RegistryWS
+
+
+
+Returns: ServiceClassifier the object to represent relation between
+ Services and Categories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html b/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html
new file mode 100644
index 0000000..d4d9126
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/SequenceAnnotationService.html
@@ -0,0 +1,335 @@
+
+
+
+
+
+
+SequenceAnnotationService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class SequenceAnnotationService<T>
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server.SequenceAnnotationService<T>
+
+
+Type Parameters: T
-
+
+Direct Known Subclasses: AAConWS , DisemblWS , GlobPlotWS , IUPredWS , JronnWS
+
+
+
+public abstract class SequenceAnnotationService<T> extends GenericMetadataService
+
+
+
+Common methods for all SequenceAnnotation web services
+
+
+
+
+Since:
+ 2.0
+Version:
+ 1.0 June 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getAnnotation
+
+public ScoreManager getAnnotation (String jobId)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+analize
+
+public String analize (List <FastaSequence > sequences)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException
+
+
+
+Throws:
+UnsupportedRuntimeException
+LimitExceededException
+JobSubmissionException
+
+
+
+
+
+customAnalize
+
+public String customAnalize (List <FastaSequence > sequences,
+ List <Option <T >> options)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+
+
+Throws:
+UnsupportedRuntimeException
+LimitExceededException
+JobSubmissionException
+WrongParameterException
+
+
+
+
+
+presetAnalize
+
+public String presetAnalize (List <FastaSequence > sequences,
+ Preset <T > preset)
+ throws UnsupportedRuntimeException ,
+ LimitExceededException ,
+ JobSubmissionException ,
+ WrongParameterException
+
+
+
+Throws:
+UnsupportedRuntimeException
+LimitExceededException
+JobSubmissionException
+WrongParameterException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html b/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html
new file mode 100644
index 0000000..9f74aa7
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+SetExecutableFlag
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class SetExecutableFlag
+
+java.lang.Object
+ compbio.ws.server.SetExecutableFlag
+
+
+All Implemented Interfaces: EventListener , javax.servlet.ServletContextListener
+
+
+
+public class SetExecutableFlag extends Object implements javax.servlet.ServletContextListener
+
+
+
+Run setexecflag.sh script if executable flag is not set
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+contextDestroyed (javax.servlet.ServletContextEvent arg0)
+
+
+
+
+
+
+ void
+contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+
+ This listener is designed to run only once when the web application is
+ deployed to set executable flag for binaries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+SetExecutableFlag
+
+public SetExecutableFlag ()
+
+
+
+
+
+
+
+
+
+contextDestroyed
+
+public void contextDestroyed (javax.servlet.ServletContextEvent arg0)
+
+
+Specified by: contextDestroyed
in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+contextInitialized
+
+public void contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+This listener is designed to run only once when the web application is
+ deployed to set executable flag for binaries.
+
+
+Specified by: contextInitialized
in interface javax.servlet.ServletContextListener
+
+
+Parameters: arg0
- - ignored
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/ShutdownEngines.html b/website/full_javadoc/compbio/ws/server/ShutdownEngines.html
new file mode 100644
index 0000000..0e932b7
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/ShutdownEngines.html
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+ShutdownEngines
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class ShutdownEngines
+
+java.lang.Object
+ compbio.ws.server.ShutdownEngines
+
+
+All Implemented Interfaces: EventListener , javax.servlet.ServletContextListener
+
+
+
+public class ShutdownEngines extends Object implements javax.servlet.ServletContextListener
+
+
+
+Switch off engines if JABAWS web application is undeployed, or web server is
+ shutdown
+
+
+
+
+Version:
+ 1.0
+Author:
+ Peter Troshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+contextDestroyed (javax.servlet.ServletContextEvent ignored)
+
+
+
+
+
+
+ void
+contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ShutdownEngines
+
+public ShutdownEngines ()
+
+
+
+
+
+
+
+
+
+contextDestroyed
+
+public void contextDestroyed (javax.servlet.ServletContextEvent ignored)
+
+
+Specified by: contextDestroyed
in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+contextInitialized
+
+public void contextInitialized (javax.servlet.ServletContextEvent arg0)
+
+
+Specified by: contextInitialized
in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/SimpleWSPublisher.html b/website/full_javadoc/compbio/ws/server/SimpleWSPublisher.html
new file mode 100644
index 0000000..f83b5fc
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/SimpleWSPublisher.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+SimpleWSPublisher
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class SimpleWSPublisher
+
+java.lang.Object
+ compbio.ws.server.SimpleWSPublisher
+
+
+Deprecated.
+
+
+@Deprecated
+ public class SimpleWSPublisher extends Object
+
+
+
+This class publish a web service. This is not a production implementation.
+ Should be used only for during development and testing
+
+
+
+
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static void
+main (String [] args)
+
+
+ Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+SimpleWSPublisher
+
+public SimpleWSPublisher (Object exec,
+ String context)
+
+Deprecated.
+
+
+
+
+
+
+
+main
+
+public static void main (String [] args)
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/TcoffeeWS.html b/website/full_javadoc/compbio/ws/server/TcoffeeWS.html
new file mode 100644
index 0000000..59c5a7c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/TcoffeeWS.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+TcoffeeWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class TcoffeeWS
+
+java.lang.Object
+ compbio.ws.server.TcoffeeWS
+
+
+All Implemented Interfaces: JABAService , JManagement , Metadata <Tcoffee >, MsaWS <Tcoffee >
+
+
+
+public class TcoffeeWS extends Object implements MsaWS <Tcoffee >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+TcoffeeWS ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TcoffeeWS
+
+public TcoffeeWS ()
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+Description copied from interface: MsaWS
+Align a list of sequences with default settings.
+
+ Any dataset containing a greater number of sequences or when the average
+ length of the sequences are greater then defined in the default Limit,
+ will not be accepted for an alignment operation and
+ JobSubmissionException will be thrown.
+
+
+Specified by: align
in interface MsaWS <Tcoffee >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to make sure of this
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <Tcoffee >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with options.
+
+
+Specified by: customAlign
in interface MsaWS <Tcoffee >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationoptions
- A list of Options
+Returns: jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or their average
+ length exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Default Limit is used to decide whether the calculation will be
+ permitted or denied
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <Tcoffee > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+Description copied from interface: MsaWS
+Align a list of sequences with preset.
+
+ Limit for a presetName is used whether the calculation will be permitted
+ or denied. If no Limit was defined for a presetName, than default limit
+ is used.
+
+
+Specified by: presetAlign
in interface MsaWS <Tcoffee >
+
+
+Parameters: sequences
- List of FastaSequence objects. The programme does not perform
+ any sequence validity checks. Nor does it checks whether the
+ sequences names are unique. It is responsibility of the caller
+ to validate this informationpreset
- A list of Options
+Returns: String - jobId - unique identifier for the job
+ Throws:
+JobSubmissionException
- is thrown when the job could not be submitted due to the
+ following reasons: 1) The number of sequences in the
+ submission or their average length is greater then defined by
+ the default Limit. 2) Any problems on the server side e.g. it
+ is misconfigured or malfunction, is reported via this
+ exception. In the first case the information on the limit
+ could be obtained from an exception.
+UnsupportedRuntimeException
- thrown if server OS does not support native executables for a
+ given web service, e.g. JABAWS is deployed on Windows and
+ Mafft service is called
+LimitExceededException
- is throw if the input sequences number or average length
+ exceeds what is defined by the limit
+WrongParameterException
- is throws when 1) One of the Options provided is not
+ supported, 2) The value of the option is defined outside the
+ boundaries. In both cases exception object contain the
+ information on the violating Option.See Also: Preset
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+Description copied from interface: MsaWS
+Return the result of the job. This method waits for the job
+ jobId
to complete before return.
+
+
+Specified by: getResult
in interface MsaWS <Tcoffee >
+
+
+Parameters: jobId
- a unique job identifier
+Returns: Alignment
+ Throws:
+ResultNotAvailableException
- this exception is throw if the job execution was not
+ successful or the result of the execution could not be found.
+ (e.g. removed). Exception could also be thrown due to the
+ lower level problems on the server i.e. IOException,
+ FileNotFoundException problems as well as
+ UnknownFileFormatException.
+
+
+
+
+
+getLimit
+
+public Limit <Tcoffee > getLimit (String presetName)
+
+Description copied from interface: Metadata
+Get a Limit for a preset.
+
+
+Specified by: getLimit
in interface Metadata <Tcoffee >
+
+
+Parameters: presetName
- the name of the preset. if no name is provided, then the
+ default preset is returned. If no limit for a particular
+ preset is defined then the default preset is returned
+Returns: Limit
+
+
+
+
+
+getLimits
+
+public LimitsManager <Tcoffee > getLimits ()
+
+Description copied from interface: Metadata
+List Limits supported by a web service.
+
+
+Specified by: getLimits
in interface Metadata <Tcoffee >
+
+
+
+Returns: LimitManager
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from interface: JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
. If in time of a request less then
+ 1kb data is available from the position to the end of the file, then it
+ returns all the data available from the position to the end of the file.
+
+
+Specified by: pullExecStatistics
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifierposition
- - next position within the file to read
+Returns: ChunkHolder - which contains a chunk of data and a next position
+ within the file from which no data has been read See Also: ChunkHolder
+
+
+
+
+
+cancelJob
+
+public boolean cancelJob (String jobId)
+
+Description copied from interface: JManagement
+Stop running the job jobId
but leave its output untouched
+
+
+Specified by: cancelJob
in interface JManagement
+
+
+
+Returns: true if job was cancelled successfully, false otherwise
+
+
+
+
+
+getJobStatus
+
+public JobStatus getJobStatus (String jobId)
+
+Description copied from interface: JManagement
+Return the status of the job.
+
+
+Specified by: getJobStatus
in interface JManagement
+
+
+Parameters: jobId
- - unique job identifier
+Returns: JobStatus - status of the job See Also: JobStatus
+
+
+
+
+
+getPresets
+
+public PresetManager <Tcoffee > getPresets ()
+
+Description copied from interface: Metadata
+Get presets supported by a web service
+
+
+Specified by: getPresets
in interface Metadata <Tcoffee >
+
+
+
+Returns: PresetManager the object contains information about presets
+ supported by a web service
+
+
+
+
+
+getRunnerOptions
+
+public RunnerConfig <Tcoffee > getRunnerOptions ()
+
+Description copied from interface: Metadata
+Get options supported by a web service
+
+
+Specified by: getRunnerOptions
in interface Metadata <Tcoffee >
+
+
+
+Returns: RunnerConfig the list of options and parameters supported by a
+ web service.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/WSUtil.html b/website/full_javadoc/compbio/ws/server/WSUtil.html
new file mode 100644
index 0000000..06aea11
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/WSUtil.html
@@ -0,0 +1,531 @@
+
+
+
+
+
+
+WSUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class WSUtil
+
+java.lang.Object
+ compbio.ws.server.WSUtil
+
+
+
+public final class WSUtil extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+WSUtil ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static
+
+
+align (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger logger,
+ String callingMethod,
+ Limit <T> limit)
+
+
+
+
+
+
+static
+
+
+analize (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger log,
+ String method,
+ Limit <T> limit)
+
+
+
+
+
+
+static boolean
+cancelJob (String jobId)
+
+
+
+
+
+
+static
+
+
+getAnnotation (String jobId,
+ org.apache.log4j.Logger log)
+
+
+
+
+
+
+static
+
+
+getCommands (List <Option <T>> options,
+ String keyValueSeparator)
+
+
+
+
+
+
+static AsyncExecutor
+getEngine (ConfiguredExecutable <?> confClustal)
+
+
+
+
+
+
+static JobStatus
+getJobStatus (String jobId)
+
+
+
+
+
+
+static byte
+getProgress (String jobId)
+
+
+
+
+
+
+static ChunkHolder
+pullFile (String file,
+ long position)
+
+
+
+
+
+
+static void
+validateAAConInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+static void
+validateFastaInput (List <FastaSequence > sequences)
+
+
+
+
+
+
+static void
+validateJobId (String jobId)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WSUtil
+
+public WSUtil ()
+
+
+
+
+
+
+
+
+
+validateJobId
+
+public static final void validateJobId (String jobId)
+ throws InvalidParameterException
+
+
+
+Throws:
+InvalidParameterException
+
+
+
+
+
+validateFastaInput
+
+public static final void validateFastaInput (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getJobStatus
+
+public static JobStatus getJobStatus (String jobId)
+
+
+
+
+
+
+
+
+pullFile
+
+public static ChunkHolder pullFile (String file,
+ long position)
+
+
+
+
+
+
+
+
+getProgress
+
+public static byte getProgress (String jobId)
+
+
+
+
+
+
+
+
+getEngine
+
+public static AsyncExecutor getEngine (ConfiguredExecutable <?> confClustal)
+
+
+
+
+
+
+
+
+cancelJob
+
+public static boolean cancelJob (String jobId)
+
+
+
+
+
+
+
+
+align
+
+public static <T> String align (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger logger,
+ String callingMethod,
+ Limit <T> limit)
+ throws LimitExceededException ,
+ JobSubmissionException
+
+
+
+Throws:
+LimitExceededException
+JobSubmissionException
+
+
+
+
+
+analize
+
+public static <T> String analize (List <FastaSequence > sequences,
+ ConfiguredExecutable <T> confExec,
+ org.apache.log4j.Logger log,
+ String method,
+ Limit <T> limit)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getCommands
+
+public static final <T> List <String > getCommands (List <Option <T>> options,
+ String keyValueSeparator)
+
+
+
+
+
+
+
+
+validateAAConInput
+
+public static void validateAAConInput (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+getAnnotation
+
+public static <T> ScoreManager getAnnotation (String jobId,
+ org.apache.log4j.Logger log)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/_MsaService.html b/website/full_javadoc/compbio/ws/server/_MsaService.html
new file mode 100644
index 0000000..8b2e588
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/_MsaService.html
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+_MsaService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class _MsaService<T>
+
+java.lang.Object
+ compbio.ws.server.GenericMetadataService
+ compbio.ws.server._MsaService<T>
+
+
+Type Parameters: T
-
+
+
+public abstract class _MsaService<T> extends GenericMetadataService
+
+
+
+TODO to complete after the approach is tested with SequenceAnnotation!
+
+ Common methods for all SequenceAnnotation web services
+
+
+
+
+Since:
+ 2.0
+Version:
+ 1.0 June 2011
+Author:
+ pvtroshin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+align
+
+public String align (List <FastaSequence > sequences)
+ throws JobSubmissionException
+
+
+
+Throws:
+JobSubmissionException
+
+
+
+
+
+presetAlign
+
+public String presetAlign (List <FastaSequence > sequences,
+ Preset <T > preset)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+
+
+Throws:
+JobSubmissionException
+WrongParameterException
+
+
+
+
+
+customAlign
+
+public String customAlign (List <FastaSequence > sequences,
+ List <Option <T >> options)
+ throws JobSubmissionException ,
+ WrongParameterException
+
+
+
+Throws:
+JobSubmissionException
+WrongParameterException
+
+
+
+
+
+getResult
+
+public Alignment getResult (String jobId)
+ throws ResultNotAvailableException
+
+
+
+Throws:
+ResultNotAvailableException
+
+
+
+
+
+pullExecStatistics
+
+public ChunkHolder pullExecStatistics (String jobId,
+ long position)
+
+Description copied from class: GenericMetadataService
+Assume statistics is not supported
+
+
+Overrides: pullExecStatistics
in class GenericMetadataService
+
+
+
+Returns: ChunkHolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/_WSLogger.html b/website/full_javadoc/compbio/ws/server/_WSLogger.html
new file mode 100644
index 0000000..113e952
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/_WSLogger.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+_WSLogger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+Class _WSLogger
+
+java.lang.Object
+ compbio.ws.server._WSLogger
+
+
+Deprecated.
+
+
+@Deprecated
+ public class _WSLogger extends Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getStatLogger
+
+public static final _WSLogger getStatLogger (Services service,
+ WebServiceContext wsContext)
+
+Deprecated.
+
+
+
+
+
+
+logAll
+
+public void logAll (compbio.util.Timer timer,
+ String activity)
+
+Deprecated.
+
+
+
+
+
+
+logFine
+
+public void logFine (compbio.util.Timer timer,
+ String activity)
+
+Deprecated.
+
+
+
+
+
+
+log
+
+public void log (compbio.util.Timer timer,
+ String activity)
+
+Deprecated.
+
+
+
+
+
+
+log
+
+public void log (compbio.util.Timer timer,
+ String activity,
+ String jobId)
+
+Deprecated.
+
+
+
+
+
+
+getRemoteAddress
+
+public String getRemoteAddress ()
+
+Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/AAConWS.html b/website/full_javadoc/compbio/ws/server/class-use/AAConWS.html
new file mode 100644
index 0000000..c93ab4f
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/AAConWS.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.AAConWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.AAConWS
+
+
+
+
+
+Packages that use AAConWS
+
+
+compbio.ws.client
+A command line client and web services testing client for
+ JAva Bioinformatics Analysis Web Services.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/ClustalOWS.html b/website/full_javadoc/compbio/ws/server/class-use/ClustalOWS.html
new file mode 100644
index 0000000..894dbdf
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/ClustalOWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ClustalOWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ClustalOWS
+
+No usage of compbio.ws.server.ClustalOWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/ClustalWS.html b/website/full_javadoc/compbio/ws/server/class-use/ClustalWS.html
new file mode 100644
index 0000000..da8c7de
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/ClustalWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ClustalWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ClustalWS
+
+No usage of compbio.ws.server.ClustalWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/DisemblWS.html b/website/full_javadoc/compbio/ws/server/class-use/DisemblWS.html
new file mode 100644
index 0000000..385c955
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/DisemblWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.DisemblWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.DisemblWS
+
+No usage of compbio.ws.server.DisemblWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/GAUtils.html b/website/full_javadoc/compbio/ws/server/class-use/GAUtils.html
new file mode 100644
index 0000000..f41528e
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/GAUtils.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GAUtils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GAUtils
+
+No usage of compbio.ws.server.GAUtils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/GenericMetadataService.html b/website/full_javadoc/compbio/ws/server/class-use/GenericMetadataService.html
new file mode 100644
index 0000000..21b109c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/GenericMetadataService.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GenericMetadataService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GenericMetadataService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/GlobPlotWS.html b/website/full_javadoc/compbio/ws/server/class-use/GlobPlotWS.html
new file mode 100644
index 0000000..178c185
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/GlobPlotWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GlobPlotWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.GlobPlotWS
+
+No usage of compbio.ws.server.GlobPlotWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/IUPredWS.html b/website/full_javadoc/compbio/ws/server/class-use/IUPredWS.html
new file mode 100644
index 0000000..acf9c5f
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/IUPredWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.IUPredWS
+
+No usage of compbio.ws.server.IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/JronnWS.html b/website/full_javadoc/compbio/ws/server/class-use/JronnWS.html
new file mode 100644
index 0000000..b593f7e
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/JronnWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.JronnWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.JronnWS
+
+No usage of compbio.ws.server.JronnWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/MafftWS.html b/website/full_javadoc/compbio/ws/server/class-use/MafftWS.html
new file mode 100644
index 0000000..eca859e
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/MafftWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.MafftWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.MafftWS
+
+No usage of compbio.ws.server.MafftWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/MuscleWS.html b/website/full_javadoc/compbio/ws/server/class-use/MuscleWS.html
new file mode 100644
index 0000000..001748a
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/MuscleWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.MuscleWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.MuscleWS
+
+No usage of compbio.ws.server.MuscleWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/ProbconsWS.html b/website/full_javadoc/compbio/ws/server/class-use/ProbconsWS.html
new file mode 100644
index 0000000..a12a054
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/ProbconsWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ProbconsWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ProbconsWS
+
+No usage of compbio.ws.server.ProbconsWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/RegistryWS.html b/website/full_javadoc/compbio/ws/server/class-use/RegistryWS.html
new file mode 100644
index 0000000..bdf2833
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/RegistryWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.RegistryWS
+
+No usage of compbio.ws.server.RegistryWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/SequenceAnnotationService.html b/website/full_javadoc/compbio/ws/server/class-use/SequenceAnnotationService.html
new file mode 100644
index 0000000..ec47511
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/SequenceAnnotationService.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SequenceAnnotationService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SequenceAnnotationService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/SetExecutableFlag.html b/website/full_javadoc/compbio/ws/server/class-use/SetExecutableFlag.html
new file mode 100644
index 0000000..108010b
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/SetExecutableFlag.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SetExecutableFlag
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SetExecutableFlag
+
+No usage of compbio.ws.server.SetExecutableFlag
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/ShutdownEngines.html b/website/full_javadoc/compbio/ws/server/class-use/ShutdownEngines.html
new file mode 100644
index 0000000..f6983b0
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/ShutdownEngines.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ShutdownEngines
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.ShutdownEngines
+
+No usage of compbio.ws.server.ShutdownEngines
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/SimpleWSPublisher.html b/website/full_javadoc/compbio/ws/server/class-use/SimpleWSPublisher.html
new file mode 100644
index 0000000..6c549cb
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/SimpleWSPublisher.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SimpleWSPublisher
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.SimpleWSPublisher
+
+No usage of compbio.ws.server.SimpleWSPublisher
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/TcoffeeWS.html b/website/full_javadoc/compbio/ws/server/class-use/TcoffeeWS.html
new file mode 100644
index 0000000..390540f
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/TcoffeeWS.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.TcoffeeWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.TcoffeeWS
+
+No usage of compbio.ws.server.TcoffeeWS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/WSUtil.html b/website/full_javadoc/compbio/ws/server/class-use/WSUtil.html
new file mode 100644
index 0000000..02f91d7
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/WSUtil.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server.WSUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server.WSUtil
+
+No usage of compbio.ws.server.WSUtil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/_MsaService.html b/website/full_javadoc/compbio/ws/server/class-use/_MsaService.html
new file mode 100644
index 0000000..cd4e18c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/_MsaService.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server._MsaService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server._MsaService
+
+No usage of compbio.ws.server._MsaService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/class-use/_WSLogger.html b/website/full_javadoc/compbio/ws/server/class-use/_WSLogger.html
new file mode 100644
index 0000000..9f917d8
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/class-use/_WSLogger.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Uses of Class compbio.ws.server._WSLogger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class compbio.ws.server._WSLogger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/package-frame.html b/website/full_javadoc/compbio/ws/server/package-frame.html
new file mode 100644
index 0000000..6cc8606
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/package-frame.html
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+compbio.ws.server
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.server
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/package-summary.html b/website/full_javadoc/compbio/ws/server/package-summary.html
new file mode 100644
index 0000000..bd8880a
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/package-summary.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+compbio.ws.server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package compbio.ws.server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/package-tree.html b/website/full_javadoc/compbio/ws/server/package-tree.html
new file mode 100644
index 0000000..5ceb738
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/package-tree.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+compbio.ws.server Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package compbio.ws.server
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/compbio/ws/server/package-use.html b/website/full_javadoc/compbio/ws/server/package-use.html
new file mode 100644
index 0000000..bec982c
--- /dev/null
+++ b/website/full_javadoc/compbio/ws/server/package-use.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+Uses of Package compbio.ws.server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package compbio.ws.server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/constant-values.html b/website/full_javadoc/constant-values.html
new file mode 100644
index 0000000..0a2e8bf
--- /dev/null
+++ b/website/full_javadoc/constant-values.html
@@ -0,0 +1,742 @@
+
+
+
+
+
+
+Constant Field Values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constant Field Values
+
+
+Contents
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.engine.conf._Key
+
+
+
+public static final String
+DELIM
+"#"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.metadata.*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.runner.*
+
+
+
+
+
+
+
+compbio.runner.Util
+
+
+
+public static final String
+SPACE
+" "
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+compbio.ws.client.WSTester
+
+
+
+public static final String
+fastaAlignment
+">Foo\nMTADGPRELLQLRAAVRHRPQDFVAWLMLADAELGMGDTTAGEMAVQRGLALHPGHPEAV--------\n>Bar\nASDAAPEH------------PGIALWLHALE-DAGQAEAAA---AYTRAHQLLPEEPYITAQLLNAVA\n"
+
+
+
+public static final String
+fastaInput
+">Foo\nMTADGPRELLQLRAAVRHRPQDFVAWLMLADAELGMGDTTAGEMAVQRGLALHPGHPEAV\n>Bar\nASDAAPEHPGIALWLHALEDAGQAEAAAAYTRAHQLLPEEPYITAQLLNAVA\n"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/deprecated-list.html b/website/full_javadoc/deprecated-list.html
new file mode 100644
index 0000000..e6f1d4d
--- /dev/null
+++ b/website/full_javadoc/deprecated-list.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+Deprecated List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Deprecated API
+
+
+Contents
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/help-doc.html b/website/full_javadoc/help-doc.html
new file mode 100644
index 0000000..e445efd
--- /dev/null
+++ b/website/full_javadoc/help-doc.html
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+API Help
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+How This API Document Is Organized
+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+Overview
+
+
+
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+Package
+
+
+
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+Interfaces (italic) Classes Enums Exceptions Errors Annotation Types
+
+
+Class/Interface
+
+
+
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Class inheritance diagram Direct Subclasses All Known Subinterfaces All Known Implementing Classes Class/interface declaration Class/interface description
+
+
Nested Class Summary Field Summary Constructor Summary Method Summary
+
+
Field Detail Constructor Detail Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+
+
+
+Each annotation type has its own separate page with the following sections:
+Annotation Type declaration Annotation Type description Required Element Summary Optional Element Summary Element Detail
+
+
+
+Enum
+
+
+
+Each enum has its own separate page with the following sections:
+Enum declaration Enum description Enum Constant Summary Enum Constant Detail
+
+
+Use
+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+
+Tree (Class Hierarchy)
+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
+When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages. When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+
+Deprecated API
+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+
+Index
+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or related page.
+Frames/No Frames
+These links show and hide the HTML frames. All pages are available with or without frames.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+
+
+Constant Field Values
+The Constant Field Values page lists the static final fields and their values.
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/index-files/index-1.html b/website/full_javadoc/index-files/index-1.html
new file mode 100644
index 0000000..f2619ab
--- /dev/null
+++ b/website/full_javadoc/index-files/index-1.html
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+A-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+A
+
+AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+Valid Amino acids
+ AACon - Class in compbio.runner.conservation Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out AACon() -
+Constructor for class compbio.runner.conservation.AACon
+
+ AACON_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ AAConClient - Class in compbio.ws.client A command line client for AACon web service AAConWS - Class in compbio.ws.server AAConWS() -
+Constructor for class compbio.ws.server.AAConWS
+
+ addOption(Option<T>) -
+Method in class compbio.metadata.RunnerConfig
+Adds Option to the internal list of options
+ addOptionNames(String...) -
+Method in class compbio.metadata.Option
+Adds an option to the optionName list
+ addOptionNames(String...) -
+Method in class compbio.metadata.Parameter
+
+ addParameter(Parameter<T>) -
+Method in class compbio.metadata.RunnerConfig
+Adds parameter to the internal parameter list
+ addParameter(String) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+addParameters(List<String>) -
+Method in class compbio.engine.client.ConfExecutable
+
+ addParameters(List<String>) -
+Method in interface compbio.engine.client.Executable
+Adds parameter to the list of parameters for a native executable
+ addParameters(List<String>) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ addParameters(List<String>) -
+Method in class compbio.runner._impl.NetNglyc
+
+ addParameters(String[]) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+addParameters(List<String>) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+addParameters(List<String>) -
+Method in class compbio.runner.msa.Mafft
+Mafft input must always be the last parameter!
+ addParams(List<String>) -
+Method in class compbio.engine.client.CommandBuilder
+
+ addPossibleValues(String...) -
+Method in class compbio.metadata.Parameter
+
+ addTask(ConfiguredExecutable<?>, Future<ConfiguredExecutable<?>>) -
+Static method in class compbio.engine.SubmissionManager
+
+ Align - Class in compbio.data.msa.jaxws Align() -
+Constructor for class compbio.data.msa.jaxws.Align
+
+ align(List<FastaSequence>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with default settings.
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server._MsaService
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.ClustalOWS
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.ClustalWS
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.MafftWS
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.MuscleWS
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.ProbconsWS
+
+ align(List<FastaSequence>) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ align(List<FastaSequence>, ConfiguredExecutable<T>, Logger, String, Limit<T>) -
+Static method in class compbio.ws.server.WSUtil
+
+ Alignment - Class in compbio.data.sequence Multiple sequence alignment. Alignment(List<FastaSequence>, Program, char) -
+Constructor for class compbio.data.sequence.Alignment
+
+ Alignment(List<FastaSequence>, AlignmentMetadata) -
+Constructor for class compbio.data.sequence.Alignment
+
+ AlignmentMetadata - Class in compbio.data.sequence Alignment metadata e.g. AlignmentMetadata(Program, char) -
+Constructor for class compbio.data.sequence.AlignmentMetadata
+
+ AlignResponse - Class in compbio.data.msa.jaxws AlignResponse() -
+Constructor for class compbio.data.msa.jaxws.AlignResponse
+
+ AMBIGUOUS_AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+Same as AA pattern but with two additional letters - XU
+ AMBIGUOUS_NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Ambiguous nucleotide
+ Analize - Class in compbio.data.msa.jaxws Analize() -
+Constructor for class compbio.data.msa.jaxws.Analize
+
+ analize(List<FastaSequence>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences.
+ analize(List<FastaSequence>) -
+Method in class compbio.ws.server.AAConWS
+
+ analize(List<FastaSequence>) -
+Method in class compbio.ws.server.SequenceAnnotationService
+
+ analize(List<FastaSequence>, ConfiguredExecutable<T>, Logger, String, Limit<T>) -
+Static method in class compbio.ws.server.WSUtil
+
+ AnalizeResponse - Class in compbio.data.msa.jaxws AnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.AnalizeResponse
+
+ AnnualStat - Class in compbio.stat.servlet AnnualStat() -
+Constructor for class compbio.stat.servlet.AnnualStat
+
+ Argument <T > - Interface in compbio.metadata An unmodifiable view for the options and parameters, with one exception - it
+ allows to set a value argumentsToCommandString(List<? extends Option<?>>) -
+Method in class compbio.runner.OptionCombinator
+
+ argumentsToCommandString(List<? extends Option<?>>, RunnerConfig<? extends Executable<?>>) -
+Static method in class compbio.runner.OptionCombinator
+
+ asMap() -
+Method in class compbio.data.sequence.ScoreManager
+
+ asSet() -
+Method in class compbio.data.sequence.ScoreManager
+
+ AsyncExecutor - Interface in compbio.engine An asynchronous executor engine, capable of running, cancelling,
+ obtaining results calculated by a native executable wrapper in Executable interface. AsyncJobRunner - Class in compbio.engine.cluster.drmaa Single cluster job runner class AsyncJobRunner() -
+Constructor for class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ AsyncLocalRunner - Class in compbio.engine.local AsyncLocalRunner() -
+Constructor for class compbio.engine.local.AsyncLocalRunner
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-10.html b/website/full_javadoc/index-files/index-10.html
new file mode 100644
index 0000000..f95d325
--- /dev/null
+++ b/website/full_javadoc/index-files/index-10.html
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+J-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+J
+
+JABAService - Interface in compbio.data.msa This is a marker interface, contains no methods JackHmmerHitParser - Class in compbio.pipeline._jpred Parser for the following files: JackHmmerHitParser(String) -
+Constructor for class compbio.pipeline._jpred.JackHmmerHitParser
+
+ JManagement - Interface in compbio.data.msa JnetAnnotation - Enum in compbio.data._structure Job - Class in compbio.engine Job(String, String, ConfiguredExecutable<?>) -
+Constructor for class compbio.engine.Job
+
+ JobExecutionException - Exception in compbio.metadata JobExecutionException is thrown wherever the results of the calculation
+ cannot be obtained. JobExecutionException(String) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JobExecutionException(Throwable) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JobExecutionException(String, Throwable) -
+Constructor for exception compbio.metadata.JobExecutionException
+
+ JOBID -
+Static variable in class compbio.engine.cluster.drmaa.ClusterSession
+
+ Joblist - Class in compbio.stat.servlet Joblist() -
+Constructor for class compbio.stat.servlet.Joblist
+
+ JobRunner - Class in compbio.engine.cluster.drmaa Single cluster job runner class JobRunner(ConfiguredExecutable<?>) -
+Constructor for class compbio.engine.cluster.drmaa.JobRunner
+
+ JobStat - Class in compbio.stat.collector JobStatus - Enum in compbio.metadata The status of the job. JobSubmissionException - Exception in compbio.metadata Exception for generic problems with JobSubmission it is often thrown as a
+ wrapper for the lower level exceptions like IOException or DrmaaException. JobSubmissionException(String) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionException(Throwable) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionException(String, Throwable) -
+Constructor for exception compbio.metadata.JobSubmissionException
+
+ JobSubmissionExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. JobSubmissionExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ Jpred4 - Class in compbio.pipeline._jpred jpred --sequence OR --alignment [--db
+ ] [--pred-nohits] [--logLevel=(ERROR|INFO|DEBUG)] [--help]
+
+ jpred4 --sequence The path to the sequence (in FASTA format) you
+ want to predict OR
+
+ [--alignment ] The alignment which to use for prediction
+
+ [--profile=]
+
+ [--db ] Database to use for PSI-BLAST querying.Jpred4() -
+Constructor for class compbio.pipeline._jpred.Jpred4
+
+ JpredAnnotation - Enum in compbio.data._structure JpredResult - Class in compbio.data._structure Jnet result
+
+ jnetpred:-,H,H,H,H,H,H,H,H,H,H,H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H
+ ,H,H,-,-,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,-,-,-,-,H,H,H,H,
+ -,-,-,-,-,-,-,-,-,-,-,-,H,H,H,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ , JNETCONF:7,3,7,9,9,9,9,9,9,9,7,5,2,6,6,3,6,7,5,1,0,5,3,3,6,4,6,6,7,7,7,7,7,
+ 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,3,6,8,9,9,9,9,9,9,9
+ 7,3,7,7,6,2,4,4,1,5,7,8,7,7,7,7,7,7,7,6,5,3,5,6,6,6,4,0,0,2,1,3,5,7,7,7,7,7,7
+ , JNETSOL25:B,B,-,-,-,B,-,B,-,B,B,B,-,-,-,B,-,B,-,-,-,-,-,B,-,B,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,-,B,-,B,-
+ , B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,B,-,-,-,-,B,-,-,B,B,-,-
+ ,B,
+ JNETSOL5:-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,B,B,B,B,-,-,-,B,-,-,-,-,-,-,-,-,-
+ ,-,-
+ JNETSOL0:-,-,-,-,-,-,B,-,-,B,-,B,-,-,-,-,-,-,-,-,B,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,- ,-,-,-,-,-,-,-,-,-,-,-,-,B,-,-,B,-,B,-,-,
+ JNETHMM:-,H,H,H,H,H,H,H,H,H,H,
+ H,-,-,-,-,-,-,-,-,E,E,E,-,-,-,-,-,-,-,-,-,-,-,-,
+ -,-,-,-,-,-,-,-,-,-,-,-,-,-,-
+ ,-,-,-,-,-,-,-,-,-,-,-,-,-,H,H,H,H,H,H,H,H,H,H,H,
+ JNETPROPH:0.0110,0.1125,0.8552,0.0107
+ ,0.6245,0.3614,0.0120,0.8702,0.1238,0.0120
+ ,0.0193,0.9284,0.0708,0.0278,0.8703,0.1244
+ ,0.1591,0.7399,0.1456,0.2488,0.5824,0.1017,
+ JNETPROPE:0.0107,0.6245,0.3614,0.0120
+ ,0.8702,0.1238,0.0120,0.9335,0.0656,0.0102
+ ,0.9586,0.0465,0.0094,0.9662,0.0433,
+ ,0.1525,0.7103,0.1088,0.1181,0.7425,0.1784, JpredResult() -
+Constructor for class compbio.data._structure.JpredResult
+
+ Jronn - Class in compbio.runner.disorder Command line
+
+ java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out Jronn() -
+Constructor for class compbio.runner.disorder.Jronn
+
+ JRONN_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ JronnWS - Class in compbio.ws.server JronnWS() -
+Constructor for class compbio.ws.server.JronnWS
+
+ Jws2Client - Class in compbio.ws.client A command line client for JAva Bioinformatics Analysis Web Services
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-11.html b/website/full_javadoc/index-files/index-11.html
new file mode 100644
index 0000000..a26cbcd
--- /dev/null
+++ b/website/full_javadoc/index-files/index-11.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+K-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+K
+
+KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.conservation.AACon
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.disorder.Disembl
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.disorder.GlobPlot
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.disorder.Jronn
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.ClustalO
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.ClustalW
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.Mafft
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.Muscle
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.Probcons
+
+ KEY_VALUE_SEPARATOR -
+Static variable in class compbio.runner.msa.Tcoffee
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-12.html b/website/full_javadoc/index-files/index-12.html
new file mode 100644
index 0000000..e0e30e5
--- /dev/null
+++ b/website/full_javadoc/index-files/index-12.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+L-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+L
+
+Limit <T > - Class in compbio.metadata A value object containing a maximum number of sequences and a maximum average
+ sequence length for a preset. Limit(int, int, String) -
+Constructor for class compbio.metadata.Limit
+Instantiate the limit
+ Limit(int, int, String, boolean) -
+Constructor for class compbio.metadata.Limit
+
+ LimitExceededException - Exception in compbio.metadata This exception is thrown if the task larger in size that the limit that
+ applies to the calculation. LimitExceededException(String) -
+Constructor for exception compbio.metadata.LimitExceededException
+
+ LimitExceededExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. LimitExceededExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ LimitsManager <T > - Class in compbio.metadata A collection of Limits LimitsManager() -
+Constructor for class compbio.metadata.LimitsManager
+
+ load(InputStream) -
+Static method in class compbio.engine.client.RunConfiguration
+
+ LoadBalancer - Class in compbio.engine This class decides where to execute the job. loadExecutable(String) -
+Static method in class compbio.engine.client.Util
+
+ loadRunConfiguration(RunConfiguration) -
+Method in class compbio.engine.client.ConfExecutable
+
+ loadRunConfiguration(InputStream) -
+Method in class compbio.engine.client.ConfExecutable
+
+ loadRunConfiguration(InputStream) -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ loadRunConfiguration(RunConfiguration) -
+Method in interface compbio.engine.client.Executable
+
+ loadRunConfiguration(RunConfiguration) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ loadRunConfiguration(RunConfiguration) -
+Method in class compbio.runner._impl.NetNglyc
+
+ loadRunConfiguration(RunConfiguration) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+LOCAL_ENGINE_LIMIT_PRESET -
+Static variable in class compbio.metadata.PresetManager
+
+ LOCAL_WORK_DIRECTORY -
+Static variable in class compbio.engine.Configurator
+
+ LocalEngineUtil - Class in compbio.engine.local LocalEngineUtil() -
+Constructor for class compbio.engine.local.LocalEngineUtil
+
+ LocalExecutorService - Class in compbio.engine.local LocalRunner - Class in compbio.engine.local LocalRunner(ConfiguredExecutable<?>) -
+Constructor for class compbio.engine.local.LocalRunner
+
+ log -
+Static variable in class compbio.runner.Util
+
+ log(Timer, String) -
+Method in class compbio.ws.server._WSLogger
+Deprecated.
+log(Timer, String, String) -
+Method in class compbio.ws.server._WSLogger
+Deprecated.
+logAll(Timer, String) -
+Method in class compbio.ws.server._WSLogger
+Deprecated.
+logFine(Timer, String) -
+Method in class compbio.ws.server._WSLogger
+Deprecated.
+LOOPS_EXPECTATION_THRESHOLD -
+Variable in class compbio.runner.disorder.Disembl
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-13.html b/website/full_javadoc/index-files/index-13.html
new file mode 100644
index 0000000..aa86d37
--- /dev/null
+++ b/website/full_javadoc/index-files/index-13.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+M-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+M
+
+Mafft - Class in compbio.runner.msa Mafft() -
+Constructor for class compbio.runner.msa.Mafft
+
+ MAFFT_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ MafftWS - Class in compbio.ws.server MafftWS() -
+Constructor for class compbio.ws.server.MafftWS
+
+ main(String[]) -
+Static method in class compbio.pipeline._jpred.BlastBlastComparator
+args[0] is assumed to be the name of a Blast output file
+ main(String[]) -
+Static method in class compbio.pipeline._jpred.BlastHmmerComparator
+args[0] is assumed to be the name of a Blast output file
+ main(String[]) -
+Static method in class compbio.pipeline._jpred.BlastParser
+args[0] is assumed to be the name of a Blast output file
+ main(String[]) -
+Static method in class compbio.pipeline._jpred.JackHmmerHitParser
+
+ main(String[]) -
+Static method in class compbio.pipeline._jpred.Pairwise
+
+ main(String[]) -
+Static method in class compbio.runner._impl.OB
+
+ main(String[]) -
+Static method in class compbio.stat.collector.ExecutionStatCollector
+Not in use
+ main(String[]) -
+Static method in class compbio.stat.collector.StatDB
+
+ main(String[]) -
+Static method in class compbio.ws.client.AAConClient
+Starts command line client, if no parameters are supplied prints help.
+ main(String[]) -
+Static method in class compbio.ws.client.Jws2Client
+Starts command line client, if no parameter are supported print help.
+ main(String[]) -
+Static method in enum compbio.ws.client.Services
+
+ main(String[]) -
+Static method in class compbio.ws.client.WSTester
+Test JWS2 web services
+ main(String[]) -
+Static method in class compbio.ws.server.SimpleWSPublisher
+Deprecated.
+Mcl - Class in compbio.runner._impl Mcl(String) -
+Constructor for class compbio.runner._impl.Mcl
+
+ mergeEnvVariables(Map<String, String>, Map<String, String>) -
+Static method in class compbio.engine.client.Util
+
+ Metadata <T > - Interface in compbio.data.msa MetadataHelper - Class in compbio.ws.client MetadataHelper() -
+Constructor for class compbio.ws.client.MetadataHelper
+
+ MsaWS <T > - Interface in compbio.data.msa Multiple Sequence Alignment (MSA) Web Services Interface Muscle - Class in compbio.runner.msa Muscle() -
+Constructor for class compbio.runner.msa.Muscle
+Default options are
+
+ -clwstrict - write output in clustal format
+ MUSCLE_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ MuscleWS - Class in compbio.ws.server MuscleWS() -
+Constructor for class compbio.ws.server.MuscleWS
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-14.html b/website/full_javadoc/index-files/index-14.html
new file mode 100644
index 0000000..0795b15
--- /dev/null
+++ b/website/full_javadoc/index-files/index-14.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+N-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+N
+
+name -
+Variable in class compbio.data.msa.Category
+
+ NetNglyc - Class in compbio.runner._impl NetNglyc() -
+Constructor for class compbio.runner._impl.NetNglyc
+
+ newCommandBuilder(List<? extends Option<T>>, String) -
+Static method in class compbio.engine.client.CommandBuilder
+This produces the same result as getCommands method.
+ newConfExecutable(RunConfiguration) -
+Static method in class compbio.engine.client.ConfExecutable
+
+ newFilePuller(String, int) -
+Static method in class compbio.engine.FilePuller
+
+ newInstance(Map<String, Set<Score>>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newInstanceSingleScore(Map<String, Score>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newInstanceSingleSequence(Set<Score>) -
+Static method in class compbio.data.sequence.ScoreManager
+
+ newLimitExceeded(Limit<?>, List<FastaSequence>) -
+Static method in exception compbio.metadata.LimitExceededException
+
+ newProgressPuller(String) -
+Static method in class compbio.engine.FilePuller
+Progress Puller is designed to read 3 characters from the beginning of
+ the file, nothing more.
+ newStatCollecton(Date, Date) -
+Static method in class compbio.stat.servlet.util.StatCollection
+
+ next() -
+Method in class compbio.data.sequence.FastaReader
+Reads the next FastaSequence from the input
+ NON_AA -
+Static variable in class compbio.data.sequence.SequenceUtil
+inversion of AA pattern
+ NON_NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Non nucleotide
+ NONWORD -
+Static variable in class compbio.data.sequence.SequenceUtil
+Non word
+ NUCLEOTIDE -
+Static variable in class compbio.data.sequence.SequenceUtil
+Nucleotides a, t, g, c, u
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-15.html b/website/full_javadoc/index-files/index-15.html
new file mode 100644
index 0000000..b498f7d
--- /dev/null
+++ b/website/full_javadoc/index-files/index-15.html
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+O-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+O
+
+OB - Class in compbio.runner._impl TODO this needs fixing! Executable does not work OB() -
+Constructor for class compbio.runner._impl.OB
+
+ OB(String) -
+Constructor for class compbio.runner._impl.OB
+
+ openInputStream(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reads and parses Fasta or Clustal formatted file into a list of
+ FastaSequence objects
+ Option <T > - Class in compbio.metadata Command line option/flag or multiple exclusive options with no value. Option(String, String) -
+Constructor for class compbio.metadata.Option
+
+ OptionCombinator - Class in compbio.runner This class solve the following problems. OptionCombinator(RunnerConfig<? extends Executable<?>>) -
+Constructor for class compbio.runner.OptionCombinator
+
+ optionsToCommandString(List<Option<?>>) -
+Method in class compbio.runner.OptionCombinator
+
+ OUTPUT -
+Static variable in class compbio.engine.client.SkeletalExecutable
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-16.html b/website/full_javadoc/index-files/index-16.html
new file mode 100644
index 0000000..b656146
--- /dev/null
+++ b/website/full_javadoc/index-files/index-16.html
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+P-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+P
+
+Pairwise - Class in compbio.pipeline._jpred Pairwise(List<FastaSequence>) -
+Constructor for class compbio.pipeline._jpred.Pairwise
+
+ Parameter <T > - Class in compbio.metadata A single value containing an option supported by the web service e.g. Parameter(String, String) -
+Constructor for class compbio.metadata.Parameter
+
+ parametersToCommandString(List<Parameter<?>>, Map<Parameter<?>, String>) -
+Method in class compbio.runner.OptionCombinator
+
+ parse(String) -
+Static method in class compbio.engine.conf._Key
+Deprecated.
+PATH -
+Static variable in class compbio.engine.client.EnvVariableProcessor
+Special variable keys Absolute path(s) will be merged with the content of
+ the system PATH variable
+ PathValidator - Class in compbio.engine.client PathValidator() -
+Constructor for class compbio.engine.client.PathValidator
+
+ PipedExecutable <T > - Interface in compbio.engine.client This is a marker interface to indicate that the output of the process must be
+ captured. Preset <T > - Class in compbio.metadata Collection of Options and Parameters with their values Preset() -
+Constructor for class compbio.metadata.Preset
+
+ PresetAlign - Class in compbio.data.msa.jaxws PresetAlign() -
+Constructor for class compbio.data.msa.jaxws.PresetAlign
+
+ presetAlign(List<FastaSequence>, Preset<T>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with preset.
+ presetAlign(List<FastaSequence>, Preset<T>) -
+Method in class compbio.ws.server._MsaService
+
+ presetAlign(List<FastaSequence>, Preset<ClustalO>) -
+Method in class compbio.ws.server.ClustalOWS
+
+ presetAlign(List<FastaSequence>, Preset<ClustalW>) -
+Method in class compbio.ws.server.ClustalWS
+
+ presetAlign(List<FastaSequence>, Preset<Mafft>) -
+Method in class compbio.ws.server.MafftWS
+
+ presetAlign(List<FastaSequence>, Preset<Muscle>) -
+Method in class compbio.ws.server.MuscleWS
+
+ presetAlign(List<FastaSequence>, Preset<Probcons>) -
+Method in class compbio.ws.server.ProbconsWS
+
+ presetAlign(List<FastaSequence>, Preset<Tcoffee>) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ PresetAlignResponse - Class in compbio.data.msa.jaxws PresetAlignResponse() -
+Constructor for class compbio.data.msa.jaxws.PresetAlignResponse
+
+ PresetAnalize - Class in compbio.data.msa.jaxws PresetAnalize() -
+Constructor for class compbio.data.msa.jaxws.PresetAnalize
+
+ presetAnalize(List<FastaSequence>, Preset<T>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences according to the preset settings.
+ presetAnalize(List<FastaSequence>, Preset<Disembl>) -
+Method in class compbio.ws.server.DisemblWS
+
+ presetAnalize(List<FastaSequence>, Preset<GlobPlot>) -
+Method in class compbio.ws.server.GlobPlotWS
+
+ presetAnalize(List<FastaSequence>, Preset<IUPred>) -
+Method in class compbio.ws.server.IUPredWS
+
+ presetAnalize(List<FastaSequence>, Preset<T>) -
+Method in class compbio.ws.server.SequenceAnnotationService
+
+ PresetAnalizeResponse - Class in compbio.data.msa.jaxws PresetAnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ PresetManager <T > - Class in compbio.metadata Collection of presets and methods to manipulate them @see Preset
PresetManager() -
+Constructor for class compbio.metadata.PresetManager
+
+ Probcons - Class in compbio.runner.msa Probcons() -
+Constructor for class compbio.runner.msa.Probcons
+
+ PROBCONS_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ ProbconsWS - Class in compbio.ws.server ProbconsWS() -
+Constructor for class compbio.ws.server.ProbconsWS
+
+ PROC_ERR_FILE -
+Static variable in class compbio.engine.local.ExecutableWrapper
+
+ PROC_OUT_FILE -
+Static variable in class compbio.engine.local.ExecutableWrapper
+
+ Program - Enum in compbio.data.sequence The list of programmes that can produce alignments ProgressGetter - Class in compbio.engine ProgressGetter() -
+Constructor for class compbio.engine.ProgressGetter
+
+ PropertyHelperManager - Class in compbio.engine.conf PropertyHelperManager() -
+Constructor for class compbio.engine.conf.PropertyHelperManager
+
+ PScore - Class in compbio.pipeline._jpred PScore() -
+Constructor for class compbio.pipeline._jpred.PScore
+
+ PSIBlast - Class in compbio.runner._impl PSIBlast(String) -
+Constructor for class compbio.runner._impl.PSIBlast
+
+ pull(long) -
+Method in class compbio.engine.FilePuller
+
+ pull(String, long) -
+Static method in class compbio.engine.ProgressGetter
+
+ PulledFileCache - Class in compbio.engine PulledFileCache() -
+Constructor for class compbio.engine.PulledFileCache
+
+ PullExecStatistics - Class in compbio.data.msa.jaxws PullExecStatistics() -
+Constructor for class compbio.data.msa.jaxws.PullExecStatistics
+
+ pullExecStatistics(String, long) -
+Method in interface compbio.data.msa.JManagement
+Reads 1kb chunk from the statistics file which is specific to a given web
+ service from the position
.
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server._MsaService
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.AAConWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.ClustalOWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.ClustalWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.GenericMetadataService
+Assume statistics is not supported
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.JronnWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.MafftWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.MuscleWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.ProbconsWS
+
+ pullExecStatistics(String, long) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ PullExecStatisticsResponse - Class in compbio.data.msa.jaxws PullExecStatisticsResponse() -
+Constructor for class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+ pullFile(String, long) -
+Static method in class compbio.ws.server.WSUtil
+
+ put(FilePuller) -
+Static method in class compbio.engine.PulledFileCache
+This method allows duplicates to be added.
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-17.html b/website/full_javadoc/index-files/index-17.html
new file mode 100644
index 0000000..1158ea1
--- /dev/null
+++ b/website/full_javadoc/index-files/index-17.html
@@ -0,0 +1,314 @@
+
+
+
+
+
+
+R-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+R
+
+Range - Class in compbio.data.sequence Range(int, int) -
+Constructor for class compbio.data.sequence.Range
+
+ Range(String[]) -
+Constructor for class compbio.data.sequence.Range
+
+ rconfigFile -
+Static variable in class compbio.engine.client.RunConfiguration
+
+ read(InputStream, Class<V>) -
+Method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ read(InputStream, Class<V>, Class<?>...) -
+Method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ readAAConResults(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Read AACon result with no alignment files.
+ readAndValidate(InputStream, Class<V>) -
+Method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ readClustalFile(InputStream) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Read Clustal formatted alignment.
+ readClustalFile(File) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+
+ readClustalFile(String, String) -
+Static method in class compbio.runner.Util
+
+ readData(Timestamp, Timestamp, Services, Boolean) -
+Method in class compbio.stat.collector.StatDB
+
+ readDisembl(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+ readFasta(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reads fasta sequences from inStream into the list of FastaSequence
+ objects
+ readGlobPlot(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+> Foobar_dundeefriends
+
+ # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343
+
+ # REM465 355-368
+
+ # HOTLOOPS 190-204
+
+ # RESIDUE COILS REM465 HOTLOOPS
+
+ M 0.86010 0.88512 0.37094
+
+ T 0.79983 0.85864 0.44331
+
+ >Next Sequence name
+ readIUPred(File) -
+Static method in class compbio.data.sequence.SequenceUtil
+Read IUPred output
+ readJRonn(File) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ readJRonn(InputStream) -
+Static method in class compbio.data.sequence.SequenceUtil
+Reader for JRonn horizontal file format
+ readJronnFile(String, String) -
+Static method in class compbio.runner.Util
+
+ RegistryWS - Interface in compbio.data.msa JABAWS services registry RegistryWS - Class in compbio.ws.server JABAWS services registry RegistryWS() -
+Constructor for class compbio.ws.server.RegistryWS
+
+ REM_EXPECTATION_THRESHOLD -
+Variable in class compbio.runner.disorder.Disembl
+
+ remove() -
+Method in class compbio.data.sequence.FastaReader
+Not implemented
+ removeArgument(String) -
+Method in class compbio.metadata.RunnerConfig
+Removes the argument Argument
if found.
+ removeArgumentByOptionName(String) -
+Method in class compbio.metadata.RunnerConfig
+Removes the argument which can be a Parameter or an Option instance by
+ the value in element of the runner configuration
+ descriptor.
+removeJob(String) -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ removeOutput(String) -
+Method in class compbio.runner._impl.BlastAll
+
+ removeOutput(String) -
+Method in class compbio.runner._impl.PSIBlast
+
+ removeParam(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ removeRecordedJobs(Set<JobStat>) -
+Method in class compbio.stat.collector.StatDB
+Removes the job if
+
+ 1) It has already been recorded
+
+ 2) It has not completed and did not timeout - this is to prevent
+ recording the information on the incomplete jobs.
+ removeTask(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.SubmissionManager
+
+ removeTask(String) -
+Static method in class compbio.engine.SubmissionManager
+
+ reportStat() -
+Method in class compbio.stat.collector.StatProcessor
+
+ ResultNotAvailableException - Exception in compbio.metadata ResultNotAvailableException is thrown wherever the results of the calculation
+ cannot be obtained. ResultNotAvailableException(String) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableException(Throwable) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableException(String, Throwable) -
+Constructor for exception compbio.metadata.ResultNotAvailableException
+
+ ResultNotAvailableExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. ResultNotAvailableExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ Ronn - Class in compbio.runner._impl Ronn(String) -
+Constructor for class compbio.runner._impl.Ronn
+
+ RPSBlast - Class in compbio.runner._impl RPSBlast(String) -
+Constructor for class compbio.runner._impl.RPSBlast
+
+ run() -
+Method in class compbio.engine.local.StreamGobbler
+
+ run() -
+Method in class compbio.stat.collector.ExecutionStatCollector
+
+ RunConfiguration - Class in compbio.engine.client Value class for persisting ConfExecutable instances RunConfiguration() -
+Constructor for class compbio.engine.client.RunConfiguration
+
+ RunConfiguration(ConfExecutable<?>) -
+Constructor for class compbio.engine.client.RunConfiguration
+
+ RunnerConfig <T > - Class in compbio.metadata The list of Parameter
s and Option
s supported by executable. RunnerConfig() -
+Constructor for class compbio.metadata.RunnerConfig
+
+ RunnerConfigMarshaller <T > - Class in compbio.engine.conf RunnerConfigMarshaller(Class<?>) -
+Constructor for class compbio.engine.conf.RunnerConfigMarshaller
+
+ RunnerConfigMarshaller(Class<?>, Class<?>...) -
+Constructor for class compbio.engine.conf.RunnerConfigMarshaller
+
+ Runners - Class in compbio.runner._impl runPsiBlast() -
+Method in class compbio.pipeline._jpred.Jpred4
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-18.html b/website/full_javadoc/index-files/index-18.html
new file mode 100644
index 0000000..6d37922
--- /dev/null
+++ b/website/full_javadoc/index-files/index-18.html
@@ -0,0 +1,630 @@
+
+
+
+
+
+
+S-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+S
+
+saveRunConfiguration() -
+Method in class compbio.engine.client.ConfExecutable
+
+ saveRunConfiguration() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ Score - Class in compbio.data.sequence A value class for AACon annotation results storage. Score(Enum<?>, ArrayList<Float>) -
+Constructor for class compbio.data.sequence.Score
+Instantiate the Score
+ Score(Enum<?>, ArrayList<Float>, TreeSet<Range>) -
+Constructor for class compbio.data.sequence.Score
+
+ Score(Enum<?>, TreeSet<Range>) -
+Constructor for class compbio.data.sequence.Score
+
+ Score(Enum<?>, float[]) -
+Constructor for class compbio.data.sequence.Score
+
+ ScoreManager - Class in compbio.data.sequence ScoreManager.ScoreHolder - Class in compbio.data.sequence scores -
+Variable in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ SequenceAnnotation <T > - Interface in compbio.data.msa Interface for tools that results to one or more annotation to sequence(s)
+
+ Single, multiple sequences their groups or alignments can be annotated SequenceAnnotationService <T > - Class in compbio.ws.server Common methods for all SequenceAnnotation web services SequenceUtil - Class in compbio.data.sequence Utility class for operations on sequences SERVICE_NAMESPACE -
+Static variable in interface compbio.data.msa.JABAService
+
+ Services - Enum in compbio.ws.client List of web services currently supported by JABAWS version 2 ServiceStatus - Class in compbio.stat.servlet Use cases:
+
+ Test web services and display results on the web page
+ ServiceStatus() -
+Constructor for class compbio.stat.servlet.ServiceStatus
+
+ ServicesUtil - Class in compbio.ws.client ServicesUtil() -
+Constructor for class compbio.ws.client.ServicesUtil
+
+ ServiceTestResult - Class in compbio.stat.servlet Value class for test results. ServiceTestResult(Services) -
+Constructor for class compbio.stat.servlet.ServiceTestResult
+
+ setActualNumberofSequences(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetLastTested
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetLastTestedOn
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.GetServiceDescription
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.IsOperating
+
+ setArg0(Services) -
+Method in class compbio.data.msa.jaxws.TestService
+
+ setDefaultValue(String) -
+Method in class compbio.metadata.Option
+Sets one of the values defined in optionList as default.
+ setDefaultValue(String) -
+Method in class compbio.metadata.Parameter
+
+ setDescription(String) -
+Method in class compbio.metadata.Option
+
+ setDescription(String) -
+Method in class compbio.metadata.Preset
+
+ setEmail(String) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+setError(String) -
+Method in class compbio.engine.client.RunConfiguration
+
+ setError(String) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ setExecProvider(Executable.ExecProvider) -
+Method in class compbio.engine.client.ConfExecutable
+
+ SetExecutableFlag - Class in compbio.ws.server Run setexecflag.sh script if executable flag is not set SetExecutableFlag() -
+Constructor for class compbio.ws.server.SetExecutableFlag
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.Align
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.Analize
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ setFastaSequences(List<FastaSequence>) -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ setFirst(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setFurtherDetails(URL) -
+Method in class compbio.metadata.Option
+
+ setInput(String) -
+Method in class compbio.engine.client.RunConfiguration
+
+ setInput(String) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ setInput(String) -
+Method in class compbio.runner.conservation.AACon
+
+ setInput(String) -
+Method in class compbio.runner.disorder.Disembl
+
+ setInput(String) -
+Method in class compbio.runner.disorder.GlobPlot
+
+ setInput(String) -
+Method in class compbio.runner.disorder.IUPred
+
+ setInput(String) -
+Method in class compbio.runner.disorder.Jronn
+
+ setInput(String) -
+Method in class compbio.runner.msa.ClustalO
+
+ setInput(String) -
+Method in class compbio.runner.msa.ClustalW
+
+ setInput(String) -
+Method in class compbio.runner.msa.Mafft
+
+ setInput(String) -
+Method in class compbio.runner.msa.Muscle
+
+ setInput(String) -
+Method in class compbio.runner.msa.Probcons
+
+ setInput(String) -
+Method in class compbio.runner.msa.Tcoffee
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.CancelJob
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetAnnotation
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetJobStatus
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.GetResult
+
+ setJobId(String) -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ setLast(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setLast(String, String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setMax(String) -
+Method in class compbio.metadata.ValueConstrain
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+ setMessage(String) -
+Method in class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ setMin(String) -
+Method in class compbio.metadata.ValueConstrain
+
+ setName(String) -
+Method in class compbio.metadata.Option
+
+ setName(String) -
+Method in class compbio.metadata.Preset
+
+ setName(String) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+setNCore(int) -
+Method in class compbio.runner.conservation.AACon
+
+ setNCore(int) -
+Method in class compbio.runner.disorder.Jronn
+
+ setNCore(int) -
+Method in class compbio.runner.msa.ClustalO
+
+ setNCore(int) -
+Method in class compbio.runner.msa.Tcoffee
+
+ setNumberOfSequencesAllowed(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setOptionName(String) -
+Method in class compbio.metadata.Parameter
+
+ setOptionNames(Set<String>) -
+Method in class compbio.metadata.Option
+
+ setOptionNames(Set<String>) -
+Method in class compbio.metadata.Parameter
+
+ setOptions(List<Option>) -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ setOptions(List<Option>) -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ setOptions(List<String>) -
+Method in class compbio.metadata.Preset
+
+ setOptions(List<Option<T>>) -
+Method in class compbio.metadata.RunnerConfig
+Adds the list of options or parameters to the internal list of options
+ setOutput(String) -
+Method in class compbio.engine.client.RunConfiguration
+
+ setOutput(String) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ setOutput(String) -
+Method in class compbio.runner.conservation.AACon
+
+ setOutput(String) -
+Method in class compbio.runner.disorder.IUPred
+
+ setOutput(String) -
+Method in class compbio.runner.disorder.Jronn
+
+ setOutput(String) -
+Method in class compbio.runner.msa.ClustalO
+
+ setOutput(String) -
+Method in class compbio.runner.msa.ClustalW
+
+ setOutput(String) -
+Method in class compbio.runner.msa.Muscle
+
+ setParam(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setParam(String, String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setParameter(String) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ setParameters(CommandBuilder<?>) -
+Method in class compbio.engine.client.RunConfiguration
+
+ setParameters(List<Parameter<T>>) -
+Method in class compbio.metadata.RunnerConfig
+Sets the list of parameters as internal list
+ setParams(List<String>) -
+Method in class compbio.engine.client.CommandBuilder
+
+ setPosition(long) -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ setPossibleValues(Set<String>) -
+Method in class compbio.metadata.Parameter
+
+ setPreset(Preset) -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ setPreset(Preset) -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ setPresetName(String) -
+Method in class compbio.data.msa.jaxws.GetLimit
+
+ setPresets(List<Preset<T>>) -
+Method in class compbio.metadata.PresetManager
+
+ setPrmSeparator(String) -
+Method in class compbio.metadata.RunnerConfig
+Sets name value separator character
+ setQueue(String) -
+Method in class compbio.runner._NativeSpecHelper
+Deprecated.
+setRanges(TreeSet<Range>) -
+Method in class compbio.data.sequence.Score
+
+ setRequired(boolean) -
+Method in class compbio.metadata.Option
+
+ setRequiredMemory(int) -
+Method in class compbio.runner._NativeSpecHelper
+Deprecated.
+setReturn(String) -
+Method in class compbio.data.msa.jaxws.AlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.AnalizeResponse
+
+ setReturn(boolean) -
+Method in class compbio.data.msa.jaxws.CancelJobResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.CustomAlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+ setReturn(ScoreManager) -
+Method in class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ setReturn(JobStatus) -
+Method in class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ setReturn(Date) -
+Method in class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ setReturn(int) -
+Method in class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ setReturn(Limit) -
+Method in class compbio.data.msa.jaxws.GetLimitResponse
+
+ setReturn(LimitsManager) -
+Method in class compbio.data.msa.jaxws.GetLimitsResponse
+
+ setReturn(PresetManager) -
+Method in class compbio.data.msa.jaxws.GetPresetsResponse
+
+ setReturn(Alignment) -
+Method in class compbio.data.msa.jaxws.GetResultResponse
+
+ setReturn(RunnerConfig) -
+Method in class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ setReturn(Set<Category>) -
+Method in class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ setReturn(Set<Services>) -
+Method in class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ setReturn(boolean) -
+Method in class compbio.data.msa.jaxws.IsOperatingResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.PresetAlignResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ setReturn(ChunkHolder) -
+Method in class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ setReturn(String) -
+Method in class compbio.data.msa.jaxws.TestServiceResponse
+
+ setRunnerClassName(String) -
+Method in class compbio.metadata.PresetManager
+
+ setRunnerClassName(String) -
+Method in class compbio.metadata.RunnerConfig
+Set the name of a runner class
+ setSequenceLenghtActual(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setSequenceLenghtAllowed(int) -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ setType(ValueConstrain.Type) -
+Method in class compbio.metadata.ValueConstrain
+
+ setValidValue(ValueConstrain) -
+Method in class compbio.metadata.Parameter
+
+ setValue(String) -
+Method in interface compbio.metadata.Argument
+Set default values for the parameter or an option
+ setValue(String) -
+Method in class compbio.metadata.Option
+
+ setWorkDirectory(String) -
+Method in class compbio.engine.client.ConfExecutable
+
+ setWorkDirectory(String) -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ shutDown() -
+Static method in class compbio.engine.local.LocalExecutorService
+This stops all executing processes via interruption.
+ shutdownDBServer() -
+Static method in class compbio.stat.collector.StatDB
+
+ ShutdownEngines - Class in compbio.ws.server Switch off engines if JABAWS web application is undeployed, or web server is
+ shutdown ShutdownEngines() -
+Constructor for class compbio.ws.server.ShutdownEngines
+
+ shutdownService() -
+Static method in class compbio.engine.local.ExecutableWrapper
+Stops internal executor service which captures streams of native
+ executables.
+ SimpleWSPublisher - Class in compbio.ws.server Deprecated. SimpleWSPublisher(Object, String) -
+Constructor for class compbio.ws.server.SimpleWSPublisher
+Deprecated.
+SINGLE_ENTRY_KEY -
+Static variable in class compbio.data.sequence.ScoreManager
+
+ size() -
+Method in class compbio.engine.client.CommandBuilder
+
+ SkeletalExecutable <T > - Class in compbio.engine.client SkeletalExecutable() -
+Constructor for class compbio.engine.client.SkeletalExecutable
+
+ SkeletalExecutable(String) -
+Constructor for class compbio.engine.client.SkeletalExecutable
+
+ SMERFSConstraints - Enum in compbio.data.sequence Enumeration defining two constraints for SMERFS columns score calculation. sortByResultSize() -
+Method in class compbio.stat.collector.StatProcessor
+
+ sortByRuntime() -
+Method in class compbio.stat.collector.StatProcessor
+
+ sortByStartTime() -
+Method in class compbio.stat.collector.StatProcessor
+
+ SPACE -
+Static variable in class compbio.runner.Util
+
+ STAT_FILE -
+Static variable in class compbio.runner.conservation.AACon
+
+ STAT_FILE -
+Static variable in class compbio.runner.disorder.Jronn
+
+ StatCollection - Class in compbio.stat.servlet.util StatCollection() -
+Constructor for class compbio.stat.servlet.util.StatCollection
+
+ StatCollection.Stattype - Enum in compbio.stat.servlet.util Total number of requests
+
+ incomplete abandoned cancelled StatDB - Class in compbio.stat.collector The database must be stored in the application root directory and called
+ "ExecutionStatistic" StatDB() -
+Constructor for class compbio.stat.collector.StatDB
+
+ StatisticCollector - Class in compbio.stat.servlet StatisticCollector() -
+Constructor for class compbio.stat.servlet.StatisticCollector
+
+ StatisticManager - Class in compbio.engine.cluster.drmaa StatisticManager(JobInfo) -
+Constructor for class compbio.engine.cluster.drmaa.StatisticManager
+
+ StatProcessor - Class in compbio.stat.collector StatProcessor(List<JobStat>) -
+Constructor for class compbio.stat.collector.StatProcessor
+
+ StreamGobbler - Class in compbio.engine.local SubmissionManager - Class in compbio.engine Submit jobs for execution submitJob(ConfiguredExecutable<?>) -
+Method in interface compbio.engine.AsyncExecutor
+Submits job for the execution
+ Immediate execution is not guaranteed, this method puts the job in the queue.
+ submitJob(ConfiguredExecutable<?>) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ submitJob(ConfiguredExecutable<?>) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ sumOfTotals(Map<Date, Totals>) -
+Static method in class compbio.stat.servlet.util.Totals
+
+ sumStats(Map<Services, StatProcessor>) -
+Static method in class compbio.stat.servlet.util.Totals
+
+ SyncExecutor - Interface in compbio.engine Synchronous executor, is an engine to run the Executable synchronously.
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-19.html b/website/full_javadoc/index-files/index-19.html
new file mode 100644
index 0000000..80a3719
--- /dev/null
+++ b/website/full_javadoc/index-files/index-19.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+T-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+T
+
+Tcoffee - Class in compbio.runner.msa Tcoffee() -
+Constructor for class compbio.runner.msa.Tcoffee
+
+ TCOFFEE_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ TcoffeeWS - Class in compbio.ws.server TcoffeeWS() -
+Constructor for class compbio.ws.server.TcoffeeWS
+
+ termSignal() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ TestAllServices - Class in compbio.data.msa.jaxws TestAllServices() -
+Constructor for class compbio.data.msa.jaxws.TestAllServices
+
+ testAllServices() -
+Method in interface compbio.data.msa.RegistryWS
+Test all JABAWS services on the server
+ testAllServices() -
+Method in class compbio.ws.server.RegistryWS
+TODO improve reporting.
+ TestAllServicesResponse - Class in compbio.data.msa.jaxws TestAllServicesResponse() -
+Constructor for class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ TestService - Class in compbio.data.msa.jaxws TestService() -
+Constructor for class compbio.data.msa.jaxws.TestService
+
+ testService(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Test a particular service
+ testService(String, Services, PrintWriter) -
+Static method in class compbio.ws.client.Jws2Client
+Asks registry to test the service on the host hostname
+ testService(Services) -
+Method in class compbio.ws.server.RegistryWS
+
+ TestServiceResponse - Class in compbio.data.msa.jaxws TestServiceResponse() -
+Constructor for class compbio.data.msa.jaxws.TestServiceResponse
+
+ to -
+Variable in class compbio.data.sequence.Range
+
+ toCommand(String) -
+Method in class compbio.metadata.Option
+Convert the option to the command string.
+ toCommand(String) -
+Method in class compbio.metadata.Parameter
+
+ toString() -
+Method in class compbio.data.sequence.Alignment
+
+ toString() -
+Method in class compbio.data.sequence.FastaSequence
+Same as oneLineFasta
+ toString() -
+Method in class compbio.data.sequence.Range
+
+ toString() -
+Method in class compbio.data.sequence.Score
+
+ toString() -
+Method in class compbio.engine.client.CommandBuilder
+
+ toString() -
+Method in class compbio.engine.client.ConfExecutable
+
+ toString() -
+Method in class compbio.engine.client.RunConfiguration
+
+ toString() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ toString() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ toString() -
+Method in enum compbio.engine.cluster.dundee._Queue
+Deprecated.
+toString() -
+Method in class compbio.engine.conf._Key
+Deprecated.
+toString() -
+Method in class compbio.engine.FilePuller
+
+ toString() -
+Method in class compbio.engine.Job
+
+ toString() -
+Method in class compbio.metadata.ChunkHolder
+
+ toString() -
+Method in class compbio.metadata.Limit
+
+ toString() -
+Method in class compbio.metadata.LimitsManager
+
+ toString() -
+Method in class compbio.metadata.Option
+
+ toString() -
+Method in class compbio.metadata.Parameter
+
+ toString() -
+Method in class compbio.metadata.Preset
+
+ toString() -
+Method in class compbio.metadata.PresetManager
+
+ toString() -
+Method in class compbio.metadata.RunnerConfig
+
+ toString() -
+Method in class compbio.metadata.ValueConstrain
+
+ toString() -
+Method in class compbio.pipeline._jpred.Hit
+
+ toString() -
+Method in class compbio.pipeline._jpred.PScore
+
+ toString() -
+Method in class compbio.stat.collector.JobStat
+
+ toString() -
+Method in class compbio.stat.collector.StatProcessor
+
+ toString() -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ toString() -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ toString(Set<Services>) -
+Static method in enum compbio.ws.client.Services
+
+ Totals - Class in compbio.stat.servlet.util Totals() -
+Constructor for class compbio.stat.servlet.util.Totals
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-2.html b/website/full_javadoc/index-files/index-2.html
new file mode 100644
index 0000000..8f77491
--- /dev/null
+++ b/website/full_javadoc/index-files/index-2.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+B-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+B
+
+BlastAll - Class in compbio.runner._impl BlastAll(String) -
+Constructor for class compbio.runner._impl.BlastAll
+
+ BlastBlastComparator - Class in compbio.pipeline._jpred BlastBlastComparator() -
+Constructor for class compbio.pipeline._jpred.BlastBlastComparator
+
+ BlastHmmerComparator - Class in compbio.pipeline._jpred BlastHmmerComparator() -
+Constructor for class compbio.pipeline._jpred.BlastHmmerComparator
+
+ BlastParameters - Class in compbio.runner._impl Utility class for common Blast parameters BlastParser - Class in compbio.pipeline._jpred BlastParser(String) -
+Constructor for class compbio.pipeline._jpred.BlastParser
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-20.html b/website/full_javadoc/index-files/index-20.html
new file mode 100644
index 0000000..44cafcc
--- /dev/null
+++ b/website/full_javadoc/index-files/index-20.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+U-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+U
+
+UnknownFileFormatException - Exception in compbio.data.sequence UnknownFileFormatException() -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(File, Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(String, Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(String) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnknownFileFormatException(Throwable) -
+Constructor for exception compbio.data.sequence.UnknownFileFormatException
+
+ UnsupportedRuntimeException - Exception in compbio.metadata Indicates that the server could not execute native executables. UnsupportedRuntimeException(String) -
+Constructor for exception compbio.metadata.UnsupportedRuntimeException
+
+ UnsupportedRuntimeException(Throwable) -
+Constructor for exception compbio.metadata.UnsupportedRuntimeException
+
+ UnsupportedRuntimeExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. UnsupportedRuntimeExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+ Util - Class in compbio.engine.client Util() -
+Constructor for class compbio.engine.client.Util
+
+ Util - Class in compbio.runner Util() -
+Constructor for class compbio.runner.Util
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-21.html b/website/full_javadoc/index-files/index-21.html
new file mode 100644
index 0000000..667aebc
--- /dev/null
+++ b/website/full_javadoc/index-files/index-21.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+V-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+V
+
+V2_SERVICE_NAMESPACE -
+Static variable in interface compbio.data.msa.JABAService
+
+ validate(Validator, String) -
+Static method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ validate(PresetManager<T>) -
+Method in class compbio.metadata.LimitsManager
+Validate Limits
+ validate(RunnerConfig<T>) -
+Method in class compbio.metadata.PresetManager
+Checks whether preset option and parameter are defined in RunnerConfig
+ object.
+ validate() -
+Method in class compbio.metadata.RunnerConfig
+Validate the value of the argument.
+ validateAAConInput(List<FastaSequence>) -
+Static method in class compbio.ws.server.WSUtil
+
+ validateDirectory(String) -
+Static method in class compbio.engine.client.PathValidator
+
+ validateExecutable(String) -
+Static method in class compbio.engine.client.PathValidator
+
+ validateFastaInput(List<FastaSequence>) -
+Static method in class compbio.ws.server.WSUtil
+
+ validateJobId(String) -
+Static method in class compbio.ws.server.WSUtil
+
+ validatePathNames(List<String>, String) -
+Static method in class compbio.engine.client.PathValidator
+
+ validURL(String) -
+Static method in class compbio.ws.client.Jws2Client
+Attempt to construct the URL object from the string
+ ValueConstrain - Class in compbio.metadata The type and the lower and upper boundaries for numerical value. ValueConstrain() -
+Constructor for class compbio.metadata.ValueConstrain
+
+ ValueConstrain.Type - Enum in compbio.metadata valueOf(String) -
+Static method in enum compbio.data._structure.JnetAnnotation
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data._structure.JpredAnnotation
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.ConservationMethod
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.DisorderMethod
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.Program
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.engine.client.Executable.ExecProvider
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.engine.cluster.dundee._Queue
+Deprecated. Returns the enum constant of this type with the specified name.
+valueOf(String) -
+Static method in enum compbio.metadata.JobStatus
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.metadata.ValueConstrain.Type
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.stat.servlet.util.StatCollection.Stattype
+Returns the enum constant of this type with the specified name.
+ valueOf(String) -
+Static method in enum compbio.ws.client.Services
+Returns the enum constant of this type with the specified name.
+ values() -
+Static method in enum compbio.data._structure.JnetAnnotation
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data._structure.JpredAnnotation
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.ConservationMethod
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.DisorderMethod
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.Program
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.engine.client.Executable.ExecProvider
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.engine.cluster.dundee._Queue
+Deprecated. Returns an array containing the constants of this enum type, in
+the order they are declared.
+values() -
+Static method in enum compbio.metadata.JobStatus
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.metadata.ValueConstrain.Type
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.stat.servlet.util.StatCollection.Stattype
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ values() -
+Static method in enum compbio.ws.client.Services
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-22.html b/website/full_javadoc/index-files/index-22.html
new file mode 100644
index 0000000..b0002a1
--- /dev/null
+++ b/website/full_javadoc/index-files/index-22.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+W-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+W
+
+waitForFile(long) -
+Method in class compbio.engine.FilePuller
+
+ waitForJob(String) -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ waitForJob(String, long) -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ waitForResult(ClusterSession, String) -
+Static method in class compbio.engine.cluster.drmaa.ClusterUtil
+
+ waitForResult() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ waitForResult() -
+Method in class compbio.engine.local.LocalRunner
+
+ waitForResult() -
+Method in interface compbio.engine.SyncExecutor
+Call to this method block for as long as it is required for an executable to finish its job.
+ wasAborted() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ WHITE_SPACE -
+Static variable in class compbio.data.sequence.SequenceUtil
+A whitespace character: [\t\n\x0B\f\r]
+ write(TreeSet<Score>, Writer) -
+Static method in class compbio.data.sequence.Score
+Outputs the List of Score objects into the Output stream.
+ write(RunConfiguration) -
+Static method in class compbio.engine.client.RunConfiguration
+
+ write(Object, OutputStream) -
+Method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ writeAndValidate(Object, String, OutputStream) -
+Method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ writeClustalAlignment(Writer, Alignment) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Write Clustal formatted alignment Limitations: does not record the
+ consensus.
+ writeFasta(OutputStream, List<FastaSequence>, int) -
+Static method in class compbio.data.sequence.SequenceUtil
+Writes list of FastaSequeces into the outstream formatting the sequence
+ so that it contains width chars on each line
+ writeFasta(OutputStream, List<FastaSequence>) -
+Static method in class compbio.data.sequence.SequenceUtil
+Writes FastaSequence in the file, each sequence will take one line only
+ writeFastaKeepTheStream(OutputStream, List<FastaSequence>, int) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ writeFile(String, String, String, boolean) -
+Static method in class compbio.engine.client.Util
+
+ writeInput(List<FastaSequence>, ConfiguredExecutable<?>) -
+Static method in class compbio.runner.Util
+
+ writeMarker(String, JobStatus) -
+Static method in class compbio.engine.client.Util
+
+ writeOut(Writer) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ writeOut(Writer) -
+Method in class compbio.data.sequence.ScoreManager
+
+ writeStatFile(String, String) -
+Static method in class compbio.engine.client.Util
+
+ WrongParameterException - Exception in compbio.metadata WrongParameterException is thrown wherever the RunnerConfig
object
+ does not match the actual runnable or then attempting to set the value of
+ Argument
to invalid value. WrongParameterException(Option<?>) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(String) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(Throwable) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterException(String, Throwable) -
+Constructor for exception compbio.metadata.WrongParameterException
+
+ WrongParameterExceptionBean - Class in compbio.data.msa.jaxws This class was generated by the JAX-WS RI. WrongParameterExceptionBean() -
+Constructor for class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ WSTester - Class in compbio.ws.client Class for testing web services WSTester(String, PrintWriter) -
+Constructor for class compbio.ws.client.WSTester
+Construct an instance of JABAWS tester
+ WSUtil - Class in compbio.ws.server WSUtil() -
+Constructor for class compbio.ws.server.WSUtil
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-23.html b/website/full_javadoc/index-files/index-23.html
new file mode 100644
index 0000000..321279b
--- /dev/null
+++ b/website/full_javadoc/index-files/index-23.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+_-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+_
+
+_Jpred - Class in compbio.runner._jpred _Jpred() -
+Constructor for class compbio.runner._jpred._Jpred
+
+ _Key - Class in compbio.engine.conf Deprecated. _Key(Class<?>) -
+Constructor for class compbio.engine.conf._Key
+Deprecated.
+_MsaService <T > - Class in compbio.ws.server TODO to complete after the approach is tested with SequenceAnnotation!
+
+ Common methods for all SequenceAnnotation web services _NativeSpecHelper - Class in compbio.runner Deprecated. _NativeSpecHelper(int) -
+Constructor for class compbio.runner._NativeSpecHelper
+Deprecated.
+_NativeSpecHelper(int, int) -
+Constructor for class compbio.runner._NativeSpecHelper
+Deprecated.
+_Queue - Enum in compbio.engine.cluster.dundee Deprecated. _SkeletalCommandBuilder - Class in compbio.runner Deprecated. _SkeletalCommandBuilder() -
+Constructor for class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+_WSLogger - Class in compbio.ws.server Deprecated.
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-3.html b/website/full_javadoc/index-files/index-3.html
new file mode 100644
index 0000000..e656e09
--- /dev/null
+++ b/website/full_javadoc/index-files/index-3.html
@@ -0,0 +1,426 @@
+
+
+
+
+
+
+C-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+C
+
+call() -
+Method in class compbio.engine.local.ExecutableWrapper
+It is vital that output and error streams are captured immediately for
+ this call() to succeed.
+ canAcceptMoreWork() -
+Method in class compbio.engine.local.LocalExecutorService
+If the Executor queue is empty
+ CancelJob - Class in compbio.data.msa.jaxws CancelJob() -
+Constructor for class compbio.data.msa.jaxws.CancelJob
+
+ cancelJob(String) -
+Method in interface compbio.data.msa.JManagement
+Stop running the job jobId
but leave its output untouched
+ cancelJob(String) -
+Method in interface compbio.engine.AsyncExecutor
+Stop running job.
+ cancelJob(String) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ cancelJob(String, ClusterSession) -
+Static method in class compbio.engine.cluster.drmaa.ClusterUtil
+
+ cancelJob() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ cancelJob(String) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ cancelJob(Future<ConfiguredExecutable<?>>, String) -
+Static method in class compbio.engine.local.LocalEngineUtil
+
+ cancelJob() -
+Method in class compbio.engine.local.LocalRunner
+
+ cancelJob() -
+Method in interface compbio.engine.SyncExecutor
+Stops running job.
+ cancelJob(String) -
+Method in class compbio.ws.server.ClustalOWS
+
+ cancelJob(String) -
+Method in class compbio.ws.server.ClustalWS
+
+ cancelJob(String) -
+Method in class compbio.ws.server.GenericMetadataService
+
+ cancelJob(String) -
+Method in class compbio.ws.server.MafftWS
+
+ cancelJob(String) -
+Method in class compbio.ws.server.MuscleWS
+
+ cancelJob(String) -
+Method in class compbio.ws.server.ProbconsWS
+
+ cancelJob(String) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ cancelJob(String) -
+Static method in class compbio.ws.server.WSUtil
+
+ CancelJobResponse - Class in compbio.data.msa.jaxws CancelJobResponse() -
+Constructor for class compbio.data.msa.jaxws.CancelJobResponse
+
+ Category - Class in compbio.data.msa Class that splits Services
to categories. CATEGORY_ALIGNMENT -
+Static variable in class compbio.data.msa.Category
+All of the Category names
+ CATEGORY_CONSERVATION -
+Static variable in class compbio.data.msa.Category
+
+ CATEGORY_DISORDER -
+Static variable in class compbio.data.msa.Category
+
+ checkService(Services) -
+Method in class compbio.ws.client.WSTester
+Test JABA web service
+ ChunkHolder - Class in compbio.metadata Represents a chunk of a string data together with the position in a file for
+ the next read operation. ChunkHolder(String, long) -
+Constructor for class compbio.metadata.ChunkHolder
+
+ Cleaner - Class in compbio.engine Deprecated. Cleaner() -
+Constructor for class compbio.engine.Cleaner
+Deprecated.
+cleanProteinSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Remove all non AA chars from the sequence
+ cleanSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Removes all whitespace chars in the sequence string
+ cleanup(String) -
+Method in interface compbio.engine.AsyncExecutor
+Remove all files and a job directory for a jobid.
+ cleanup(String) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ cleanup() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ cleanup(String) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ cleanup(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.local.LocalEngineUtil
+
+ cleanup() -
+Method in class compbio.engine.local.LocalRunner
+
+ cleanup() -
+Method in interface compbio.engine.SyncExecutor
+Clean up after the job
+ close() -
+Method in class compbio.data.sequence.FastaReader
+Call this method to close the connection to the input file if you want to
+ free up the resources.
+ close() -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ closeSilently(Logger, Closeable) -
+Static method in class compbio.data.sequence.SequenceUtil
+Closes the Closable and logs the exception if any
+ CLUSTAL_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ CLUSTAL_OMEGA_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ ClustalAlignmentUtil - Class in compbio.data.sequence Tools to read and write clustal formated files ClustalAlignmentUtil() -
+Constructor for class compbio.data.sequence.ClustalAlignmentUtil
+
+ ClustalO - Class in compbio.runner.msa ClustalO() -
+Constructor for class compbio.runner.msa.ClustalO
+--threads= Number of processors to use
+
+ -l, --log= Log all non-essential output to this file
+ClustalOWS - Class in compbio.ws.server ClustalOWS() -
+Constructor for class compbio.ws.server.ClustalOWS
+
+ ClustalW - Class in compbio.runner.msa ClustalW() -
+Constructor for class compbio.runner.msa.ClustalW
+
+ ClustalWS - Class in compbio.ws.server ClustalWS() -
+Constructor for class compbio.ws.server.ClustalWS
+
+ CLUSTER_STAT_IN_SEC -
+Static variable in class compbio.engine.cluster.drmaa.ClusterUtil
+
+ CLUSTER_TASK_ID_PREFIX -
+Static variable in class compbio.engine.client.ConfExecutable
+
+ CLUSTER_WORK_DIRECTORY -
+Static variable in class compbio.engine.Configurator
+
+ ClusterJobId - Class in compbio.engine ClusterJobId(String) -
+Constructor for class compbio.engine.ClusterJobId
+
+ ClusterSession - Class in compbio.engine.cluster.drmaa ClusterUtil - Class in compbio.engine.cluster.drmaa ClusterUtil() -
+Constructor for class compbio.engine.cluster.drmaa.ClusterUtil
+
+ COILS_EXPECTATION_THRESHOLD -
+Variable in class compbio.runner.disorder.Disembl
+For the region to be considered disordered the values must exceed these
+ CommandBuilder <T > - Class in compbio.engine.client CommandBuilder(String) -
+Constructor for class compbio.engine.client.CommandBuilder
+
+ compare(Hit, Hit) -
+Method in class compbio.pipeline._jpred.Hit.EvalueComporator
+
+ compare(Hit, Hit) -
+Method in class compbio.pipeline._jpred.Hit.NumberComporator
+
+ compareTo(Range) -
+Method in class compbio.data.sequence.Range
+
+ compareTo(Score) -
+Method in class compbio.data.sequence.Score
+
+ compareTo(Delayed) -
+Method in class compbio.engine.FilePuller
+
+ compbio.data._structure - package compbio.data._structure compbio.data.msa.jaxws - package compbio.data.msa.jaxws compbio.pipeline._jpred - package compbio.pipeline._jpred compbio.runner._jpred - package compbio.runner._jpred confDir -
+Static variable in class compbio.engine.conf.PropertyHelperManager
+
+ ConfExecutable <T > - Class in compbio.engine.client ConfExecutable(Executable<T>, String) -
+Constructor for class compbio.engine.client.ConfExecutable
+
+ Configurator - Class in compbio.engine Configurator() -
+Constructor for class compbio.engine.Configurator
+
+ ConfiguredExecutable <T > - Interface in compbio.engine.client configureExecutable(Executable<T>) -
+Static method in class compbio.engine.Configurator
+
+ configureExecutable(Executable<T>, List<FastaSequence>) -
+Static method in class compbio.engine.Configurator
+
+ configureExecutable(Executable<T>, Executable.ExecProvider) -
+Static method in class compbio.engine.Configurator
+
+ connect() -
+Static method in class compbio.ws.client.AAConClient
+Connects to a AACon web service by the host and the service name
+ connect(String, Services) -
+Static method in class compbio.ws.client.Jws2Client
+Connects to a web service by the host and the service name web service
+ type
+ connectToRegistry(String) -
+Static method in class compbio.ws.client.Jws2Client
+Get a connection of JABAWS registry
+ ConservationMethod - Enum in compbio.data.sequence Enumeration listing of all the supported methods. contextDestroyed(ServletContextEvent) -
+Method in class compbio.stat.servlet.StatisticCollector
+
+ contextDestroyed(ServletContextEvent) -
+Method in class compbio.ws.server.SetExecutableFlag
+
+ contextDestroyed(ServletContextEvent) -
+Method in class compbio.ws.server.ShutdownEngines
+
+ contextInitialized(ServletContextEvent) -
+Method in class compbio.stat.servlet.StatisticCollector
+
+ contextInitialized(ServletContextEvent) -
+Method in class compbio.ws.server.SetExecutableFlag
+This listener is designed to run only once when the web application is
+ deployed to set executable flag for binaries.
+ contextInitialized(ServletContextEvent) -
+Method in class compbio.ws.server.ShutdownEngines
+
+ convertToAbsolute(String) -
+Static method in class compbio.engine.client.Util
+
+ copyAndValidateRConfig(RunnerConfig<?>) -
+Method in class compbio.metadata.RunnerConfig
+
+ countMatchesInSequence(String, String) -
+Static method in class compbio.data.sequence.FastaSequence
+
+ CustomAlign - Class in compbio.data.msa.jaxws CustomAlign() -
+Constructor for class compbio.data.msa.jaxws.CustomAlign
+
+ customAlign(List<FastaSequence>, List<Option<T>>) -
+Method in interface compbio.data.msa.MsaWS
+Align a list of sequences with options.
+ customAlign(List<FastaSequence>, List<Option<T>>) -
+Method in class compbio.ws.server._MsaService
+
+ customAlign(List<FastaSequence>, List<Option<ClustalO>>) -
+Method in class compbio.ws.server.ClustalOWS
+
+ customAlign(List<FastaSequence>, List<Option<ClustalW>>) -
+Method in class compbio.ws.server.ClustalWS
+
+ customAlign(List<FastaSequence>, List<Option<Mafft>>) -
+Method in class compbio.ws.server.MafftWS
+
+ customAlign(List<FastaSequence>, List<Option<Muscle>>) -
+Method in class compbio.ws.server.MuscleWS
+
+ customAlign(List<FastaSequence>, List<Option<Probcons>>) -
+Method in class compbio.ws.server.ProbconsWS
+
+ customAlign(List<FastaSequence>, List<Option<Tcoffee>>) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ CustomAlignResponse - Class in compbio.data.msa.jaxws CustomAlignResponse() -
+Constructor for class compbio.data.msa.jaxws.CustomAlignResponse
+
+ CustomAnalize - Class in compbio.data.msa.jaxws CustomAnalize() -
+Constructor for class compbio.data.msa.jaxws.CustomAnalize
+
+ customAnalize(List<FastaSequence>, List<Option<T>>) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Analyse the sequences according to custom settings defined in options
+ list.
+ customAnalize(List<FastaSequence>, List<Option<Disembl>>) -
+Method in class compbio.ws.server.DisemblWS
+
+ customAnalize(List<FastaSequence>, List<Option<GlobPlot>>) -
+Method in class compbio.ws.server.GlobPlotWS
+
+ customAnalize(List<FastaSequence>, List<Option<T>>) -
+Method in class compbio.ws.server.SequenceAnnotationService
+
+ CustomAnalizeResponse - Class in compbio.data.msa.jaxws CustomAnalizeResponse() -
+Constructor for class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-4.html b/website/full_javadoc/index-files/index-4.html
new file mode 100644
index 0000000..18ff8f8
--- /dev/null
+++ b/website/full_javadoc/index-files/index-4.html
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+D-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+D
+
+deepClean() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ deepCleanSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Removes all special characters and digits as well as whitespace chars
+ from the sequence
+ DEFAULT_COLUMN_SCORE -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default column scoring schema
+ DEFAULT_GAP_THRESHOLD -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default gap threshold value for SMERFS algorithm
+ DEFAULT_WINDOW_SIZE -
+Static variable in enum compbio.data.sequence.SMERFSConstraints
+Default window size value for SMERFS algorithm
+ deleteAllFiles(String) -
+Static method in class compbio.engine.Cleaner
+Deprecated.
+deleteFiles(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.Cleaner
+Deprecated. This method returns true if all files specified by List files were
+ successfully removed or there was no files to remove (files list was
+ empty)
+DELIM -
+Static variable in class compbio.engine.conf._Key
+Deprecated.
+DELIM -
+Static variable in class compbio.engine.conf.DirectoryManager
+
+ DIGIT -
+Static variable in class compbio.data.sequence.SequenceUtil
+A digit
+ DirectoryManager - Class in compbio.engine.conf DirectoryManager() -
+Constructor for class compbio.engine.conf.DirectoryManager
+
+ disconnect() -
+Method in class compbio.engine.FilePuller
+
+ Disembl - Class in compbio.runner.disorder 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. Disembl() -
+Constructor for class compbio.runner.disorder.Disembl
+
+ DISEMBL_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ DisemblWS - Class in compbio.ws.server DisemblWS() -
+Constructor for class compbio.ws.server.DisemblWS
+
+ DisorderMethod - Enum in compbio.data.sequence DisplayStat - Class in compbio.stat.servlet DisplayStat() -
+Constructor for class compbio.stat.servlet.DisplayStat
+
+ DownloadRedirector - Class in compbio.stat.servlet DownloadRedirector() -
+Constructor for class compbio.stat.servlet.DownloadRedirector
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-5.html b/website/full_javadoc/index-files/index-5.html
new file mode 100644
index 0000000..c9b3e70
--- /dev/null
+++ b/website/full_javadoc/index-files/index-5.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+E-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+E
+
+Environment - Class in compbio.runner._impl This is utility class to encapsulate environmental variables like directory paths EnvVariableProcessor - Class in compbio.engine.client EnvVariableProcessor() -
+Constructor for class compbio.engine.client.EnvVariableProcessor
+
+ equals(Object) -
+Method in class compbio.data.msa.Category
+
+ equals(Object) -
+Method in class compbio.data.sequence.Alignment
+Please note that this implementation does not take the order of sequences
+ into account!
+ equals(Object) -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ equals(Object) -
+Method in class compbio.data.sequence.FastaSequence
+
+ equals(Object) -
+Method in class compbio.data.sequence.Range
+
+ equals(Object) -
+Method in class compbio.data.sequence.Score
+
+ equals(Object) -
+Method in class compbio.data.sequence.ScoreManager
+
+ equals(Object) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ equals(Object) -
+Method in class compbio.engine.client.CommandBuilder
+
+ equals(Object) -
+Method in class compbio.engine.client.RunConfiguration
+
+ equals(Object) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ equals(Object) -
+Method in class compbio.engine.ClusterJobId
+
+ equals(Object) -
+Method in class compbio.engine.conf._Key
+Deprecated.
+equals(Object) -
+Method in class compbio.engine.FilePuller
+
+ equals(Object) -
+Method in class compbio.engine.Job
+
+ equals(Object) -
+Method in class compbio.metadata.ChunkHolder
+
+ equals(Object) -
+Method in class compbio.metadata.Limit
+
+ equals(Object) -
+Method in class compbio.metadata.Option
+
+ equals(Object) -
+Method in class compbio.metadata.Parameter
+
+ equals(Object) -
+Method in class compbio.metadata.Preset
+
+ equals(Object) -
+Method in class compbio.metadata.RunnerConfig
+
+ equals(Object) -
+Method in class compbio.metadata.ValueConstrain
+
+ equals(Object) -
+Method in class compbio.pipeline._jpred.Hit
+
+ equals(Object) -
+Method in class compbio.pipeline._jpred.PScore
+
+ equals(Object) -
+Method in class compbio.stat.collector.JobStat
+
+ equals(Object) -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ equals(Object) -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ ERROR -
+Static variable in class compbio.engine.client.SkeletalExecutable
+
+ Executable <T > - Interface in compbio.engine.client Interface to a native executable. Executable.ExecProvider - Enum in compbio.engine.client ExecutableWrapper - Class in compbio.engine.local ExecutableWrapper(ConfiguredExecutable<?>, String) -
+Constructor for class compbio.engine.local.ExecutableWrapper
+
+ executeJob() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ executeJob() -
+Method in class compbio.engine.local.LocalRunner
+
+ executeJob() -
+Method in interface compbio.engine.SyncExecutor
+Execute the job
+ ExecutionStatCollector - Class in compbio.stat.collector Number of runs of each WS = number of folders with name
+
+ Number of successful runs = all runs with no result file
+
+ Per period of time = limit per file creating time Runtime (avg/max) =
+
+ started time - finished time
+
+ Task & result size = result.size
+
+ Abandoned runs - not collected runs
+
+ Cancelled runs - cancelled
+
+ Cluster vs local runs
+
+ Reasons for failure = look in the err out?
+
+
+ Metadata required:
+
+ work directory for local and cluster tasks = from Helper or cmd parameter. ExecutionStatCollector(String, int) -
+Constructor for class compbio.stat.collector.ExecutionStatCollector
+List subdirectories in the job directory
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-6.html b/website/full_javadoc/index-files/index-6.html
new file mode 100644
index 0000000..d398f2b
--- /dev/null
+++ b/website/full_javadoc/index-files/index-6.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+F-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+F
+
+fastaAlignment -
+Static variable in class compbio.ws.client.WSTester
+
+ fastaInput -
+Static variable in class compbio.ws.client.WSTester
+Sequences to be used as input for all WS
+ FastaReader - Class in compbio.data.sequence Reads files with FASTA formatted sequences. FastaReader(String) -
+Constructor for class compbio.data.sequence.FastaReader
+Header data can contain non-ASCII symbols and read in UTF8
+ FastaReader(InputStream) -
+Constructor for class compbio.data.sequence.FastaReader
+This class will not close the incoming stream! So the client should do
+ so.
+ FastaSequence - Class in compbio.data.sequence A FASTA formatted sequence. FastaSequence(String, String) -
+Constructor for class compbio.data.sequence.FastaSequence
+Upon construction the any whitespace characters are removed from the
+ sequence
+ FilePuller - Class in compbio.engine from -
+Variable in class compbio.data.sequence.Range
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-7.html b/website/full_javadoc/index-files/index-7.html
new file mode 100644
index 0000000..2a53e54
--- /dev/null
+++ b/website/full_javadoc/index-files/index-7.html
@@ -0,0 +1,1701 @@
+
+
+
+
+
+
+G-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+G
+
+gapchar -
+Static variable in class compbio.data.sequence.ClustalAlignmentUtil
+Dash char to be used as gap char in the alignments
+ GAUtils - Class in compbio.ws.server GAUtils() -
+Constructor for class compbio.ws.server.GAUtils
+
+ GenericMetadataService <T > - Class in compbio.ws.server get(String) -
+Static method in class compbio.engine.PulledFileCache
+
+ getAbandoned() -
+Method in class compbio.stat.servlet.util.Totals
+
+ getAbandonedCount(Timestamp, Timestamp) -
+Method in class compbio.stat.collector.StatDB
+
+ getAbandonedJobs() -
+Method in class compbio.stat.collector.StatProcessor
+Not collected.
+ getActualNumberofSequences() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getActualNumberofSequences() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getAllConstrainedParametersWithBorderValues(boolean) -
+Method in class compbio.runner.OptionCombinator
+
+ getAllConstrainedParametersWithRandomValues() -
+Method in class compbio.runner.OptionCombinator
+
+ getAllOptions() -
+Method in class compbio.runner.OptionCombinator
+
+ getAllParameters() -
+Method in class compbio.runner.OptionCombinator
+
+ getAllStat() -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ getAllStats() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ GetAnnotation - Class in compbio.data.msa.jaxws GetAnnotation() -
+Constructor for class compbio.data.msa.jaxws.GetAnnotation
+
+ getAnnotation(String) -
+Method in interface compbio.data.msa.SequenceAnnotation
+Return the result of the job.
+ getAnnotation(String) -
+Method in class compbio.ws.server.SequenceAnnotationService
+
+ getAnnotation(String, Logger) -
+Static method in class compbio.ws.server.WSUtil
+
+ getAnnotationForSequence(String) -
+Method in class compbio.data.sequence.ScoreManager
+
+ GetAnnotationResponse - Class in compbio.data.msa.jaxws GetAnnotationResponse() -
+Constructor for class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ getApproprieteQueue() -
+Method in class compbio.runner._NativeSpecHelper
+Deprecated.
+getArg0() -
+Method in class compbio.data.msa.jaxws.GetLastTested
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.GetLastTestedOn
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.GetServiceDescription
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.IsOperating
+
+ getArg0() -
+Method in class compbio.data.msa.jaxws.TestService
+
+ getArgument(String) -
+Method in class compbio.metadata.RunnerConfig
+Returns the argument by its name if found, NULL otherwise.
+ getArgumentByOptionName(String) -
+Method in class compbio.metadata.RunnerConfig
+Returns the argument by option name, NULL if the argument is not found
+ getArguments(RunnerConfig<T>) -
+Method in class compbio.metadata.Preset
+Converts list of options as String to type Option
+ getArguments() -
+Method in class compbio.metadata.RunnerConfig
+Returns list of Parameter
and Option
supported by current
+ runner
+ getAsyncEngine(ConfiguredExecutable<?>, Executable.ExecProvider) -
+Static method in class compbio.engine.Configurator
+
+ getAsyncEngine(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.Configurator
+
+ getAsyncEngine(String) -
+Static method in class compbio.engine.Configurator
+
+ getAvgSeqLength() -
+Method in class compbio.metadata.Limit
+
+ getAvgSequenceLength(List<FastaSequence>) -
+Static method in class compbio.metadata.Limit
+Calculates an average sequence length of the dataset
+ getBlastAllRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getBlastBinDir() -
+Static method in class compbio.runner._impl.Environment
+
+ getBlastDatabasesDir() -
+Static method in class compbio.runner._impl.Environment
+
+ getByJobId(String, List<Job>) -
+Static method in class compbio.engine.Job
+
+ getByTaskId(String, List<Job>) -
+Static method in class compbio.engine.Job
+
+ getCalculationTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getCancelled() -
+Method in class compbio.stat.servlet.util.Totals
+
+ getCancelledCount(Timestamp, Timestamp) -
+Method in class compbio.stat.collector.StatDB
+
+ getCancelledJobs() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getCategories() -
+Static method in class compbio.data.msa.Category
+
+ getChunk() -
+Method in class compbio.metadata.ChunkHolder
+
+ getClass(String) -
+Static method in class compbio.engine.conf.DirectoryManager
+
+ getClusterCpuNum(Class<? extends Executable<?>>) -
+Static method in class compbio.engine.client.SkeletalExecutable
+
+ getClusterJobId(String) -
+Static method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ getClusterJobId() -
+Method in class compbio.stat.collector.JobStat
+
+ getClusterJobs() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getClusterJobSettings() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getClusterJobSettings() -
+Method in interface compbio.engine.client.Executable
+
+ getClusterJobSettings() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getClusterJobSettings() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getClusterJobSettings() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getClusterStat() -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.engine.client.ConfExecutable
+
+ getCommand(Executable.ExecProvider) -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getCommand(Executable.ExecProvider, Class<?>) -
+Static method in class compbio.engine.client.Util
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.runner._impl.BlastAll
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.runner._impl.Mcl
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.runner._impl.PSIBlast
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.runner._impl.Ronn
+
+ getCommand(Executable.ExecProvider) -
+Method in class compbio.runner._impl.RPSBlast
+
+ getCommandName() -
+Method in class compbio.runner._impl.BlastAll
+
+ getCommandName() -
+Method in class compbio.runner._impl.Mcl
+
+ getCommandName() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getCommandName() -
+Method in class compbio.runner._impl.PSIBlast
+
+ getCommandName() -
+Method in class compbio.runner._impl.Ronn
+
+ getCommandName() -
+Static method in class compbio.runner._impl.RPSBlast
+
+ getCommands() -
+Method in class compbio.engine.client.CommandBuilder
+
+ getCommands(List<Option<T>>, String) -
+Static method in class compbio.ws.server.WSUtil
+
+ getCommandString() -
+Method in class compbio.engine.client.CommandBuilder
+
+ getConfExecutable() -
+Method in class compbio.engine.Job
+
+ getCPUTimeStat() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getCPUUsageTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getCreatedFiles() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getCreatedFiles() -
+Method in interface compbio.engine.client.Executable
+Deprecated.
+getCreatedFiles() -
+Method in class compbio.engine.client.SkeletalExecutable
+This method cannot really tell whether the files has actually been
+ created or not.
+ getCreatedFiles() -
+Method in class compbio.runner._impl.BlastAll
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.Mcl
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.OB
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.PSIBlast
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.Ronn
+
+ getCreatedFiles() -
+Method in class compbio.runner._impl.RPSBlast
+
+ getCreatedFiles() -
+Method in class compbio.runner.conservation.AACon
+
+ getCreatedFiles() -
+Method in class compbio.runner.disorder.Jronn
+
+ getCreatedFiles() -
+Method in class compbio.runner.msa.ClustalW
+
+ getCreatedFiles() -
+Method in class compbio.runner.msa.Muscle
+
+ getCreatedFiles() -
+Method in class compbio.runner.msa.Probcons
+
+ getCreatedFiles() -
+Method in class compbio.runner.msa.Tcoffee
+
+ getDataTransfered() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getDefaultLimit() -
+Method in class compbio.metadata.LimitsManager
+
+ getDefaultValue() -
+Method in interface compbio.metadata.Argument
+
+ getDefaultValue() -
+Method in class compbio.metadata.Option
+A default value of the option.
+ getDelay(TimeUnit) -
+Method in class compbio.engine.FilePuller
+
+ getDescription() -
+Method in interface compbio.metadata.Argument
+
+ getDescription() -
+Method in class compbio.metadata.Option
+A long description of the Option
+ getDescription() -
+Method in class compbio.metadata.Preset
+
+ getDetails() -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ getEarliestRecord() -
+Method in class compbio.stat.collector.StatDB
+
+ getEmail() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getEndTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getEngine(Executable<?>) -
+Static method in class compbio.engine.LoadBalancer
+
+ getEngine(Executable<V>, List<FastaSequence>) -
+Static method in class compbio.engine.LoadBalancer
+
+ getEngine(ConfiguredExecutable<?>) -
+Static method in class compbio.ws.server.WSUtil
+
+ getEnvironment() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getEnvironment() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getEnvVariables(String, Class<?>) -
+Static method in class compbio.engine.client.EnvVariableProcessor
+
+ getError() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getError() -
+Method in interface compbio.engine.client.Executable
+
+ getError() -
+Method in class compbio.engine.client.RunConfiguration
+
+ getError() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getError() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getError() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getEscJobname() -
+Method in class compbio.stat.collector.JobStat
+
+ getExecProperty(String, Executable<?>) -
+Static method in class compbio.engine.client.Util
+
+ getExecProperty(String, Class<?>) -
+Static method in class compbio.engine.client.Util
+
+ getExecProvider() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getExecProvider() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getExecutable() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getExecutable() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getExecutionStat() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getExecutor() -
+Static method in class compbio.engine.local.LocalExecutorService
+This method returns the single instance of CachedThreadPoolExecutor which
+ it cashes internally
+ getExitStatus() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getFailed() -
+Method in class compbio.stat.servlet.util.Totals
+
+ getFailedJobs() -
+Method in class compbio.stat.collector.StatProcessor
+Started & finished but did not produce result
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.Align
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.Analize
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ getFastaSequences() -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ getFile() -
+Method in class compbio.engine.FilePuller
+
+ getFinish() -
+Method in class compbio.stat.collector.JobStat
+
+ getFormatedSequence(int) -
+Method in class compbio.data.sequence.FastaSequence
+Format sequence per width letter in one string.
+ getFormattedFasta() -
+Method in class compbio.data.sequence.FastaSequence
+
+ getFullPath(String, String) -
+Static method in class compbio.engine.client.Util
+
+ getFurtherDetails() -
+Method in interface compbio.metadata.Argument
+
+ getFurtherDetails() -
+Method in class compbio.metadata.Option
+The URL where further details about the option can be found
+ getGapchar() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ getId() -
+Method in class compbio.data.sequence.FastaSequence
+Gets the value of id
+ getIncomplete() -
+Method in class compbio.stat.servlet.util.Totals
+
+ getIncompleteCount(Timestamp, Timestamp) -
+Method in class compbio.stat.collector.StatDB
+
+ getIncompleteJobs() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getInput() -
+Method in class compbio.engine.client.ConfExecutable
+Not all input paths are relative! Input path could be absolute!
+ getInput() -
+Method in interface compbio.engine.client.Executable
+
+ getInput() -
+Method in class compbio.engine.client.RunConfiguration
+
+ getInput() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getInput() -
+Method in class compbio.runner._impl.BlastAll
+
+ getInput() -
+Method in class compbio.runner._impl.Mcl
+
+ getInput() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getInput() -
+Method in class compbio.runner._impl.OB
+
+ getInput() -
+Method in class compbio.runner._impl.PSIBlast
+
+ getInput() -
+Method in class compbio.runner._impl.Ronn
+
+ getInput() -
+Method in class compbio.runner._impl.RPSBlast
+
+ getInputSize() -
+Method in class compbio.stat.collector.JobStat
+
+ getInstance(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.cluster.drmaa.JobRunner
+
+ getIOWait() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getIsCancelled() -
+Method in class compbio.stat.collector.JobStat
+
+ getIsCollected() -
+Method in class compbio.stat.collector.JobStat
+
+ getIsFinished() -
+Method in class compbio.stat.collector.JobStat
+
+ getJava() -
+Static method in class compbio.engine.client.Util
+Returns the absolute path to the Java executable from JAVA_HOME
+ getJobId() -
+Method in class compbio.data.msa.jaxws.CancelJob
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetAnnotation
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetJobStatus
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.GetResult
+
+ getJobId() -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ getJobId() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getJobId() -
+Method in class compbio.engine.ClusterJobId
+
+ getJobId() -
+Method in class compbio.engine.Job
+
+ getJobInfo() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+This method will block before the calculation has completed and then
+ return the object containing a job execution statistics
+ getJobname() -
+Method in class compbio.stat.collector.JobStat
+
+ getJobNumber() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getJobPriority() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getJobs() -
+Method in class compbio.stat.collector.StatProcessor
+
+ GetJobStatus - Class in compbio.data.msa.jaxws GetJobStatus() -
+Constructor for class compbio.data.msa.jaxws.GetJobStatus
+
+ getJobStatus(String) -
+Method in interface compbio.data.msa.JManagement
+Return the status of the job.
+ getJobStatus(String) -
+Method in interface compbio.engine.AsyncExecutor
+Query the status of the job
+ getJobStatus(String) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+This will never return clust.engine.JobStatus.CANCELLED as for sun grid
+ engine cancelled job is the same as failed.
+ getJobStatus(ClusterJobId) -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+Apparently completed jobs cannot be found! If this happened most likely
+ that the job is not running any more and Most likely it has been
+ cancelled, finished or failed.
+ getJobStatus(int) -
+Static method in class compbio.engine.cluster.drmaa.ClusterSession
+Deprecated.
+getJobStatus() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ getJobStatus(String) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ getJobStatus(Future<ConfiguredExecutable<?>>) -
+Static method in class compbio.engine.local.LocalEngineUtil
+
+ getJobStatus() -
+Method in class compbio.engine.local.LocalRunner
+
+ getJobStatus() -
+Method in interface compbio.engine.SyncExecutor
+Query the status of the job by its id.
+ getJobStatus(String) -
+Method in class compbio.ws.server.ClustalOWS
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.ClustalWS
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.GenericMetadataService
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.MafftWS
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.MuscleWS
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.ProbconsWS
+
+ getJobStatus(String) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ getJobStatus(String) -
+Static method in class compbio.ws.server.WSUtil
+
+ GetJobStatusResponse - Class in compbio.data.msa.jaxws GetJobStatusResponse() -
+Constructor for class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ GetLastTested - Class in compbio.data.msa.jaxws GetLastTested() -
+Constructor for class compbio.data.msa.jaxws.GetLastTested
+
+ getLastTested(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Number of seconds since the last test.
+ getLastTested(Services) -
+Method in class compbio.ws.server.RegistryWS
+
+ GetLastTestedOn - Class in compbio.data.msa.jaxws GetLastTestedOn() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedOn
+
+ getLastTestedOn(Services) -
+Method in interface compbio.data.msa.RegistryWS
+The date and time the service has been verified to work last time
+ getLastTestedOn(Services) -
+Method in class compbio.ws.server.RegistryWS
+Can potentially return null if the service has not been tested yet.
+ GetLastTestedOnResponse - Class in compbio.data.msa.jaxws GetLastTestedOnResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ GetLastTestedResponse - Class in compbio.data.msa.jaxws GetLastTestedResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ getLength() -
+Method in class compbio.data.sequence.FastaSequence
+
+ GetLimit - Class in compbio.data.msa.jaxws GetLimit() -
+Constructor for class compbio.data.msa.jaxws.GetLimit
+
+ getLimit(String) -
+Method in interface compbio.data.msa.Metadata
+Get a Limit for a preset.
+ getLimit(String) -
+Method in class compbio.engine.client.ConfExecutable
+
+ getLimit(String) -
+Method in interface compbio.engine.client.Executable
+
+ getLimit(String) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getLimit(String) -
+Method in class compbio.runner._impl.NetNglyc
+
+ getLimit(String) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getLimit(String) -
+Method in class compbio.ws.server.ClustalOWS
+
+ getLimit(String) -
+Method in class compbio.ws.server.ClustalWS
+
+ getLimit(String) -
+Method in class compbio.ws.server.GenericMetadataService
+
+ getLimit(String) -
+Method in class compbio.ws.server.MafftWS
+
+ getLimit(String) -
+Method in class compbio.ws.server.MuscleWS
+
+ getLimit(String) -
+Method in class compbio.ws.server.ProbconsWS
+
+ getLimit(String) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ getLimitByName(String) -
+Method in class compbio.metadata.LimitsManager
+
+ GetLimitResponse - Class in compbio.data.msa.jaxws GetLimitResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLimitResponse
+
+ GetLimits - Class in compbio.data.msa.jaxws GetLimits() -
+Constructor for class compbio.data.msa.jaxws.GetLimits
+
+ getLimits() -
+Method in interface compbio.data.msa.Metadata
+List Limits supported by a web service.
+ getLimits() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getLimits() -
+Method in interface compbio.engine.client.Executable
+
+ getLimits() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getLimits(Class<T>) -
+Static method in class compbio.engine.client.Util
+For now just assume that all parameters which came in needs setting it
+ will be a client responsibility to prepare RunnerConfig object then
+ getLimits() -
+Method in class compbio.metadata.LimitsManager
+
+ getLimits() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getLimits() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getLimits() -
+Method in class compbio.ws.server.ClustalOWS
+
+ getLimits() -
+Method in class compbio.ws.server.ClustalWS
+
+ getLimits() -
+Method in class compbio.ws.server.GenericMetadataService
+
+ getLimits() -
+Method in class compbio.ws.server.MafftWS
+
+ getLimits() -
+Method in class compbio.ws.server.MuscleWS
+
+ getLimits() -
+Method in class compbio.ws.server.ProbconsWS
+
+ getLimits() -
+Method in class compbio.ws.server.TcoffeeWS
+
+ GetLimitsResponse - Class in compbio.data.msa.jaxws GetLimitsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetLimitsResponse
+
+ getLocalJobs() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getLocalPath() -
+Static method in class compbio.engine.conf.PropertyHelperManager
+Method return the absolute path to the project root directory.
+ getLocalStat() -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ getMax() -
+Method in class compbio.metadata.ValueConstrain
+
+ getMaxVMem() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getMclRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getMemoryLimit() -
+Method in enum compbio.engine.cluster.dundee._Queue
+Deprecated. return max memory limit in Mb
+getMemoryStat() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.JobSubmissionExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.ResultNotAvailableExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.UnsupportedRuntimeExceptionBean
+
+ getMessage() -
+Method in class compbio.data.msa.jaxws.WrongParameterExceptionBean
+
+ getMetadata() -
+Method in class compbio.data.sequence.Alignment
+
+ getMethod(String) -
+Static method in enum compbio.data.sequence.ConservationMethod
+
+ getMethod() -
+Method in class compbio.data.sequence.Score
+Returns the ConservationMethod
+ getMin() -
+Method in class compbio.metadata.ValueConstrain
+
+ getName() -
+Method in interface compbio.metadata.Argument
+
+ getName() -
+Method in class compbio.metadata.Option
+Human readable name of the option
+ getName() -
+Method in class compbio.metadata.Preset
+
+ getName() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getNativeSpec() -
+Method in class compbio.runner._NativeSpecHelper
+Deprecated.
+getNetNglycRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getNextPosition() -
+Method in class compbio.metadata.ChunkHolder
+
+ getNumberOfScores() -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getNumberOfSeq() -
+Method in class compbio.data.sequence.ScoreManager
+
+ getNumberOfSequencesAllowed() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getNumberOfSequencesAllowed() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getOBRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getOnelineFasta() -
+Method in class compbio.data.sequence.FastaSequence
+
+ getOptionName() -
+Method in class compbio.metadata.Parameter
+
+ getOptionNames() -
+Method in class compbio.metadata.Option
+
+ getOptions() -
+Method in class compbio.data.msa.jaxws.CustomAlign
+
+ getOptions() -
+Method in class compbio.data.msa.jaxws.CustomAnalize
+
+ getOptions() -
+Method in class compbio.metadata.Preset
+
+ getOptions() -
+Method in class compbio.metadata.RunnerConfig
+Returns the list of the Options supported by the executable of type T
+ getOptionsAtRandom() -
+Method in class compbio.runner.OptionCombinator
+
+ getOutput() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getOutput() -
+Method in interface compbio.engine.client.Executable
+
+ getOutput() -
+Method in class compbio.engine.client.RunConfiguration
+
+ getOutput() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getOutput() -
+Method in class compbio.runner._impl.NetNglyc
+
+ getOutput() -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getOutput() -
+Method in class compbio.runner.disorder.IUPred
+
+ getParameters() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.engine.client.ConfExecutable
+
+ getParameters() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getParameters(Executable.ExecProvider) -
+Method in interface compbio.engine.client.Executable
+
+ getParameters() -
+Method in class compbio.engine.client.RunConfiguration
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getParameters() -
+Method in class compbio.metadata.RunnerConfig
+Returns the list of parameters supported executable of type T.
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.runner._impl.NetNglyc
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getParameters(Executable.ExecProvider) -
+Method in class compbio.runner.conservation.AACon
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.runner.disorder.Jronn
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.runner.msa.ClustalO
+
+ getParameters(Executable.ExecProvider) -
+Method in class compbio.runner.msa.Tcoffee
+
+ getParamValue(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ getPosition() -
+Method in class compbio.data.msa.jaxws.PullExecStatistics
+
+ getPossibleValues() -
+Method in interface compbio.metadata.Argument
+
+ getPossibleValues() -
+Method in class compbio.metadata.Option
+List of possible optionNames
+ getPossibleValues() -
+Method in class compbio.metadata.Parameter
+List is more convenient to work with
+ getPreset() -
+Method in class compbio.data.msa.jaxws.PresetAlign
+
+ getPreset() -
+Method in class compbio.data.msa.jaxws.PresetAnalize
+
+ getPreset() -
+Method in class compbio.metadata.Limit
+
+ getPresetByName(String) -
+Method in class compbio.metadata.PresetManager
+
+ getPresetName() -
+Method in class compbio.data.msa.jaxws.GetLimit
+
+ GetPresets - Class in compbio.data.msa.jaxws GetPresets() -
+Constructor for class compbio.data.msa.jaxws.GetPresets
+
+ getPresets() -
+Method in interface compbio.data.msa.Metadata
+Get presets supported by a web service
+ getPresets() -
+Method in class compbio.metadata.PresetManager
+
+ getPresets(Class<? extends Executable<T>>) -
+Static method in class compbio.runner.Util
+
+ getPresets() -
+Method in class compbio.ws.server.ClustalOWS
+
+ getPresets() -
+Method in class compbio.ws.server.ClustalWS
+
+ getPresets() -
+Method in class compbio.ws.server.GenericMetadataService
+
+ getPresets() -
+Method in class compbio.ws.server.MafftWS
+
+ getPresets() -
+Method in class compbio.ws.server.MuscleWS
+
+ getPresets() -
+Method in class compbio.ws.server.ProbconsWS
+
+ getPresets() -
+Method in class compbio.ws.server.TcoffeeWS
+
+ GetPresetsResponse - Class in compbio.data.msa.jaxws GetPresetsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetPresetsResponse
+
+ getPrmSeparator() -
+Method in class compbio.metadata.RunnerConfig
+
+ getProgram() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ getProgress() -
+Method in class compbio.engine.FilePuller
+
+ getProgress(String) -
+Static method in class compbio.engine.ProgressGetter
+
+ getProgress(String) -
+Static method in class compbio.ws.server.WSUtil
+
+ getPropertyHelper() -
+Static method in class compbio.engine.conf.PropertyHelperManager
+Ways to fix path problem: 1) find a path to WEB-INF directory based on
+ the path to a known class.
+ getPSIBlastRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getQueue(int, int) -
+Static method in enum compbio.engine.cluster.dundee._Queue
+Deprecated.
+getQueue(String) -
+Method in enum compbio.engine.cluster.dundee._Queue
+Deprecated.
+getQueue() -
+Method in class compbio.runner._NativeSpecHelper
+Deprecated.
+getQueueByMemoryRequirements(int) -
+Static method in enum compbio.engine.cluster.dundee._Queue
+Deprecated.
+getRanges() -
+Method in class compbio.data.sequence.Score
+Return Ranges if any Collections.EMPTY_SET otherwise
+ getRawUsage() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getRecordedJobStatus(String) -
+Static method in class compbio.engine.local.LocalEngineUtil
+
+ getRemoteAddress() -
+Method in class compbio.ws.server._WSLogger
+Deprecated.
+GetResult - Class in compbio.data.msa.jaxws GetResult() -
+Constructor for class compbio.data.msa.jaxws.GetResult
+
+ getResult(String) -
+Method in interface compbio.data.msa.MsaWS
+Return the result of the job.
+ getResult(String) -
+Method in class compbio.ws.server._MsaService
+
+ getResult(String) -
+Method in class compbio.ws.server.ClustalOWS
+
+ getResult(String) -
+Method in class compbio.ws.server.ClustalWS
+
+ getResult(String) -
+Method in class compbio.ws.server.MafftWS
+
+ getResult(String) -
+Method in class compbio.ws.server.MuscleWS
+
+ getResult(String) -
+Method in class compbio.ws.server.ProbconsWS
+
+ getResult(String) -
+Method in class compbio.ws.server.TcoffeeWS
+
+ GetResultResponse - Class in compbio.data.msa.jaxws GetResultResponse() -
+Constructor for class compbio.data.msa.jaxws.GetResultResponse
+
+ getResults(String) -
+Method in interface compbio.engine.AsyncExecutor
+Retrieve the results of the job.
+ getResults() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getResults(String) -
+Method in class compbio.engine.client.ConfExecutable
+
+ getResults() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getResults(String) -
+Method in interface compbio.engine.client.Executable
+
+ getResults(String) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ getResults(String) -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ getResults(String) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ getResults(Future<ConfiguredExecutable<?>>, String) -
+Static method in class compbio.engine.local.LocalEngineUtil
+
+ getResults(String) -
+Method in class compbio.runner._impl.NetNglyc
+
+ getResults(String) -
+Method in class compbio.runner._SkeletalCommandBuilder
+Deprecated.
+getResults(String) -
+Method in class compbio.runner.conservation.AACon
+
+ getResults(String) -
+Method in class compbio.runner.disorder.Disembl
+
+ getResults(String) -
+Method in class compbio.runner.disorder.GlobPlot
+
+ getResults(String) -
+Method in class compbio.runner.disorder.IUPred
+
+ getResults(String) -
+Method in class compbio.runner.disorder.Jronn
+
+ getResults(String) -
+Method in class compbio.runner.msa.ClustalO
+
+ getResults(String) -
+Method in class compbio.runner.msa.ClustalW
+
+ getResults(String) -
+Method in class compbio.runner.msa.Mafft
+
+ getResults(String) -
+Method in class compbio.runner.msa.Muscle
+
+ getResults(String) -
+Method in class compbio.runner.msa.Probcons
+
+ getResults(String) -
+Method in class compbio.runner.msa.Tcoffee
+
+ getResultSize() -
+Method in class compbio.stat.collector.JobStat
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.AlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.AnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.CustomAlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.CustomAnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetAnnotationResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetJobStatusResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLastTestedOnResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLastTestedResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLimitResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetLimitsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetPresetsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetResultResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PresetAlignResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PresetAnalizeResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.PullExecStatisticsResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.TestAllServicesResponse
+
+ getReturn() -
+Method in class compbio.data.msa.jaxws.TestServiceResponse
+
+ getRonnRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getRPSBlastDatabasesDir() -
+Static method in class compbio.runner._impl.Environment
+
+ getRPSBlastRunnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getRunConfiguration() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getRunnerByJobDirectory(File) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getRunnerClassName() -
+Method in class compbio.engine.client.RunConfiguration
+
+ getRunnerClassName() -
+Method in class compbio.metadata.PresetManager
+
+ getRunnerClassName() -
+Method in class compbio.metadata.RunnerConfig
+
+ getRunnerLimits(Class<V>) -
+Static method in class compbio.engine.client.ConfExecutable
+This method should be executed once and result of its execution reused.
+ GetRunnerOptions - Class in compbio.data.msa.jaxws GetRunnerOptions() -
+Constructor for class compbio.data.msa.jaxws.GetRunnerOptions
+
+ getRunnerOptions() -
+Method in interface compbio.data.msa.Metadata
+Get options supported by a web service
+ getRunnerOptions(Class<? extends Executable<V>>) -
+Static method in class compbio.engine.client.ConfExecutable
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.ClustalOWS
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.ClustalWS
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.GenericMetadataService
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.MafftWS
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.MuscleWS
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.ProbconsWS
+
+ getRunnerOptions() -
+Method in class compbio.ws.server.TcoffeeWS
+
+ GetRunnerOptionsResponse - Class in compbio.data.msa.jaxws GetRunnerOptionsResponse() -
+Constructor for class compbio.data.msa.jaxws.GetRunnerOptionsResponse
+
+ getRunnerPresets(Class<? extends Executable<V>>) -
+Static method in class compbio.engine.client.ConfExecutable
+
+ getRuntime() -
+Method in class compbio.stat.collector.JobStat
+
+ getSchema(String) -
+Static method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ getScoreByMethod(Enum<?>) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getScoreByMethod(String) -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ getScores() -
+Method in class compbio.data.sequence.Score
+The column scores for the alignment
+ getSeqNumber() -
+Method in class compbio.metadata.Limit
+
+ getSequence() -
+Method in class compbio.data.sequence.FastaSequence
+Gets the value of sequence
+ getSequenceLenghtActual() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getSequenceLenghtActual() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getSequenceLenghtAllowed() -
+Method in class compbio.data.msa.jaxws.LimitExceededExceptionBean
+
+ getSequenceLenghtAllowed() -
+Method in exception compbio.metadata.LimitExceededException
+
+ getSequences() -
+Method in class compbio.data.sequence.Alignment
+
+ getService() -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ getService(String) -
+Static method in enum compbio.ws.client.Services
+
+ getServiceByJobDirectory(File) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getServiceByRunner(Class<? extends Executable>) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ GetServiceCategories - Class in compbio.data.msa.jaxws GetServiceCategories() -
+Constructor for class compbio.data.msa.jaxws.GetServiceCategories
+
+ getServiceCategories() -
+Method in interface compbio.data.msa.RegistryWS
+Gets the list of services per category.
+ getServiceCategories() -
+Method in class compbio.ws.server.RegistryWS
+
+ GetServiceCategoriesResponse - Class in compbio.data.msa.jaxws GetServiceCategoriesResponse() -
+Constructor for class compbio.data.msa.jaxws.GetServiceCategoriesResponse
+
+ GetServiceDescription - Class in compbio.data.msa.jaxws GetServiceDescription() -
+Constructor for class compbio.data.msa.jaxws.GetServiceDescription
+
+ getServiceDescription(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Gives the description of the service.
+ getServiceDescription(Services) -
+Method in class compbio.ws.server.RegistryWS
+
+ GetServiceDescriptionResponse - Class in compbio.data.msa.jaxws GetServiceDescriptionResponse() -
+Constructor for class compbio.data.msa.jaxws.GetServiceDescriptionResponse
+
+ getServiceImpl(Services) -
+Static method in class compbio.ws.client.ServicesUtil
+
+ getServiceInfo() -
+Method in enum compbio.ws.client.Services
+
+ getServices() -
+Method in class compbio.data.msa.Category
+
+ getServices(String) -
+Static method in class compbio.ws.client.Jws2Client
+
+ getSession() -
+Method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ getSingleWSStat(Services) -
+Method in class compbio.stat.collector.StatProcessor
+
+ getSize() -
+Method in class compbio.data.sequence.Alignment
+
+ getSMERFSColumnScore(String) -
+Static method in enum compbio.data.sequence.SMERFSConstraints
+
+ getStart() -
+Method in class compbio.stat.collector.JobStat
+
+ getStartTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getStatFile() -
+Static method in class compbio.runner.conservation.AACon
+
+ getStatFile() -
+Static method in class compbio.runner.disorder.Jronn
+
+ getStatFile() -
+Static method in class compbio.runner.msa.ClustalO
+
+ getStatFile() -
+Static method in class compbio.runner.msa.ClustalW
+
+ getStatFile() -
+Static method in class compbio.runner.msa.Muscle
+
+ getStatistics(JobInfo) -
+Static method in class compbio.engine.cluster.drmaa.ClusterSession
+
+ getStatLogger(Services, WebServiceContext) -
+Static method in class compbio.ws.server._WSLogger
+Deprecated.
+getStats(int) -
+Static method in class compbio.stat.servlet.util.StatCollection
+
+ getStats(Date) -
+Static method in class compbio.stat.servlet.util.StatCollection
+
+ getStatus() -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ getSubmissionTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getSupportedOptions(Class<? extends Executable<T>>) -
+Static method in class compbio.runner.Util
+
+ getSupportedRuntimes() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getSupportedRuntimes() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getSupportedRuntimes(Class<?>) -
+Static method in class compbio.engine.client.Util
+
+ GetSupportedServices - Class in compbio.data.msa.jaxws GetSupportedServices() -
+Constructor for class compbio.data.msa.jaxws.GetSupportedServices
+
+ getSupportedServices() -
+Method in interface compbio.data.msa.RegistryWS
+List of services that are functioning on the server.
+ getSupportedServices() -
+Method in class compbio.ws.server.RegistryWS
+
+ GetSupportedServicesResponse - Class in compbio.data.msa.jaxws GetSupportedServicesResponse() -
+Constructor for class compbio.data.msa.jaxws.GetSupportedServicesResponse
+
+ getSyncEngine(ConfiguredExecutable<?>, Executable.ExecProvider) -
+Static method in class compbio.engine.Configurator
+
+ getSyncEngine(ConfiguredExecutable<?>) -
+Static method in class compbio.engine.Configurator
+
+ getTask(String) -
+Static method in class compbio.engine.SubmissionManager
+
+ getTaskDirectory(Class<?>) -
+Static method in class compbio.engine.conf.DirectoryManager
+
+ getTaskId() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getTaskId() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getTaskId() -
+Method in class compbio.engine.Job
+
+ getTestArgs() -
+Static method in class compbio.runner._impl.NetNglyc
+
+ getTestArgs() -
+Method in class compbio.runner._impl.OB
+
+ getTestCommand() -
+Static method in class compbio.runner._impl.Mcl
+
+ getTestCommand() -
+Static method in class compbio.runner._impl.NetNglyc
+
+ getTestCommand() -
+Static method in class compbio.runner._impl.OB
+
+ getTestCommand() -
+Static method in class compbio.runner._impl.Ronn
+
+ getTestCommand() -
+Static method in class compbio.runner._impl.RPSBlast
+
+ getTestParams() -
+Static method in class compbio.runner._impl.Mcl
+
+ getTimeLimit() -
+Method in enum compbio.engine.cluster.dundee._Queue
+Deprecated. 0 - unlimited
+getTimeStat() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getTmhmm2Runnable(String) -
+Static method in class compbio.runner._impl.Runners
+
+ getTotal() -
+Method in class compbio.stat.servlet.util.Totals
+
+ getTotalJobsCount(Timestamp, Timestamp) -
+Method in class compbio.stat.collector.StatDB
+
+ getTotalRuntime() -
+Method in class compbio.stat.collector.StatProcessor
+
+ getType() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ getType() -
+Method in class compbio.metadata.ValueConstrain
+
+ getType() -
+Method in class compbio.runner.conservation.AACon
+
+ getType() -
+Method in class compbio.runner.disorder.Disembl
+
+ getType() -
+Method in class compbio.runner.disorder.GlobPlot
+
+ getType() -
+Method in class compbio.runner.disorder.IUPred
+
+ getType() -
+Method in class compbio.runner.disorder.Jronn
+
+ getType() -
+Method in class compbio.runner.msa.ClustalO
+
+ getType() -
+Method in class compbio.runner.msa.ClustalW
+
+ getType() -
+Method in class compbio.runner.msa.Mafft
+
+ getType() -
+Method in class compbio.runner.msa.Muscle
+
+ getType() -
+Method in class compbio.runner.msa.Probcons
+
+ getType() -
+Method in class compbio.runner.msa.Tcoffee
+
+ getUsedSysTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getUsedUserTime() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getValidator(String) -
+Static method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ getValidator(Schema) -
+Static method in class compbio.engine.conf.RunnerConfigMarshaller
+
+ getValidValue() -
+Method in class compbio.metadata.Parameter
+
+ getVMem() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ getWebService() -
+Method in class compbio.stat.collector.JobStat
+
+ getWorkDirectory(String) -
+Method in interface compbio.engine.AsyncExecutor
+
+ getWorkDirectory() -
+Method in class compbio.engine.client.ConfExecutable
+
+ getWorkDirectory() -
+Method in interface compbio.engine.client.ConfiguredExecutable
+
+ getWorkDirectory(String) -
+Method in class compbio.engine.cluster.drmaa.AsyncJobRunner
+
+ getWorkDirectory() -
+Method in class compbio.engine.cluster.drmaa.JobRunner
+
+ getWorkDirectory(String) -
+Static method in class compbio.engine.Configurator
+
+ getWorkDirectory(String) -
+Method in class compbio.engine.local.AsyncLocalRunner
+
+ getWorkDirectory() -
+Method in class compbio.engine.local.LocalRunner
+
+ getWorkDirectory() -
+Method in interface compbio.engine.SyncExecutor
+
+ GlobPlot - Class in compbio.runner.disorder ./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. GlobPlot() -
+Constructor for class compbio.runner.disorder.GlobPlot
+
+ GLOBPLOT_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ GlobPlotWS - Class in compbio.ws.server GlobPlotWS() -
+Constructor for class compbio.ws.server.GlobPlotWS
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-8.html b/website/full_javadoc/index-files/index-8.html
new file mode 100644
index 0000000..33073eb
--- /dev/null
+++ b/website/full_javadoc/index-files/index-8.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+H-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+H
+
+hasDump() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ hasExited() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ hashCode() -
+Method in class compbio.data.msa.Category
+
+ hashCode() -
+Method in class compbio.data.sequence.Alignment
+
+ hashCode() -
+Method in class compbio.data.sequence.AlignmentMetadata
+
+ hashCode() -
+Method in class compbio.data.sequence.FastaSequence
+
+ hashCode() -
+Method in class compbio.data.sequence.Range
+
+ hashCode() -
+Method in class compbio.data.sequence.Score
+
+ hashCode() -
+Method in class compbio.data.sequence.ScoreManager
+
+ hashCode() -
+Method in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ hashCode() -
+Method in class compbio.engine.client.CommandBuilder
+
+ hashCode() -
+Method in class compbio.engine.client.RunConfiguration
+
+ hashCode() -
+Method in class compbio.engine.client.SkeletalExecutable
+
+ hashCode() -
+Method in class compbio.engine.ClusterJobId
+
+ hashCode() -
+Method in class compbio.engine.conf._Key
+Deprecated.
+hashCode() -
+Method in class compbio.engine.FilePuller
+
+ hashCode() -
+Method in class compbio.engine.Job
+
+ hashCode() -
+Method in class compbio.metadata.ChunkHolder
+
+ hashCode() -
+Method in class compbio.metadata.Limit
+
+ hashCode() -
+Method in class compbio.metadata.Option
+
+ hashCode() -
+Method in class compbio.metadata.Parameter
+
+ hashCode() -
+Method in class compbio.metadata.Preset
+
+ hashCode() -
+Method in class compbio.metadata.ValueConstrain
+
+ hashCode() -
+Method in class compbio.pipeline._jpred.Hit
+
+ hashCode() -
+Method in class compbio.pipeline._jpred.PScore
+
+ hashCode() -
+Method in class compbio.stat.collector.JobStat
+
+ hashCode() -
+Method in class compbio.stat.servlet.ServiceTestResult
+
+ hashCode() -
+Method in class compbio.stat.servlet.util.StatCollection
+
+ hasMoreData() -
+Method in class compbio.engine.FilePuller
+
+ hasNext() -
+Method in class compbio.data.sequence.FastaReader
+
+ hasParam(String) -
+Method in class compbio.engine.client.CommandBuilder
+
+ hasResult() -
+Method in class compbio.stat.collector.JobStat
+
+ hasSignaled() -
+Method in class compbio.engine.cluster.drmaa.StatisticManager
+
+ hasStarted() -
+Method in class compbio.stat.collector.JobStat
+
+ hasTimeLimit() -
+Method in enum compbio.engine.cluster.dundee._Queue
+Deprecated.
+Hit - Class in compbio.pipeline._jpred Hit() -
+Constructor for class compbio.pipeline._jpred.Hit
+
+ Hit.EvalueComporator - Class in compbio.pipeline._jpred Hit.EvalueComporator() -
+Constructor for class compbio.pipeline._jpred.Hit.EvalueComporator
+
+ Hit.NumberComporator - Class in compbio.pipeline._jpred Hit.NumberComporator() -
+Constructor for class compbio.pipeline._jpred.Hit.NumberComporator
+
+ HttpCodeResponseServiceStatus - Class in compbio.stat.servlet This servlet checks the webservice coming as pathinfo and returns http code
+ as a reply. HttpCodeResponseServiceStatus() -
+Constructor for class compbio.stat.servlet.HttpCodeResponseServiceStatus
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index-files/index-9.html b/website/full_javadoc/index-files/index-9.html
new file mode 100644
index 0000000..0b68b06
--- /dev/null
+++ b/website/full_javadoc/index-files/index-9.html
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+I-Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+I
+
+id -
+Variable in class compbio.data.sequence.ScoreManager.ScoreHolder
+
+ initPull() -
+Method in class compbio.engine.FilePuller
+
+ INPUT -
+Static variable in class compbio.engine.client.SkeletalExecutable
+
+ InputFilter - Class in compbio.stat.collector InputFilter() -
+Constructor for class compbio.stat.collector.InputFilter
+
+ IOHelper - Class in compbio.ws.client IOHelper() -
+Constructor for class compbio.ws.client.IOHelper
+
+ IS_CLUSTER_ENGINE_ENABLED -
+Static variable in class compbio.engine.Configurator
+
+ IS_LOCAL_ENGINE_ENABLED -
+Static variable in class compbio.engine.Configurator
+
+ isAbsolutePath(String) -
+Static method in class compbio.engine.client.PathValidator
+Whether a certain path is absolute or not is operation system dependent!
+ isAmbiguosProtein(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Check whether the sequence confirms to amboguous protein sequence
+ isClusterJob() -
+Method in class compbio.stat.collector.JobStat
+
+ isDefault() -
+Method in class compbio.metadata.Limit
+
+ isExceeded(List<FastaSequence>) -
+Method in class compbio.metadata.Limit
+Checks if the number of sequences or their average length in the dataset
+ exceeds this limit.
+ isFileCreated() -
+Method in class compbio.engine.FilePuller
+
+ isJavaLibrary(Class<?>) -
+Static method in class compbio.engine.client.Util
+Returns true of executableName.jar.file property has some value in the
+ Executable.properties file, false otherwise.
+ isMarked(String, JobStatus) -
+Static method in class compbio.engine.client.Util
+
+ isNonAmbNucleotideSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+Ambiguous DNA chars : AGTCRYMKSWHBVDN // differs from protein in only one
+ (!) - B char
+ isNucleotideSequence(FastaSequence) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ IsOperating - Class in compbio.data.msa.jaxws IsOperating() -
+Constructor for class compbio.data.msa.jaxws.IsOperating
+
+ isOperating(Services) -
+Method in interface compbio.data.msa.RegistryWS
+Check whether a particular web service is working on this server
+ isOperating(Services) -
+Method in class compbio.ws.server.RegistryWS
+
+ IsOperatingResponse - Class in compbio.data.msa.jaxws IsOperatingResponse() -
+Constructor for class compbio.data.msa.jaxws.IsOperatingResponse
+
+ isProteinSequence(String) -
+Static method in class compbio.data.sequence.SequenceUtil
+
+ isRequired() -
+Method in class compbio.metadata.Option
+Flag that indicated that this option must be specified in the command
+ line for an executable to run
+ isReturn() -
+Method in class compbio.data.msa.jaxws.CancelJobResponse
+
+ isReturn() -
+Method in class compbio.data.msa.jaxws.IsOperatingResponse
+
+ isValidClustalFile(InputStream) -
+Static method in class compbio.data.sequence.ClustalAlignmentUtil
+Please note this method closes the input stream provided as a parameter
+ isValidDirectory(String) -
+Static method in class compbio.engine.client.PathValidator
+
+ isValidExecutable(String) -
+Static method in class compbio.engine.client.PathValidator
+
+ isValidJobId(String) -
+Static method in class compbio.engine.client.Util
+
+ IUPred - Class in compbio.runner.disorder iupred sequenceFile
+
+ Maximum sequence length is 40000 chars.IUPred() -
+Constructor for class compbio.runner.disorder.IUPred
+
+ IUPRED_INFO -
+Static variable in enum compbio.ws.client.Services
+
+ IUPredWS - Class in compbio.ws.server IUPredWS() -
+Constructor for class compbio.ws.server.IUPredWS
+
+
+
+
+
+
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W _
+
+
+
diff --git a/website/full_javadoc/index.html b/website/full_javadoc/index.html
new file mode 100644
index 0000000..9c2b0f0
--- /dev/null
+++ b/website/full_javadoc/index.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+Generated Documentation (Untitled)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Frame Alert
+
+
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+
+Link toNon-frame version.
+
+
+
diff --git a/website/full_javadoc/overview-frame.html b/website/full_javadoc/overview-frame.html
new file mode 100644
index 0000000..a319924
--- /dev/null
+++ b/website/full_javadoc/overview-frame.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+Overview List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/overview-summary.html b/website/full_javadoc/overview-summary.html
new file mode 100644
index 0000000..cc848f5
--- /dev/null
+++ b/website/full_javadoc/overview-summary.html
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JABAWS 2 javadoc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/overview-tree.html b/website/full_javadoc/overview-tree.html
new file mode 100644
index 0000000..7b5b612
--- /dev/null
+++ b/website/full_javadoc/overview-tree.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For All Packages
+
+
+Package Hierarchies: compbio.data._structure , compbio.data.msa , compbio.data.msa.jaxws , compbio.data.sequence , compbio.engine , compbio.engine.client , compbio.engine.cluster.drmaa , compbio.engine.cluster.dundee , compbio.engine.conf , compbio.engine.local , compbio.metadata , compbio.pipeline._jpred , compbio.runner , compbio.runner._impl , compbio.runner._jpred , compbio.runner.conservation , compbio.runner.disorder , compbio.runner.msa , compbio.stat.collector , compbio.stat.servlet , compbio.stat.servlet.util , compbio.ws.client , compbio.ws.server
+
+
+Class Hierarchy
+
+
+
+Interface Hierarchy
+
+
+
+Enum Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/package-list b/website/full_javadoc/package-list
new file mode 100644
index 0000000..b0bb973
--- /dev/null
+++ b/website/full_javadoc/package-list
@@ -0,0 +1,23 @@
+compbio.data._structure
+compbio.data.msa
+compbio.data.msa.jaxws
+compbio.data.sequence
+compbio.engine
+compbio.engine.client
+compbio.engine.cluster.drmaa
+compbio.engine.cluster.dundee
+compbio.engine.conf
+compbio.engine.local
+compbio.metadata
+compbio.pipeline._jpred
+compbio.runner
+compbio.runner._impl
+compbio.runner._jpred
+compbio.runner.conservation
+compbio.runner.disorder
+compbio.runner.msa
+compbio.stat.collector
+compbio.stat.servlet
+compbio.stat.servlet.util
+compbio.ws.client
+compbio.ws.server
diff --git a/website/full_javadoc/resources/inherit.gif b/website/full_javadoc/resources/inherit.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e
GIT binary patch
literal 57
zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C;
KYxQGgum%9JOA&7X
literal 0
HcmV?d00001
diff --git a/website/full_javadoc/serialized-form.html b/website/full_javadoc/serialized-form.html
new file mode 100644
index 0000000..d89d314
--- /dev/null
+++ b/website/full_javadoc/serialized-form.html
@@ -0,0 +1,391 @@
+
+
+
+
+
+
+Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Serialized Form
+
+
+
+
+
+
+Package compbio.data.sequence
+
+
+
+
+
+
+
+
+serialVersionUID: 196629543695636854L
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+file
+
+File file
+
+
+
+
+
+
+
+
+
+Package compbio.metadata
+
+
+
+
+
+
+
+
+serialVersionUID: -5477751361755778769L
+
+
+
+
+
+
+
+
+serialVersionUID: 607986894357895572L
+
+
+
+
+
+
+
+
+serialVersionUID: 15066952180013505L
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+numberOfSequencesAllowed
+
+int numberOfSequencesAllowed
+
+
+
+
+
+
+actualNumberofSequences
+
+int actualNumberofSequences
+
+
+
+
+
+
+aSequenceLenghtAllowed
+
+int aSequenceLenghtAllowed
+
+
+
+
+
+
+aSequenceLenghtActual
+
+int aSequenceLenghtActual
+
+
+
+
+
+
+
+
+
+
+serialVersionUID: -5475613614578761L
+
+
+
+
+
+
+
+
+serialVersionUID: -86624836785110293L
+
+
+
+
+
+
+
+
+serialVersionUID: -547775417557345769L
+
+
+
+
+
+
+
+Package compbio.stat.servlet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/website/full_javadoc/stylesheet.css b/website/full_javadoc/stylesheet.css
new file mode 100644
index 0000000..cbd3428
--- /dev/null
+++ b/website/full_javadoc/stylesheet.css
@@ -0,0 +1,29 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF; color:#000000 }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
+.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
+.TableRowColor { background: #FFFFFF; color:#000000 } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+
+/* Navigation bar fonts and colors */
+.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
+.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
+
+.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+
diff --git a/website/index.html b/website/index.html
index c18c434..37c4a88 100644
--- a/website/index.html
+++ b/website/index.html
@@ -31,7 +31,7 @@ page
Home
Getting Started
Manual
- Download
+ Download
Usage Statistics
Services Status
Contact Us
@@ -51,7 +51,7 @@ page
-
The Server: JABAWS Virtual Appliance: (520M)
+
The Server: JABAWS Virtual Appliance: (520M)
or
use JABAWS on Amazon Webservices Cloud
The Client: Jalview (18M)
To use JABA Web Services on most operating systems, just download and install the JABAWS Virtual Appliance (VA) or even easier - just start JABAWS machine on the cloud and point Jalview at it!
@@ -64,7 +64,7 @@ page
The Server: JABAWS Web Application aRchive (55M)
+"http://www.compbio.dundee.ac.uk/downloads/jabaws/get?id=jabaws.war">JABAWS Web Application aRchive (55M)
JABAWS requires a Servlet 2.4 compatible servlet container like Apache-Tomcat to run. Please check the quick start guide for installation instructions .
@@ -74,11 +74,11 @@ page
The Server: JABAWS Web Application aRchive (55M)
+"http://www.compbio.dundee.ac.uk/downloads/jabaws/get?id=jabaws.war">JABAWS Web Application aRchive (55M)
The Client:
- Command Line Client
binary |
source
+ Command Line Client
binary |
source
@@ -92,14 +92,14 @@ Check out the
quick start guide for furt
Public JABAWS Server
-
You can access our public JABA Web Services with our command line client , Jalview , or with your own program. Jalview is configured to use this public JABAWS server by default.
+
You can access our public JABA Web Services with our command line client , Jalview , or with your own program. Jalview is configured to use this public JABAWS server by default.
The JABAWS public web services address is http://www.compbio.dundee.ac.uk/jabaws
A detailed web services description is available from here: WSDL List
-
These web services will reject submissions containing more then one thousand sequences. Should you find this to be insufficient for your needs, or if you are concerned about privacy or on an unreliable network connection, then you can download and run the JABAWS Server on your own hardware.
+
These web services will reject submissions containing more then one thousand sequences. Should you find this to be insufficient for your needs, or if you are concerned about privacy or on an unreliable network connection, then you can download and run the JABAWS Server on your own hardware.
Reference
diff --git a/website/man_about.html b/website/man_about.html
index edc4008..9bfd4eb 100644
--- a/website/man_about.html
+++ b/website/man_about.html
@@ -37,7 +37,7 @@
JABAWS
JABAWS Development
- Download
+ Download
Usage Statistics
Services Status
Contact Us
@@ -110,7 +110,7 @@ functionality as the command line client, but instead allows JABAWS services to
any programming language or system that can utilize standard SOAP web services.
The WSDL for each service is published on the JABAWS home page, and you can use this to automatically generate
service bindings for your program. If you use Java, however, then you may wish to use our
-client package to access JABAWS.
+client package to access JABAWS.
This package is based on the autogenerated source code produced by wsimport , which is the Java tool for creating web service bindings;
but in addition, offers some additional methods which simplify working with JABAWS. For more information please refer to the
data model javadoc .
diff --git a/website/man_awscloud.html b/website/man_awscloud.html
index 21cd30c..9b2c984 100644
--- a/website/man_awscloud.html
+++ b/website/man_awscloud.html
@@ -44,7 +44,7 @@
JABAWS
JABAWS Development
-