Skip to content

Commit

Permalink
Update zeiss_lmd_converter.xml
Browse files Browse the repository at this point in the history
adding online macros
  • Loading branch information
foellmelanie authored Jul 1, 2024
1 parent d824004 commit 5f09a50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/zeiss_lmd_converter/zeiss_lmd_converter.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<tool id="ZeissLMDconverter" name="Zeiss laser-capture microdissection converter" version="2.0.4">
<tool id="ZeissLMDconverter" name="Zeiss laser-capture microdissection converter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<description>Converts tabular coordinates into a formatted text file readable by Zeiss laser-capture microdissection systems.</description>
<macros>
<token name="@TOOL_VERSION@">2.0.4</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
<requirement type="package" version="2.0.4">shapely</requirement>
<requirement type="package" version="@TOOL_VERSION@">shapely</requirement>
</requirements>
<command>python3 '$__tool_directory__/tabular_to_ZeissLMDtext.py' --input '$input' --output '$output'</command>
<inputs>
Expand Down

0 comments on commit 5f09a50

Please sign in to comment.