I didn't want to make Annovar::Wrapper a part of the BioPerl distribution.

Great, you don't have to, but since annovar is somekindof bio related module ...

If you look on CPAN for Wrapper you'll find lots of existing namespaces with a bunch of related modules and then a ::Wrapper module

You should drop ::Wrapper from the module name, add it to the description

=head1 NAME Annovar - wrapper for bin/annovar

There are no annovar things on cpan

There are bioinformatics, gene reated modules

There are things like BioX::CLPM - Perl Tools for Mass Spec Peptide Matching

Which don't appear to depend on Bio::Perl

I can't find guidlines about "...X::..." modules...

And I'm not sure about Bio::Perl guidelines regarding BioX, but maybe BioX is like DBIx, where you can drop DBI/Bio adjacent modules

So now for your consideration (with the caveats)

BioX::Annovar - wrapper for openbioinformatics.org/annovar/ - functional annotation of genetic variants from high-throughput sequencing data


In reply to Re^2: Submitting a module to cpan ( ...X::... modules BioX::Annovar) by Anonymous Monk
in thread Submitting a module to cpan by jillrowe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.