Mercurial > repos > xuebing > sharplabtool
diff fastashuffle1.xml @ 14:76e1b1b21cce default tip
Deleted selected files
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 19:05:10 -0400 |
parents | 292186c14b08 |
children |
line wrap: on
line diff
--- a/fastashuffle1.xml Sat Mar 10 08:17:36 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -<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>