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.
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.