Mercurial > repos > jvolkening > b2b_summarize_assembly
comparison summarize_assembly.xml @ 1:cd86d5f93b4a draft default tip
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9260aa02a5f703bce63d2db5b69003df9be371ac
| author | jvolkening |
|---|---|
| date | Fri, 08 Mar 2024 00:45:00 +0000 |
| parents | 1995630ef409 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:1995630ef409 | 1:cd86d5f93b4a |
|---|---|
| 1 <tool id="b2b_summarize_assembly" name="Summarize assembly" version="0.02"> | 1 <tool id="b2b_summarize_assembly" name="Summarize assembly" |
| 2 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT" profile="21.01"> | |
| 2 | 3 |
| 3 <description>Calculate and print basic assembly summary stats</description> | 4 <description>Calculate and print basic assembly summary stats</description> |
| 4 | 5 <macros> |
| 5 <!-- ***************************************************************** --> | 6 <token name="@TOOL_NAME@">summarize_assembly</token> |
| 6 | 7 <token name="@TOOL_VERSION@">0.02</token> |
| 7 <requirements> | 8 <token name="@VERSION_SUFFIX@">1</token> |
| 8 <requirement type="package" version="0.019">b2b-utils</requirement> | 9 <import>macros.xml</import> |
| 9 </requirements> | 10 </macros> |
| 10 | 11 <edam_topics> |
| 11 <!-- ***************************************************************** --> | 12 <edam_topic>topic_0080</edam_topic> <!-- Sequence analysis --> |
| 12 | 13 </edam_topics> |
| 13 <version_command>summarize_assembly --version | perl -wnE'print "$1\n" for /summarize_assembly v(.+)/g'</version_command> | 14 <expand macro="requirements" /> |
| 15 <expand macro="version_command" /> | |
| 14 | 16 |
| 15 <!-- ***************************************************************** --> | 17 <!-- ***************************************************************** --> |
| 16 | 18 |
| 17 <command detect_errors="aggressive"> | 19 <command detect_errors="aggressive"> |
| 18 <