Skip to content

Commit

Permalink
Merge pull request #269 from shiltemann/update-order
Browse files Browse the repository at this point in the history
tool skeleton: move xrefs block to comply with planemo lint ordering
  • Loading branch information
davelopez authored Nov 21, 2024
2 parents 02f27cf + 8d53b51 commit 047694d
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 047694d

Please sign in to comment.