Skip to content

Add metashrimps tool suite#73

Open
TanguyGen wants to merge 49 commits intomasterfrom
TanguyGen-patch-2
Open

Add metashrimps tool suite#73
TanguyGen wants to merge 49 commits intomasterfrom
TanguyGen-patch-2

Conversation

@TanguyGen
Copy link
Copy Markdown
Collaborator

No description provided.

@TanguyGen TanguyGen closed this Jul 21, 2023
@TanguyGen TanguyGen reopened this Jul 21, 2023
Comment thread tools/metashrimps/DataPaper.xml Outdated
@yvanlebras
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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

@bgruening
Copy link
Copy Markdown
Collaborator

Always upstream Galaxy.

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

@yvanlebras
Copy link
Copy Markdown
Contributor

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

@yvanlebras
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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