GithubHelp home page GithubHelp logo

genomicsaotearoa / dbnsfp_build Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 20 KB

Docker container to download dbNSFP 'database' and wrangle it into a format suitable for pipeline annotation process

Dockerfile 12.92% Shell 87.08%
annotation cancer-genomics clinical-genomics health human-genomics

dbnsfp_build's People

Contributors

jduckles avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbnsfp_build's Issues

Variant switching due to genomic build

The fix to issue #1 has revealed another 'bug', this is to do with positions differing between genomic builds.

Example: after sorting chromosome 6 based on hg19 positions their are 639 variants that are annotated to chromosome Y (meaning these 639 variants are annotated as chromosome 6 under hg38).

Alongside chr 6 this has been noted on chrs 17 (has chr 11 variants) and 22 (has chr 14 variants).

This issue was discovered because the implemented fix to #1 involves processing dbNSFP data at the individual chromosome level rather than trying to perform a sort on one large compressed file (as was done previously). This means in it's current implementation the combined output of the build script ends up unsorted and unable to be indexed using tabix.

Develop CI testing for changes to the script

  • - develop testing dataset using three smallest chromosomes (13, 19, 21) so that sorting across chromosomes is tested
  • - write test which compares output to a known-good output
  • - implement TravisCI for testing commits

Host output of the script in some NZ location

Hey @mikblack where could we host this (the 25GB database output file) in NZ (on some kind of REANNZ linked location) so that it could be readily available to researcehrs. @sirselim pointed out to me that tabix and its associated index of ~850k can be used to query the parts of the output database from an https:// location. This may be a good demonstration project to show how GA can roll out infrastructure which is useful to other groups. We can track usage of these things as a metric you can use for reporting back to funders as well.

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.