Mercurial > repos > iuc > ucsc_fasplit
comparison fasplit.xml @ 2:bf04bd405d5b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/fasplit commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
author | iuc |
---|---|
date | Wed, 02 Feb 2022 13:56:02 +0000 |
parents | 71f649c23021 |
children | d3f58a0dc09d |
comparison
equal
deleted
inserted
replaced
1:71f649c23021 | 2:bf04bd405d5b |
---|---|
1 <tool id="fasplit" name="faSplit" version="@WRAPPER_VERSION@"> | 1 <tool id="fasplit" name="faSplit" version="@TOOL_VERSION@"> |
2 <description>Split a FASTA file</description> | 2 <description>Split a FASTA file</description> |
3 <xrefs> | |
4 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref> | |
5 </xrefs> | |
3 <macros> | 6 <macros> |
4 <token name="@WRAPPER_VERSION@">357</token> | 7 <token name="@TOOL_VERSION@">377</token> |
5 </macros> | 8 </macros> |
6 <requirements> | 9 <requirements> |
7 <requirement type="package" version="@WRAPPER_VERSION@">ucsc-fasplit</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">ucsc-fasplit</requirement> |
8 </requirements> | 11 </requirements> |
9 <command detect_errors="exit_code"><![CDATA[ | 12 <command detect_errors="exit_code"><![CDATA[ |
10 mkdir out && | 13 mkdir out && |
11 faSplit | 14 faSplit |
12 $O.split_type | 15 $O.split_type |