Skip to content

fmalmeida/gff-toolbox

Repository files navigation

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:

  • gff-toolbox -h

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:

  • flagging an enhancement issue discussing your idea in the homepage of the project
  • you can fork the repo, create and start the implementation of your own script/command in the project and then submit a pull request
    • I'll then check the request, make sure it is in the same format and standards of the already implemented commands and confirm the inclusion.
    • Of course, you will be recognized as the developer/creator of that specific implementation.

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published