Git Product home page Git Product logo

clinvar-miner's Introduction

Getting started

  1. Install Make, cURL, Python 3, and Pip 3 from your system package manager.

  2. Run pip3 install -r requirements.txt to install required Python packages.

  3. Run make countries to update information about ClinVar submitters and their countries.

  4. Check submitter_info.tsv to make sure that that the country information is complete and correct (git diff is an easy way to look). Make any needed changes.

  5. Run make to build the ClinVar Miner database. This process takes about 24 hours. If you wish to omit historical ClinVar data, run make latest instead, which takes about 1 hour.

  6. For development, run ./start-dev.sh and open http://localhost:5000/ in your web browser. You can change the port number by passing -p <port>.

    For production, point your web server to clinvar-miner.wsgi. For example, if you are using Apache, the configuration would look like:

    Timeout 300
    WSGIDaemonProcess wsgi
    WSGIProcessGroup wsgi
    WSGIScriptAlias /clinvar-miner /var/www/clinvar-miner/clinvar-miner.wsgi
    WSGIApplicationGroup %{GLOBAL}
    LimitRequestLine 1000000
    LimitRequestFieldSize 1000000
    
  7. To update ClinVar Miner after each month's ClinVar release, repeat steps 3 and 4 and then run make latest.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

clinvar-miner's People

Contributors

alexhenrie avatar gabbyiorg avatar

Watchers

James Cloos avatar  avatar

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.