Mercurial > repos > iuc > pretext_map
comparison pretext_map.xml @ 6:1ae5b58fe3e6 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 174b5928ab85f3faa4e8c7528dc50e27562f5be0"
| author | iuc |
|---|---|
| date | Fri, 04 Feb 2022 21:22:56 +0000 |
| parents | 287782c826b2 |
| children | b070f46b218c |
comparison
equal
deleted
inserted
replaced
| 5:287782c826b2 | 6:1ae5b58fe3e6 |
|---|---|
| 1 <tool id="pretext_map" name="PretextMap" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> | 1 <tool id="pretext_map" name="PretextMap" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
| 2 <description>converts SAM or BAM files into genome contact maps</description> | 2 <description>converts SAM or BAM files into genome contact maps</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">0.1.8</token> | 4 <token name="@TOOL_VERSION@">0.1.9</token> |
| 5 <token name="@VERSION_SUFFIX@">2</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
| 6 </macros> | 6 </macros> |
| 7 <requirements> | 7 <requirements> |
| 8 <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement> |
| 9 <requirement type="package" version="1.13">samtools</requirement> | 9 <requirement type="package" version="1.14">samtools</requirement> |
| 10 </requirements> | 10 </requirements> |
| 11 <version_command>PretextMap --version</version_command> | 11 <version_command>PretextMap --version</version_command> |
| 12 <command detect_errors="exit_code"><