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 skeleton: move xrefs block to comply with planemo lint ordering #269

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions client/src/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"body": [
"<tool id=\"$1\" name=\"$2\" version=\"@TOOL_VERSION@+galaxy@VERSION_SUFFIX@\" profile=\"20.01\" license=\"${3|MIT,Apache-2.0,GPL-3.0-or-later,GPL-2.0-only,BSD-3-Clause,LGPL-3.0+|}\">",
" <description>$5</description>",
" <xrefs>",
" <xref type=\"bio.tools\">$0</xref>",
" </xrefs>",
" <macros>",
" <token name=\"@TOOL_VERSION@\">${4:0.1.0}</token>",
" <token name=\"@VERSION_SUFFIX@\">0</token>",
Expand All @@ -19,6 +16,9 @@
" <edam_operations>",
" <edam_operation>operation_TODO</edam_operation>",
" </edam_operations>",
" <xrefs>",
" <xref type=\"bio.tools\">$0</xref>",
" </xrefs>",
" <requirements>",
" <requirement type=\"package\" version=\"@TOOL_VERSION@\">$1</requirement>",
" </requirements>",
Expand Down