Mercurial > repos > iuc > seqwish
comparison seqwish.xml @ 4:36dc42da5687 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqwish/ commit be59475d6ba3ea230139ecf4fed45d7c0e372d24"
author | iuc |
---|---|
date | Mon, 13 Dec 2021 11:15:25 +0000 |
parents | ca1fb032116d |
children | 6293a926066f |
comparison
equal
deleted
inserted
replaced
3:ca1fb032116d | 4:36dc42da5687 |
---|---|
1 <tool id="seqwish" name="seqwish" version="@TOOL_VERSION@" > | 1 <tool id="seqwish" name="seqwish" version="@TOOL_VERSION@" > |
2 <description>Alignment to variation graph inducer</description> | 2 <description>Alignment to variation graph inducer</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">0.7.2</token> | 4 <token name="@TOOL_VERSION@">0.7.3</token> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">seqwish</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">seqwish</requirement> |
8 </requirements> | 8 </requirements> |
9 <version_command>seqwish --version</version_command> | |
9 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
10 seqwish | 11 seqwish |
11 -p '$paf_alns' | 12 -p '$paf_alns' |
12 -s ${ ' '.join(["'%s'" % x for x in $seqs]) } | 13 -s ${ ' '.join(["'%s'" % x for x in $seqs]) } |
13 --gfa='$out_gfa' | 14 --gfa='$out_gfa' |