Skip to content

Commit

Permalink
add macros.xml and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mthang committed Sep 19, 2024
1 parent a8c95c5 commit 43bf1b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/aarnetfilesender/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENA-upload-cli wrapper
Filesendercli wrapper
======================

Galaxy wrapper of the AARNET
Expand Down
13 changes: 13 additions & 0 deletions tools/aarnetfilesender/macros.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<macros>
<token name="@TOOL_VERSION@">v3.0.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">22.05</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">filesendercli</requirement>
</requirements>
</xml>
<xml name="version_command">
<version_command>filesender --help | grep 'File Sender CLI client.'</version_command>
</xml>
</macros>

0 comments on commit 43bf1b7

Please sign in to comment.