-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add tripal content #96
Comments
Here is the error when running the command via CWL. it works when you enter the same command in the terminal. @HsiuKangHuang can you specify character encoding in CWL? I think there might be an encoding issue when CWL is used to make the command
|
We tried installing python3.8 to see if that would fix the above error. This resulted in SSL errors when trying to use pip in the python3.8 virtual environment:
Some googling suggested updating the openssl version. I updated openssl based on this documentation, as suggested by @childers: https://linuxscriptshub.com/update-openssl-1-1-0-centos-6-9-7-0/ Update was successful as far as I can tell. However, it didn't solve the pip problem:
@childers I'm stumped. Any ideas on how to proceed? |
This workflow will create Tripal organism and analysis pages, and as much information to these pages as we can, following our guidelines: https://gitlab.com/i5k_Workspace/workspace_roadmap/-/wikis/Adding-an-organism-CWL-update#5-set-up-tripal-pages. Note that we can't add all the information that we currently do via the command line - but this will give us a start.
tripaille organism add_organism
(type-h
to get the help page);tripaille analysis add_analysis
;tripaille analysis add_analysis
(and maybetripaille analysis get_analysis
to get the assembly node URL...)The text was updated successfully, but these errors were encountered: