Bio-MUST-Apps-TwoScalp

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  List::AllUtils: '0'
  Modern::Perl: '0'
  Moose: '0'
  Path::Class: '0'
  Smart::Comments: '0'
  Test::Most: '0'
  Tie::IxHash: '0'
  aliased: '0'
  autodie: '0'
  feature: '0'
  namespace::autoclean: '0'
  perl: v5.10.0
  strict: '0'
  warnings: '0'
version: '0.243240'
x_generated_by_perl: v5.26.3
x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

Makefile.PL  view on Meta::CPAN

    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Files" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.243240",
  "test" => {
    "TESTS" => "t/*.t"

lib/Bio/MUST/Apps/TwoScalp/Profile2Profile.pm  view on Meta::CPAN

package Bio::MUST::Apps::TwoScalp::Profile2Profile;
# ABSTRACT: internal class for two-scalp tool
# CONTRIBUTOR: Amandine BERTRAND <amandine.bertrand@doct.uliege.be>
# CONTRIBUTOR: Valerian LUPO <valerian.lupo@doct.uliege.be>
$Bio::MUST::Apps::TwoScalp::Profile2Profile::VERSION = '0.243240';
use Moose;
use namespace::autoclean;

use autodie;
use feature qw(say);

use Smart::Comments '###';

use Carp;
use List::AllUtils qw(part);

use Bio::MUST::Core;

lib/Bio/MUST/Apps/TwoScalp/Seq2Seq.pm  view on Meta::CPAN

package Bio::MUST::Apps::TwoScalp::Seq2Seq;
# ABSTRACT: internal class for two-scalp tool
$Bio::MUST::Apps::TwoScalp::Seq2Seq::VERSION = '0.243240';
use Moose;
use namespace::autoclean;

use autodie;
use feature qw(say);

use Smart::Comments -ENV;

use List::AllUtils qw(part);

use Bio::MUST::Core;
use Bio::MUST::Core::Constants qw(:gaps);

lib/Bio/MUST/Apps/TwoScalp/Seqs2Profile.pm  view on Meta::CPAN

package Bio::MUST::Apps::TwoScalp::Seqs2Profile;
# ABSTRACT: internal class for two-scalp tool
# CONTRIBUTOR: Amandine BERTRAND <amandine.bertrand@doct.uliege.be>
# CONTRIBUTOR: Valerian LUPO <valerian.lupo@doct.uliege.be>
$Bio::MUST::Apps::TwoScalp::Seqs2Profile::VERSION = '0.243240';
use Moose;
use namespace::autoclean;

use autodie;
use feature qw(say);

use Smart::Comments '###';

use List::AllUtils qw(part);

use Bio::MUST::Core;
use Bio::MUST::Core::Constants qw(:gaps);

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

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