Uses of Class
compbio.metadata.UnsupportedRuntimeException

Packages that use UnsupportedRuntimeException
compbio.data.msa   
compbio.engine.client Classes and interfaces representing an input for engines. 
 

Uses of UnsupportedRuntimeException in compbio.data.msa
 

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 MsaWS.customAlign(java.util.List<FastaSequence> sequences, java.util.List<Option<T>> options)
          Align a list of sequences with options.
 java.lang.String MsaWS.presetAlign(java.util.List<FastaSequence> sequences, Preset<T> preset)
          Align a list of sequences with preset.
 

Uses of UnsupportedRuntimeException in compbio.engine.client
 

Methods in compbio.engine.client that throw UnsupportedRuntimeException
 java.lang.String ConfExecutable.getCommand(Executable.ExecProvider provider)