annotate fastashuffle1.xml @ 15:0e221dbd17b2 default tip

Uploaded
author xuebing
date Sat, 31 Mar 2012 08:53:06 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
1 <tool id="seqshuffle" name="shuffle sequences">
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
2 <description>preserving mono-nucleotide frequency</description>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
3 <command>cat $input | fasta-shuffle-letters > $output </command>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
5 <param name="input" type="data" format="fasta" label="Original FASTA sequence file"/>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
6 </inputs>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
7 <outputs>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
8 <data format="fasta" name="output" />
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
9 </outputs>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
10 <help>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
11
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
12 **Description**
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
13
0e221dbd17b2 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.
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
15
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
16 </help>
0e221dbd17b2 Uploaded
xuebing
parents:
diff changeset
17 </tool>