All Projects → FDA → precisionFDA

FDA / precisionFDA

Licence: CC0-1.0 license
precisionFDA is a cloud based platform that provides an environment where the community can test, pilot, and benchmark new approaches to validating their next-generation sequencing (NGS) analysis pipelines. PrecisionFDA offers community members a secure and independent work area where, at their discretion, their bioinformatics tools or data can …

Programming Languages

ruby
36898 projects - #4 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
coffeescript
4710 projects
Sass
350 projects

PrecisionFDA

PrecisionFDA is a community platform for NGS assay evaluation and regulatory science exploration, accessible at https://precision.fda.gov/

Webapp

The code in this repository represents the precisionFDA webapp, which uses the Ruby on Rails framework. For more information on that framework, visit:

http://guides.rubyonrails.org/

Installation of ruby dependencies is handled via bundler, and asset management is done via bower.

Operation of the webapp relies on an upstream cloud backend, for services such as user authentication, file storage and VM execution. The site deployed at https://precision.fda.gov/ uses DNAnexus as the cloud provider.

PrecisionFDA command-line uploader

In addition to the webapp, this repo hosts the precisionFDA command-line uploader. It can be found under the go folder.

Apps and other content

The deployed precisionFDA site includes content such as app assets, apps, reference data, etc. Such content is added on top of the website and is not part of this repository. You can access such public contributions on https://precision.fda.gov/ where you can download files and app assets, as well as fork apps to access their scripts.

Comparison framework

The current comparison app runs vcfeval from Real Time Genomics. You can access it at the following GitHub repo:

https://github.com/RealTimeGenomics/rtg-tools

Development setup

To set up development environment please refer to Development Setup.

React-based frontend development

To get information about React-based development, please refer to this manual.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].