Skip to content
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

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

Add metashrimps tool suite #73

wants to merge 49 commits into from

Conversation

TanguyGen
Copy link
Collaborator

No description provided.

@TanguyGen TanguyGen closed this Jul 21, 2023
@TanguyGen TanguyGen reopened this Jul 21, 2023
@yvanlebras
Copy link
Contributor

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:
[WARNING] Could not fetch resource map.png: replacing image with description
[WARNING] Could not fetch resource http://unconf17.ropensci.org/images/ropensci_small.png

....

method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(InternalException (HandshakeFailed (Error_Protocol ("certificate has unknown CA",True,UnknownCa))))
Replacing image with description.
code for methods in class �Rcpp_SpatCategories� was not checked for suspicious field assignments (recommended package �codetools� not available?

@bgruening
Copy link
Collaborator

warning : "Datatype class not found for extension 'docx'".

The datatype is not known to Galaxy.

[WARNING] Could not fetch resource http://unconf17.ropensci.org/images/ropensci_small.png

Its a http not https maybe that is the problem

@yvanlebras
Copy link
Contributor

Thank you Björn! To add docx datatype, I can make it here or directly on the galaxy core codes.

@bgruening
Copy link
Collaborator

Always upstream Galaxy.

And if you want to have it fast, also to the usegalaxy deployment fork of Galaxy.

@yvanlebras
Copy link
Contributor

ok, docx datatype addition PR upstream galaxyproject/galaxy#16713

@yvanlebras
Copy link
Contributor

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

@yvanlebras
Copy link
Contributor

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>
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants