Mercurial > repos > xuebing > sharplab_seq_motif
view mytools/fastashuffle1.xml @ 7:aa8bed8ca1e3
Deleted selected files
| author | xuebing |
|---|---|
| date | Fri, 16 Mar 2012 14:14:43 -0400 |
| parents | 39217fa39ff2 |
| 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>
