Skip to content

Commit

Permalink
Recommend Bio::DB::Sam and IO::Uncompress::Gunzip in Build.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Feb 28, 2012
1 parent 7ba2e1a commit 68c9d58
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Build.PL
Expand Up @@ -56,9 +56,6 @@ my %recommends = (
'Array::Compare' => [0,
'Phylogenetic Networks/Bio::PhyloNetwork'],

'YAML' => [0,
'GenBank->GFF3/bp_genbank2gff3.pl'],

# this won't actually install due to circular dep, but we have no way of
# doing a post-install the [circular dependency!] specifies it is only
# installed on explicit request for this specific module, not when simply
Expand All @@ -67,6 +64,9 @@ my %recommends = (
#'Bio::ASN1::EntrezGene' => [0,
# 'Parsing entrezgene/Bio::SeqIO::entrezgene [circular dependency!]'],

'Bio::DB::Sam' => [0,
'Manipulating SAM files/Bio::Assembly::IO::sam'],

'Clone' => [0,
'Cloning objects/Bio::Tools::Primer3'],

Expand Down Expand Up @@ -101,6 +101,9 @@ my %recommends = (
'/Bio::DB::*,Bio::Tools::Run::RemoteBlast,'.
'Bio::Tools::Analysis::Protein*,Bio::Tools::Analysis::DNA*'],

'IO::Uncompress::Gunzip' => [0,
'Manipulating SAM files/Bio::Assembly::IO::sam'],

'List::MoreUtils' => [0,
'Back- or reverse-translation of sequences/'.
'Bio::Tools::SeqPattern,Bio::Tools::SeqPattern::BackTranslate'],
Expand Down Expand Up @@ -173,6 +176,9 @@ my %recommends = (
'Parsing and writing XML/Bio::SeqIO::agave,Bio::SeqIO::game::gameWriter,'.
'Bio::SeqIO::chadoxml,Bio::SeqIO::tinyseq,Bio::Variation::IO::xml,'.
'Bio::SearchIO::Writer::BSMLResultWriter'],

'YAML' => [0,
'GenBank->GFF3/bp_genbank2gff3.pl'],
);

my $mysql_ok = 0;
Expand Down

3 comments on commit 68c9d58

@cjfields
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fangly I can roll back the Bio::DB::Sam recommends if you want. We need to think about how to address this...

@fangly
Copy link
Member Author

@fangly fangly commented on 68c9d58 Feb 29, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reversed this change (614ddb8) and am willing to start a Bio-Assembly distro.

@cjfields
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can work a bit on splitting that out. Let's see what I can come up with.

Please sign in to comment.