Skip to content

jgauglitz/GNPSDocumentation

 
 

Repository files navigation

logo

GNPS Documentation GitHub Repository

Introduction to GNPS

Global Natural Products Social Molecular Networking (GNPS, http://gnps.ucsd.edu/) is a web-based mass spectrometry ecosystem that aims to be an open-access knowledge base for community-wide organization and sharing of raw, processed or identified tandem mass (MS/MS) spectrometry data. GNPS aids in identification and discovery throughout the entire life cycle of data; from initial data acquisition/analysis to post publication.

Migration to the New Documentation

The GNPSDocumentation can be found at https://ccms-ucsd.github.io/GNPSDocumentation/.

Contributing to the New Documentation

Help us improving GNPS Documentation !

  • For informations/feature request, please open an "Issue" on the present GitHub repository.
  • To contribute to the GNPS documentation, fork the CCMS-UCSD/GNPSDocumentation repository, and make a "Pull Request" with your edits.

GNPS Workflows

GNPS Workflows are available on the following repository: https://github.com/CCMS-UCSD/GNPS_Workflows

GNPS and MassIVE uptime

Visualize the status of all GNPS Workflows: https://stats.uptimerobot.com/Am4PLUWn3

Development Setup for Local Development

  1. Install miniconda3 (https://docs.conda.io/en/latest/miniconda.html)
  2. Create conda environment

conda create -n mkdocs

  1. Install requirements
conda install -c conda-forge mkdocs
conda install -c conda-forge mkdocs-material
pip install mkdocs-minify-plugin
  1. Serve locally

mkdocs serve

  1. Deploy to github pages

mkdocs gh-deploy

Build

Citation

Wang, M. et al. Sharing and community curation of mass spectrometry data with Global Natural Products Social Molecular Networking. Nat. Biotechnol. 34, 828–837 (2016). https://www.nature.com/articles/nbt.3597

About

Documentation for GNPS and related tools as written in mkdocs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.1%
  • Shell 18.9%