Coder Social home page Coder Social logo

greenelab / annotation-refinery Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 2.0 346 KB

A python package that consists of functions that process publicly available annotated sets of genes

License: Other

Python 99.87% Shell 0.13%
tool script package gene-sets ontology

annotation-refinery's People

Contributors

rzelayafavila avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

annotation-refinery's Issues

Move common urls among species "*.ini" files to "main_config.ini" file so that we only have to change it in one place if we need to.

This was brought up in #8.

The ftp://ftp.geneontology.org/go/gene-associations/goa_uniprot_all_noiea.gaf.gz URL was being used as one of the GO ASSOC_FILE_URLS for all of the species, so we thought we could abstract it to the main_config.ini file. It can have a name like COMMON_GO_ASSOC_URLS or something similar, and the code in download_files.py and process_go.py will need to get it from this new location, instead of its old location in the .ini files.

"download_files" not exist

This is a very minor issue:

When running cron_update_public_tribe.sh initially on my desktop, I noticed that line 5:
rm -r download_files/
complained that download_files doesn't exist. It can be fixed by either:

if [ -e download_files ]; then
    rm -r download_files
fi

or simply:
rm -rf download_files

(Note that the trailing / in download_files/ is removed too, because download_files should be deleted regardless of whether it is a directory or not.)

README.rst: Typos

I found a few typos in README.rst:

  1. Line 19: amon should be among.

  2. Line 33: loaded to probably should be uploaded to, downloaded to should be downloaded from.

  3. Line 43: this files should be this file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.