Bio-MUST-Apps-OmpaPa

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Path::Class: '0'
  Scalar::Util: '0'
  Smart::Comments: '0'
  Sort::Naturally: '0'
  Template: '0'
  Test::Most: '0'
  Text::Table: '0'
  aliased: '0'
  autodie: '0'
  feature: '0'
  namespace::autoclean: '0'
  perl: '5.010'
  strict: '0'
  warnings: '0'
version: '0.201810'
x_generated_by_perl: v5.26.3
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

Makefile.PL  view on Meta::CPAN

    "Path::Class" => 0,
    "Scalar::Util" => 0,
    "Smart::Comments" => 0,
    "Sort::Naturally" => 0,
    "Template" => 0,
    "Test::Most" => 0,
    "Text::Table" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Files" => 0,
    "Test::Most" => 0,
    "Test::Output" => 0
  },
  "VERSION" => "0.201810",
  "test" => {

lib/Bio/MUST/Apps/OmpaPa/Hmmer.pm  view on Meta::CPAN

package Bio::MUST::Apps::OmpaPa::Hmmer;
# ABSTRACT: internal class for tabular HMMER parser
# CONTRIBUTOR: Amandine BERTRAND <amandine.bertrand@doct.uliege.be>
$Bio::MUST::Apps::OmpaPa::Hmmer::VERSION = '0.201810';
use Moose;
use namespace::autoclean;

use autodie;
use feature qw(say);

use Smart::Comments '###';

use List::AllUtils qw(mesh);

extends 'Bio::FastParsers::Hmmer::DomTable';
with 'Bio::MUST::Apps::OmpaPa::Roles::Parsable';

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.975 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )