We have just published CGAT: computational genomics analysis toolkit in Bioinformatics.
The toolkit grew out of the code base that we have developed over the years working on many genomics and NGS projects. It currently contains over 50 tools covering tasks such as converting, filtering, comparison, conversion, summrization and annotation of genomic intervals, genesets and sequences.
The tools follow a common command-line interface, and can be integrated into workflow tools such as galaxy.
Full documentation, including examples, recipes and tool reference is here.
Installation of the released version on a linux system should be as easy as:
For more detailed instructions and troubleshooting see here.
The project is being actively developed and we welcome community input. The actively developed code is hosted on the github repository at:
The toolkit grew out of the code base that we have developed over the years working on many genomics and NGS projects. It currently contains over 50 tools covering tasks such as converting, filtering, comparison, conversion, summrization and annotation of genomic intervals, genesets and sequences.
The tools follow a common command-line interface, and can be integrated into workflow tools such as galaxy.
Full documentation, including examples, recipes and tool reference is here.
Installation of the released version on a linux system should be as easy as:
Code:
pip install cgat
The project is being actively developed and we welcome community input. The actively developed code is hosted on the github repository at:
Comment