Fwd: Re: Kmer counting
Roy Chaudhuri <[email protected]> Tue, 13 Jun 2017 15:54:39 +0100
| Newsgroups | gmane.comp.lang.perl.bio.general |
|---|---|
| Message-ID | <[email protected]> |
Sorry, forgot to cc the list. -------- Forwarded Message -------- Subject: Re: [Bioperl-l] Kmer counting Date: Tue, 13 Jun 2017 14:01:00 +0100 From: Roy Chaudhuri <[email protected]> To: Lee Katz <[email protected]> Hi Lee, Doesn't look like you got a reply so I'll chip in. Your module certainly looks like it would be a useful addition to BioPerl, but it would probably need some modification - an obvious one would be to use Bio::Seq objects rather than reading the fastq files directly, which would have the additional benefit of allowing you to easily support all Bio::SeqIO file formats. You'd probably also need to inherit from Bio::Root::Root. The jellyfish component might be best separated out into bioperl-run. There are some tips on contributing to BioPerl here: http://bioperl.org/howtos/Advanced_BioPerl_HOWTO.html http://bioperl.org/howtos/Best_Practices_HOWTO.html There is some other kmer-counting code in the Scrapbook which you might also take a look at: http://bioperl.org/howtos/Scrapbook_HOWTO.html#item24 Of course, there are other non-BioPerl modules in the Bio:: namespace, so it's fine to leave it as a standalone if you prefer. Cheers, Roy. On 06/06/17 18:06, Lee Katz wrote: > Hi, I was wondering if my module Bio::Kmer fits with bioperl. I put it > onto cpan and have basic unit tests, but it doesn't inherit anything > from bioperl. > > > _______________________________________________ > Bioperl-l mailing list > [email protected] > http://mailman.open-bio.org/mailman/listinfo/bioperl-l >