I wrote an analytic pipeline in Python that I think will be useful to other people. I'm wondering if publishing such scripts publicly on GitHub, is there room for this for Python scripts, or even if there is a more specific place for biology related Python scripts.
You can also publish it on sourceforge . All types of scientific, engineering, etc. Scripts are posted, and millions of people download these scripts. Github is also a good choice, but I believe that sourceforge is more popular among viewers and in downloads. In addition, you can publish the openwetware wiki and publish the code there, openwetware is a wiki system for scientific use, I used it before and recommend it. Or you can link the two large open source platforms, sourceforge and github by mirroring, so that your project is essentially “synchronized” on both platforms: Check this out:
http://www.17od.com/2010/11/11/migrating-a-sourceforge-subversion-repository-to-github/ -review http://www.xcore.com/forum/viewtopic.php?f= 3 & t = 162 - as a mirror actually
Although there are many approaches to this, one of the usual solutions would be to really post it on github and then link to it from your research institution website.
Another option is to publish it on bioinformatics.org .
see also "About Saving Published Bioinformatics Code on Github"
Source: https://habr.com/ru/post/1445679/More articles:How to iterate a macro in SAS - sasSeparating list items in Python - pythonOutput Speed - c ++Why do some Python variables remain global, while some require a definition as global - pythonMissing Browscap.ini - phpwhat is the difference between "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/" and "/Library/Python/2.7/" - python-2.7Sample data in MATLAB - matlabDeny int change 012345 to 5349 - javapreg_match for a specific part of comments - phpDiscontinuation, multiple nested subprocesses - linuxAll Articles