https://github.com/ga4gh/refget
GA4GH Refget specifications docs
https://github.com/ga4gh/refget
collection digest fasta sequence
Last synced: 2 months ago
JSON representation
GA4GH Refget specifications docs
- Host: GitHub
- URL: https://github.com/ga4gh/refget
- Owner: ga4gh
- Created: 2020-10-28T18:30:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-12T14:49:34.000Z (5 months ago)
- Last Synced: 2025-11-12T16:22:48.139Z (5 months ago)
- Topics: collection, digest, fasta, sequence
- Homepage: https://ga4gh.github.io/refget
- Size: 2.45 MB
- Stars: 16
- Watchers: 8
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# Refget Docs
This is the repository for documentation of the GA4GH Refget specifications, which includes both Refget Sequences and Refget Sequence Collections.
These docs are written using `mkdocs`, themed with Material for Mkdocs, and hosted using GitHub Pages.
View the rendered documentation at .
## Navigating this repository
The documentation is stored in the `/docs` folder, with a subfolder corresponding to each of the 3 refget standards.
The main text content for each specifation can be found in these files:
- Sequences: [/docs/sequences/README.md](/docs/sequences/README.md)
- Sequence collections: [/docs/seqcols/README.md](/docs/seqcols/README.md)
- Pangenomes: [/docs/pangenomes/README.md](/docs/pangenomes/README.md)
## Contributing
To contribute, edit the files in the `docs` subdirectory. Please submit any changes for review via PR.
## Building locally
Switch to the branch you want to build and use either `mkdocs build` or `mkdocs serve` to render the docs.