-
Notifications
You must be signed in to change notification settings - Fork 21
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 metashrimps tool suite #73
base: master
Are you sure you want to change the base?
Conversation
Hmm seems that now it is executed! Apparently an output is created but the diff is not ok. In the meantime there is this warning : "Datatype class not found for extension 'docx'". Also these warnings: .... method = "GET" |
The datatype is not known to Galaxy.
Its a |
Thank you Björn! To add docx datatype, I can make it here or directly on the galaxy core codes. |
Always upstream Galaxy. And if you want to have it fast, also to the usegalaxy deployment fork of Galaxy. |
ok, docx datatype addition PR upstream galaxyproject/galaxy#16713 |
Seems ok for the docx datatype addition on upstream Galaxy repo. Maybe this is not updated on the CI tests ? I will see for the dependency issue |
Maybe @PaulineSGN you can save me there ;) I think tools were not tested with planemo using the --biocontainer option. Can you try to arrange the dependencies issues? |
<tool id="metashrimp_datapaper" name="Production of a draft of Data Paper" version="0.1.0+galaxy0" profile="22.05"> | ||
<description>Create a draft of Data Paper from metadata</description> | ||
<requirements> | ||
<requirement type="package">r-base</requirement> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove version here.
What you can do is ... outside of Galaxy do:
conda create -n foo phantomjs pandoc gmp r-mapview .....
Then you get an ouput and you take the versions numbers from that output and add it here.
No description provided.