baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:
I am looking for a perl environment for building pipelines. An environment that will allow be to easily document my pipes (something like a doxygen to create both latex and html documentation), that will allow me to easily and automatically split the input and fork the process (basic paralelization), that will allow me to combine tools in different ways, that will not bug me with the environmental setup and that can be run in a pre-set env, both as a user and a superuser...
What I started to build is a system that essentially creates a set of modules for each tool utilized which eliminates a lot of background work and allows to hardcode some of the tools. But given the amount of work and many pitfalls of my system I was wondering whether someone has already tried to do something like that.
thank you
baxy
PS
A similar but toooooo fancy, not cli based and complicated (not flexible in any aspect ) system is galaxy
Any advice ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl pipeline builder
by Corion (Patriarch) on Feb 08, 2018 at 11:59 UTC | |
|
Re: Perl pipeline builder
by jahero (Pilgrim) on Feb 08, 2018 at 12:27 UTC |