CSBB - Computational Suite for Bioinformaticians and Biologists
...Major focus of CSBB is to allow users from biology and bioinformatics community, to get benefited by performing down-stream analysis tasks while eliminating the need to write programming code. CSBB is currently available on Linux, UNIX.
Currently CSBB provides 18 modules focused on analytical tasks like performing upper-quantile normalization, interactive visualization and next generation sequencing pipelines. CSBB now also has capability to process public data. Providing User with End to End pipeline experience.
The Pdoc library can be used to easily write automated documentation tools. The library features tools to extract/decompose text such as source code (Perl for now) and tools to create/compose formatted text such as HTML format.
Nightwatch is a (nightly) build tool, written in Perl. The system can run multiple projects of different types, i.e. Maven, Make, etc. Nightwatch is pluggable, so you can write your own specific build process.
The purpose of the Regex Assistant is to help you to write regular expressions. With the Regex Assistant you can edit a Perl regex and visualize its behavior.
This is an HTML Application (HTA) developped with PerlScript of the ActiveState company.
ROBOCOPY.EXE halts with a "Runtime error R6002" (after a certain # files or dirs).
So I decided to write my own version, in Perl. I'm striving to have the output be *identical* to Robocopy's output, so existing scripts will not break.
"cset" is a set of utilities for parsing c code and automatic generation of necessary header files.
The idea is: to not write #include... lines and header files with function declarations etc., just write functions and everything else leave to a machine.