annotate seq_shuffle.xml @ 0:ed32a43e1ea0 default tip

Uploaded
author xuebing
date Sat, 31 Mar 2012 21:46:01 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
1 <tool id="seq_shuffle" name="shuffle sequences">
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
2 <description>preserving mono-nucleotide frequency</description>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
3 <command>cat $input | fasta-shuffle-letters > $output </command>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
5 <param name="input" type="data" format="fasta" label="Original FASTA sequence file"/>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
6 </inputs>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
7 <outputs>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
8 <data format="fasta" name="output" />
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
9 </outputs>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
10 <help>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
11
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
12 **Description**
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
13
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
14 shuffle the position of nucleotides in each sequence, preserving the frequency of nucleotides in that sequence, but do not preserve di-nucleotide frequency.
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
15
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
16 </help>
ed32a43e1ea0 Uploaded
xuebing
parents:
diff changeset
17 </tool>