Bio-MUST-Apps-Physeter

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Bio::FastParsers: '0.201110'
  Bio::FastParsers::Blast::Table: '0'
  Bio::MUST::Core: '0.201060'
  Bio::MUST::Core::Ali: '0'
  Bio::MUST::Core::Taxonomy: '0'
  File::Basename: '0'
  File::Find::Rule: '0'
  File::Slurp: '0'
  Getopt::Euclid: '0'
  List::AllUtils: '0'
  Modern::Perl: '0'
  POSIX: '0'
  Parallel::Batch: '0'
  Path::Class: '0'
  Smart::Comments: '0'
  Test::Most: '0'
  Tie::IxHash: '0'
  aliased: '0'
  autodie: '0'
  perl: '5.010'
  strict: '0'

Makefile.PL  view on Meta::CPAN

    "Bio::FastParsers" => "0.201110",
    "Bio::FastParsers::Blast::Table" => 0,
    "Bio::MUST::Core" => "0.201060",
    "Bio::MUST::Core::Ali" => 0,
    "Bio::MUST::Core::Taxonomy" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::Slurp" => 0,
    "Getopt::Euclid" => 0,
    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "POSIX" => 0,
    "Parallel::Batch" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0

Makefile.PL  view on Meta::CPAN

  "Bio::FastParsers" => "0.201110",
  "Bio::FastParsers::Blast::Table" => 0,
  "Bio::MUST::Core" => "0.201060",
  "Bio::MUST::Core::Ali" => 0,
  "Bio::MUST::Core::Taxonomy" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::Slurp" => 0,
  "Getopt::Euclid" => 0,
  "List::AllUtils" => 0,
  "Modern::Perl" => 0,
  "POSIX" => 0,
  "Parallel::Batch" => 0,
  "Path::Class" => 0,
  "Smart::Comments" => 0,
  "Test::Most" => 0,
  "Tie::IxHash" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "strict" => 0,
  "warnings" => 0

bin/physeter.pl  view on Meta::CPAN

#!/usr/bin/env perl
# PODNAME: physeter.pl
# ABSTRACT: Taxonomic parser for BLAST reports
# CONTRIBUTOR: Valerian LUPO <valerian.lupo@doct.uliege.be>
# CONTRIBUTOR: Mick VAN VLIERBERGHE <mvanvlierberghe@doct.uliege.be>
# CONTRIBUTOR: Luc CORNET <luc.cornet@uliege.be>

use Modern::Perl '2011';
use autodie;

use Smart::Comments '###';

use Getopt::Euclid qw(:vars);

use File::Basename;
use File::Find::Rule;
use File::Slurp;
use Parallel::Batch;



( run in 0.264 second using v1.01-cache-2.11-cpan-4d50c553e7e )