-
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 indicspecies tool #149
base: master
Are you sure you want to change the base?
Add indicspecies tool #149
Conversation
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
@@ -1,4 +1,4 @@ | |||
<tool id="indval" name="Indicspecies" version="0.1.0+galaxy0" profile="23.0"> | |||
<tool id="indval" name="Indicspecies" version="0.1.0+galaxy0" profile="16.04"> |
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.
Why did you decrease it?
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.
I tested the tool with planemo locally and with different “profile” and the tool only works with 16.04. I couldn't get it to work with 23.0 or 21.05 (automatically set by planemo tool_init) and I don't really understand why. It seems that Galaxy or the docker container can't find the required packages with these “profile”, but maybe I'm mistaken.
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.
mh, this is strange, can you reproduce this locally? If I find time I will check it out.
|
No description provided.