Sha256: f8899e8ac6e99ecf62a793507c2e51c4be2fb3a69f0c44e02bec869a9e3fb867

Contents?: true

Size: 1.16 KB

Versions: 33

Compression:

Stored size: 1.16 KB

Contents

#
# = bio/appl/probcons.rb - ProbCons application wrapper class
#
# Copyright:: Copyright (C) 2006-2007
#             Jeffrey Blakeslee and John Conery University of Oregon <jeffb@uoregon.edu>
#             Naohisa Goto <ng@bioruby.org>
# License::   The Ruby License
#
#  $Id: probcons.rb,v 1.1 2007/07/16 12:25:50 ngoto Exp $
#
# Bio::Probcons is a wrapper class to execute ProbCons
# (Probabilistic Consistency-based Multiple Alignment
# of Amino Acid Sequences).
#
# == References
# 
# * http://probcons.stanford.edu/
# * Do, C.B., Mahabhashyam, M.S.P., Brudno, M., and Batzoglou, S.
#   ProbCons: Probabilistic Consistency-based Multiple Sequence Alignment.
#   Genome Research 15: 330-340, 2005.
#


module Bio

  # Bio::Probcons is a wrapper class to execute PROBCONS
  # (Probabilistic Consistency-based Multiple Alignment
  # of Amino Acid Sequences).
  #
  # Please refer documents in bio/apple/probcons.rb for references.
  class Probcons < Bio::Alignment::FactoryTemplate::FileInStdoutOut

    # default program name
    DEFAULT_PROGRAM = 'probcons'.freeze

    # default report parser
    DEFAULT_PARSER = Bio::Alignment::MultiFastaFormat

  end #class Probcons

end #module Bio

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
bio-2.0.5 lib/bio/appl/probcons.rb
bio-2.0.4 lib/bio/appl/probcons.rb
bio-2.0.3 lib/bio/appl/probcons.rb
bio-2.0.2 lib/bio/appl/probcons.rb
bio-2.0.1 lib/bio/appl/probcons.rb
bio-2.0.0 lib/bio/appl/probcons.rb
bio-1.6.0.pre.20181210 lib/bio/appl/probcons.rb
bio-1.5.2 lib/bio/appl/probcons.rb
bio-1.5.1 lib/bio/appl/probcons.rb
bio-1.5.0 lib/bio/appl/probcons.rb
bioruby-bio-1.2.9.9001 lib/bio/appl/probcons.rb
bioruby-bio-1.2.9.9501 lib/bio/appl/probcons.rb
bioruby-bio-1.3.0.5000 lib/bio/appl/probcons.rb
bioruby-bio-1.3.0.9901 lib/bio/appl/probcons.rb
bioruby-bio-1.3.0 lib/bio/appl/probcons.rb
bioruby-bio-1.3.1.5000 lib/bio/appl/probcons.rb
jandot-bio-1.2.1 lib/bio/appl/probcons.rb
ngoto-bio-1.2.9.9001 lib/bio/appl/probcons.rb
ngoto-bio-1.2.9.9501 lib/bio/appl/probcons.rb
ngoto-bio-1.3.0.5000 lib/bio/appl/probcons.rb