Bo
Bo
The current wiki-based documentation is not too bad but it would be better if we can test the examples more easily.
Hello, Is variant tools currently capable to annotating variants with ExAC v.0.3.1 frequencies, I only see v.0.2 available. If not, can it be updated to include this newest version? Thank...
I have 49 individuals in one sample but actually, using `--from_stat` to define the number of `WT` genotype for example I obtain numbers like 98.. My sample is well define....
Hi, My data were aligned by hg37 as a reference genome. I think hg37 is the same to hg19. But when I apply vtools to my data, I got error...
`CeleryPingHealthCheck` checks if some pre-defined queues have active workers https://github.com/revsys/django-health-check/blob/251b1562c1a7b4bb95b46066fbde0bfaac41567b/health_check/contrib/celery_ping/backends.py#L53 Upon checking, we found that the `CELERY_QUEUES` setting is defined but is empty for our production server. Because this setting...
I have a layout like ```html add a post ``` so that pressing a `add a post` link will insert a form under `.heading`. When the user saves the form,...
[Tutorial on Extension Development](https://jupyterlab.readthedocs.io/en/latest/extension/extension_dev.html) 1. Create a conda environment (if not already exist) and sos dependencies Install NodeJS, JupyterLab, etc. in a conda environment ``` conda create -n jupyterlab-ext --override-channels...
Per discussion at https://github.com/django-es/django-elasticsearch-dsl/issues/356 , `django-elasticsearch-dsl` lacks a `DenseVectorField` corresponding to the `DenseVector` field defined in `elasticsearch-dsl` https://github.com/elastic/elasticsearch-dsl-py/blob/579f57205c395e17024d9ae827cbf6fd626969c4/elasticsearch_dsl/field.py#L392-L397 This PR adds this field type. The patch has been used as...
### Describe the Bug When editing a document, removing or modifying tags causes the dialog to refresh, resulting in the loss of unsaved changes to the document title. ### Steps...