Mercurial > repos > xuebing > sharplabtool
view tools/mytools/fastashuffle1.xml @ 3:33c067c3ae34
Deleted selected files
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:47:53 -0500 |
parents | 9071e359b9a3 |
children |
line wrap: on
line source
<tool id="seqshuffle" name="shuffle sequences"> <description>preserving mono-nucleotide frequency</description> <command>cat $input | fasta-shuffle-letters > $output </command> <inputs> <param name="input" type="data" format="fasta" label="Original FASTA sequence file"/> </inputs> <outputs> <data format="fasta" name="output" /> </outputs> <help> **Description** shuffle the position of nucleotides in each sequence, preserving the frequency of nucleotides in that sequence, but do not preserve di-nucleotide frequency. </help> </tool>