-
Notifications
You must be signed in to change notification settings - Fork 0
docs: fill in remaining holes in docs #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Done |
korikuzma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small things
| make up-dev | ||
|
|
||
| # Or production mode | ||
| ANYVLM_VERSION=latest make up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need ANYVLM_VERSION for prod
| ANYVLM_VERSION=latest make up | |
| make up |
|
|
||
| .. code-block:: console | ||
|
|
||
| % docker compose -f compose.dev.yaml -f compose.anyvar.yaml up --build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When using docker commands directly instead of make shortcuts, we have to set ANYVLM_VERSION
| % docker compose -f compose.dev.yaml -f compose.anyvar.yaml up --build | |
| % ANYVLM_VERSION=0.0.0 docker compose -f compose.dev.yaml -f compose.anyvar.yaml up --build |
|
|
||
| % docker compose -f compose.dev.yaml -f compose.anyvar.yaml up --build | ||
|
|
||
| Once the containers are running, visit `http://127.0.0.1:8080/docs <http://127.0.0.1:8080/docs>`_ to view the interactive Swagger UI and confirm the service is responding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Once the containers are running, visit `http://127.0.0.1:8080/docs <http://127.0.0.1:8080/docs>`_ to view the interactive Swagger UI and confirm the service is responding. | |
| Once the containers are running, visit `http://127.0.0.1:8080<http://127.0.0.1:8080>`_ to view the interactive Swagger UI and confirm the service is responding. |
|
|
||
| At present, AnyVLM serves `Cohort Allele Frequency (CAF) <https://va-spec.ga4gh.org/en/1.0/va-standard-profiles/base-profiles/study-result-profiles.html#cohort-allele-frequency-study-result>`_ objects, describing the frequency of an allele in a cohort. CAF objects may also report additional data, including frequency broken down by zygosity and quality control filters declared by the original variant calls. | ||
|
|
||
| .. figure:: /_static/img/caf.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we reference https://gnomad.broadinstitute.org/news/2023-11-ga4gh-gks/ ?
| This version of AnyVLM validates data using the following data standards: | ||
|
|
||
|
|
||
| .. list-table:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this
close #25
Viewable here: https://anyvlm--70.org.readthedocs.build/en/70/
@korikuzma to add github changelog API token as env var where needed if it's not already there