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

Tool builder: add profile and suffix version #1222

Merged
merged 2 commits into from
Mar 10, 2022
Merged

Tool builder: add profile and suffix version #1222

merged 2 commits into from
Mar 10, 2022

Conversation

gallardoalba
Copy link
Contributor

No description provided.

planemo/tool_builder.py Outdated Show resolved Hide resolved
Co-authored-by: Nicola Soranzo <[email protected]>
@simonbray simonbray merged commit cc07f0d into galaxyproject:master Mar 10, 2022
@@ -19,7 +19,7 @@
DEFAULT_CWL_VERSION = "v1.0"


TOOL_TEMPLATE = """<tool id="{{id}}" name="{{name}}" version="{{version}}" python_template_version="3.5">
TOOL_TEMPLATE = """<tool id="{{id}}" name="{{name}}" version="{{version}}+galaxy0" python_template_version="3.5" profile="21.05">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also drop the python_template_version, that is implied by a recent profile

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.

4 participants