Mercurial > repos > devteam > fasta_nucleotide_changer
comparison fasta_nucleotide_changer.xml @ 4:da8b20552cf4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author | iuc |
---|---|
date | Wed, 22 Aug 2018 11:01:47 -0400 |
parents | ea1b0d77314d |
children | 156cfcd126c3 |
comparison
equal
deleted
inserted
replaced
3:ea1b0d77314d | 4:da8b20552cf4 |
---|---|
1 <tool id="cshl_fasta_nucleotides_changer" version="1.0.1" name="RNA/DNA" > | 1 <tool id="cshl_fasta_nucleotides_changer" version="1.0.2" name="RNA/DNA" > |
2 <description>converter</description> | 2 <description>converter</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
7 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
8 @CATS@ fasta_nucleotide_changer | 8 @CATS@ fasta_nucleotide_changer |
9 -$mode | 9 -$mode |
10 -v | 10 -v |
11 -o '$output' | 11 -o '$output' |
12 @GZIP@ | |
12 ]]></command> | 13 ]]></command> |
13 <inputs> | 14 <inputs> |
14 <expand macro="fasta_input" /> | 15 <expand macro="fasta_input" /> |
15 | 16 |
16 <param name="mode" type="select" label="Convert"> | 17 <param name="mode" type="select" label="Convert"> |