BioPerl-Run
view release on metacpan or search on metacpan
lib/Bio/Tools/Run/Alignment/MSAProbs.pm view on Meta::CPAN
return $self->{'error_string'};
}
=head2 infile
Title : infile
Usage : $prog->infile($filename)
Function: get/set the fasta (and only a fasta) file to run on
or the array reference containing the Bio::SeqI objects
Returns : name of input sequence file or object array ref
Args : name of input sequence file or object array ref
=cut
=head2 outfile
Title : outfile
Usage : $prog->outfile($filename)
Function: get/set the file to save output to
Returns : outfile name if set
Args : newvalue (optional)
=cut
=head2 annot_file
Title : annot_file
Usage : $prog->annot_file($filename)
Function: get/set the file name to write the MSA annotation to
Returns : filename or undef
Args : filename (optional)
=cut
=head2 num_threads
Title : num_threads
Usage : $prog->num_threads($cores)
Function: get/set number of cores on your machine
Returns : integer
Args : integer (optional; executable auto-detects)
=cut
=head2 consistency
Title : consistency
Usage : $prog->consistency($passes)
Function: get/set the number of consistency transformation passes
Returns : integer
Args : integer 0..5, [default 2] (optional)
=cut
=head2 iterations
Title : iterations
Usage : $prog->iterations($passes)
Function: get/set the number of iterative-refinement passes
Returns : integer
Args : integer 0..1000, [default 10] (optional)
=cut
=head2 alignment_order
Title : alignment_order
Usage : $prog->alignment_order($bool)
Function: specify whether or not to output aligned sequences in
alignment order, not input order
Returns : boolean
Args : boolean [default: off] (optional)
=cut
=head2 clustalw
Title : clustalw
Usage : $prog->clustalw($bool)
Function: write output in clustalw format; makes no sense unless
outfile() is also specified
Returns : boolean
Args : boolean [default: off] (optional)
=cut
=head1 Bio::Tools::Run::WrapperBase methods
=cut
=head2 no_param_checks
Title : no_param_checks
Usage : $obj->no_param_checks($newval)
Function: Boolean flag as to whether or not we should
trust the sanity checks for parameter values
Returns : value of no_param_checks
Args : newvalue (optional)
=cut
=head2 save_tempfiles
Title : save_tempfiles
Usage : $obj->save_tempfiles($newval)
Function:
Returns : value of save_tempfiles
Args : newvalue (optional)
=cut
=head2 outfile_name
( run in 0.409 second using v1.01-cache-2.11-cpan-96521ef73a4 )