Mercurial > repos > iuc > seqtk
view seqtk_randbase.xml @ 10:3d44a3855011 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 3c29d3c8710ca23b4c59c2cf8501697331a65ac0-dirty
author | iuc |
---|---|
date | Thu, 15 Oct 2015 13:08:10 -0400 |
parents | 55e75a28fde7 |
children | 16f2535c08bf |
line wrap: on
line source
<?xml version="1.0"?> <tool id="seqtk_randbase" name="seqtk_randbase" version="@WRAPPER_VERSION@.0"> <description>choose a random base from hets</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> <command><![CDATA[seqtk randbase $in_file > $default]]></command> <inputs> <expand macro="in_faq"/> </inputs> <outputs> <data format_source="in_file" hidden="false" name="default" label="Unambiguous $in_file.name"/> </outputs> <tests> <test> <param name="in_file" value="seqtk_randbase.fa"/> <output name="default" file="seqtk_randbase.out" ftype="fasta"/> </test> </tests> <help><![CDATA[ **What it does** Randomly resolves ambiguous bases :: # Input fasta >ambig ACGTMRWSYK results in :: # Output result >ambig ACGTCGTGTT @ATTRIBUTION@ ]]></help> <expand macro="citation" /> </tool>