You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing ngphylogeny a few days ago and I got into some trouble with dependencies listed in the requirement.txt file. Indeed, Python will install the latest version of python-slugify and bibtexparser, which both raise a lot of errors (at different stages of the installation) because newer versions of these packages no longer support Python 2.7.
Here is a quick patch if you are interested in updating the README and Python setup files:
I should note I wasn't able to proceed further beyond linking the Django app to our Galaxy server running on a local machine. When it came to import existing tools from Galaxy to the Django app, I got the error shown below:
No result was found for query phylogeny
CommandError: Tool BMGE is not imported, and cannot be associated to Alignment Curation,Tool display in OneClick Workflows,Tool display in Advanced Workflows,Tool display in Workflow Maker flag(s)
The text was updated successfully, but these errors were encountered:
I tried installing ngphylogeny a few days ago and I got into some trouble with dependencies listed in the requirement.txt file. Indeed, Python will install the latest version of python-slugify and bibtexparser, which both raise a lot of errors (at different stages of the installation) because newer versions of these packages no longer support Python 2.7.
Here is a quick patch if you are interested in updating the README and Python setup files:
I should note I wasn't able to proceed further beyond linking the Django app to our Galaxy server running on a local machine. When it came to import existing tools from Galaxy to the Django app, I got the error shown below:
The text was updated successfully, but these errors were encountered: