fmalmeida / gff-toolbox

Gff-toolbox is a toolbox of commands that enables one to get the gist of their GFF annotation files, as well as to analyse them in different ways.
https://github.com/fmalmeida/gff-toolbox/wiki
GNU General Public License v3.0
7 stars 1 forks source link
gff gff-toolkit gff3

logo

gff-toolbox is a toolbox of commands that tries to facilitate the work with GFF annotation files.

Table of contents

Requirements

This pipeline has only two requirement:

Installation

Via github

Installation is super easy and perhaps not required:

# Download
git clone https://github.com/fmalmeida/gff-toolbox.git
cd gff-toolbox

# Run without installing
python3 gfftoolbox-runner.py -h

# Install and run in any place
python3 setup.py install
gff-toolbox -h

Via conda

# Get the conda package
conda create -n gff-toolbox -c conda-forge -c bioconda -c anaconda -c defaults -c falmeida gff-toolbox

Documentation

The command is very well documented inside its help messages and examples which can be checked as:

Additionally, users can checkout the execution and results of commands in the wiki provided.

Collaborating

This is meant to be a collaborative project, which means it is meant to adapt to the community needs. Thus, we encourage users to use it and to collaborate with ideas for different implementations, new commands, additions, etc.

If you have an analysis that you constantly do when working with GFFs and would like to see it implemented in a command-like package to make your life easy, or whenever you feel something can be improved, don't hesitate and collaborate.

You can collaborate by:

Checkout more at about forking and contributing to repos at:

Citation

To cite this pipeline users can use the github url. Users are encouraged to cite the python packages used in this pipeline whenever their outputs are valuable.