I am thrilled to announce that the alpha release for #BioFlows (Container-enabled bioinformatics pipeline engine) is out. This engine was built entirely in #Golang. I encourage Bioinformaticians, Computational Biologists and Computational Chemists to give it a try, it is the best of all worlds combined..... if you are a biologist, a chemist and don't know any computer programming, you are still able to run your sophisticated bioinformatics pipelines peacefully. Please visit the documentation to learn more about #Bioflows You are more than welcome if you want to test, contribute or send any comments via the main github project page.
Click here to go to Bioflows Official website
I very welcome anyone who wants to test or contribute to the project. Please drop me a message or open an issue or a discussion on the project's main GitHub repository. I want more people for writing documentation, test and give back comments or new features to the project.
congrats on the release. Since there are many workflow frameworks out there, it might be helpful to include a comparison of Bioflows to other systems, especially CWL, Nextflow, and Snakemake, since those seem to be some of the most popular in bioinformatics.
Bioflows will supersede these engines soon. CWL is a standard that will be supported by Bioflows engine soon. NextFlow and SnakeMake were there and people used to use them. People always resist new things. But the flexibility and power of Bioflows will make these tools obsolete in few years. I already made a comparison in a power point, but I have hard time to keep up writing documentation , adding new features, testing current release and doing other things. But I will publish these comparisons when i publish the second release of BioFlows with distributed support and HPC. Currently, Bioflows 0.0.3a supports DRMAA specification, supports PBS torque, Slurm and Sun Grid Engine but I am testing that now and will soon merge that into master branch soon.
That's a bold and ambitious statement! Looking forward to new features, and I hope to have time to play with this at some point.
Hi, this looks great. Quite impressive documentation too. I got hooked on using snakemake for my pipelines, so it's always a challenge to convince people that they have to invest time to learn something new (like bioflows). Are there specific features that are different between snakemake and bioflows?