Update docs and code to require loqusdb version >= 2.5 if used
See original GitHub issueThis is may be less of a bug report and more of a support issue. But there are some bugs in this as well which I may add to an other issue.
Since the move to using the CLI for LoqusDB we have not been able to configure it properly. We’ve added this to the config.py:
LOQUSDB_SETTINGS = dict(
binary_path="/correct/path/to/loqusdb"
)
But at this point:
current_app.config[“LOQUSDB_SETTINGS”] is not set. So data[“observations”] is not populated. I tried printing the whole dictionary and it is really not there!
However if I add {{config}} anywhere in variant.html, it shows that LOQUSDB_SETTINGS is set according to the values in config.py. Why are the config data different in these two places? Do I need to configure loqusdb somewhere else as well?
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (6 by maintainers)
Top Results From Across the Web
Clinical-Genomics/loqusdb: A simple observation count ...
These instructions were written and tested using a conda environment with a version of Python >=3.9, which is required by the installer file...
Read more >Loqusdb: added value of an observations database of local ...
In conclusion, we show that a local frequency database is an attractive, and a necessary addition to the publicly available databases that ...
Read more >Changelog - BALSAMIC documentation
Issue 448 with lingering tmp_dir. It is not deleted after analysis is properly finished. Changed¶. All variant calling rules use proper tumor.merged.bam ...
Read more >(PDF) Loqusdb: Added value of an observations database ...
PDF | Background: Exome and genome sequencing is becoming the method of choice for ... databases loqusdb can be updated continuously and does...
Read more >VarNote Documentation
You are expected to see java version "1.8.x" or above. If not, you may need to update your version; see the Oracle Java...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ugh,
click
and its locale settings 🤦♂ I would be careful about writing that py3.7 is a requirement - might be worth checking that it wasn’t to do with creating or changing your environment somehow (as a side effect of updating to 3.7). I’ve seen similar bugs crop up and be fixed with some extremely random behaviour in the past. No tips really apart from trial and error. See this old PR: https://github.com/bioconda/bioconda-recipes/pull/5541 for some previous experience if it helps.Just FYI, I solved the locale/encoding problem by updating to Python 3.7. Maybe it should be noted somewhere that python>=3.7 is a requirement for loqusdb if you want the scout integration to work.