ubjw24

Results 15 comments of ubjw24

Hi aaronk, Thanks for your response. I have got this problem solved. That is for a simple reason: I forgot to go over the installation steps and used the python...

I'm having the same issue. I looked at the file run_alphafold.py. It has lines like: def main(argv): if len(argv) > 1: raise app.UsageError('Too many command-line arguments.') Is this a bug?...

It may be an issue of missing some steps during database setup. Can you double check that you followed the instructions in our documentation ( https://github.com/ubccr/genesysv/blob/master/docs/source/index.rst) step by step? Jason...

Looks like the java can not longer be downloaded from that site. I suggest that you search the web to find a solution to download and install java 8. On...

Looks like you have anaconda3 installed and its on your path: "/home/mtg/anaconda3/lib/python3.7/site-packages" This could be the source of trouble. Can you try to remove it from your env?

Hi Matt, I recommend that you start an installation from a clean ubuntu environment or do a test install on a virtualbox running Ubuntu as guest OS. I found that...

Hi Matt, I have updated our code to make it work on recent versions of Elasticsearch. The installation process had been simplified a bit. Please pull the new code and...

Looks like your elasticserch is not running yet. You need to start it first. On Thu, May 28, 2020 at 2:13 PM Matthew J. Oldach wrote: > Pulling the new...

Did you run these two lines? python manage.py makemigrations core python manage.py migrate These commands create and populate the sqlite tables.

I tried a fresh install on a Ubuntu18.04 box. I can not reproduce the error, everything worked fine. Did you see any error messages when you execute these two lines?...