« Return to Thread: release of own projects

Re: release of own projects

by Sendu Bala-2 :: Rate this Message:

Reply to Author | View in Thread

Christoph Theunert wrote:

> Hi, I am a bioinformatics student from germany and I need your help
>
> Working with perl and bioperl is pretty new to me -
> currently I am working on a Bioperl project, and I don't know how to release
> my project when i am finished with it.
>
> I want to pack my modules so that other users can download it and install it
> on their machines.
>
> Do I use the command h2xs as to create cpan modules ( makefiles ...) or what
> is the best way to solve my
> problem ?

You can do it however you like. You can just stick the modules in a
folder, .tar.gz it and offer that to people. You can use h2xs to
automate certain things. You can use Module::Build.

To make your work available via cpan, see
http://www.cpan.org/modules/04pause.html

If your modules are of general bioinformatic utility you might even
consider making them a part of bioperl itself.
_______________________________________________
Bioperl-l mailing list
Bioperl-l@...
http://lists.open-bio.org/mailman/listinfo/bioperl-l

 « Return to Thread: release of own projects