I have developed a Python script which adds a new functionality to a popularly used bioinformatics tool (which is also coded in Python).
The reason for me to develop it myself was that the authors denied any future development for the requested feature, hence, I happened to write it myself. It was difficult and took days; but now it serves my purpose.
Now, we want to publish it so as to make it available to others working with the same tool but facing the same difficulty.
Question: Where can I publish the script? Ofcourse, I can put the source code on Github etc. But is there any journal accepting a script ? It's not a full fledged tool; just a script but is very very helpful. So, I wonder if I can publish it somewhere.
Any suggestions?