Sha256: 3c672cb04ab61b3a2fb7f451a8a4e7e87be843b2353095e0c7fe3d6257c68bed
Contents?: true
Size: 378 Bytes
Versions: 29
Compression:
Stored size: 378 Bytes
Contents
# # = bio/shell/plugin/emboss.rb - methods to use EMBOSS # # Copyright:: Copyright (C) 2005 # Toshiaki Katayama <k@bioruby.org> # License:: The Ruby License # # $Id: emboss.rb,v 1.3 2007/04/05 23:35:41 trevor Exp $ # module Bio::Shell private def seqret(usa) Bio::EMBOSS.seqret(usa) end def entret(usa) Bio::EMBOSS.entret(usa) end end
Version data entries
29 entries across 29 versions & 6 rubygems