annotate AGEseq.xml @ 7:449c8cf8fa3f draft default tip

Handling of large data set.
author lxue
date Tue, 09 Jun 2015 12:44:58 -0400
parents 8d5914e21ec8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
1 <tool id="AGEseq" name="AGEseq">
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
2 <description>Analysis of Genome Editing by Sequencing</description>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
3 <command interpreter="perl">AGEseq_web.pl $target $read $mismatch $minAbundance $wtNum $indelNum $output </command>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
4 <inputs>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
5 <param format="txt" name="target" type="data" label="Target File (Reference Table)" help="Select target/reference file."/>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
6 <param format="" name="read" type="data" label="Read file (Sanger or NGS)" help="Select read file in fasta or fastq format." />
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
7
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
8
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
9 <param name="mismatch" type="float" value="0.1" label="Mismatch Rate Cutoff" help="Mismatch rate to filter low quality alignment, default 0.1 (10 %)" />
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
10 <param name="minAbundance" type="integer" value="0" label="Abundance Cutoff" help="Cutoff to filter reads with low abundance, default 0" />
6
8d5914e21ec8 Uploaded
lxue
parents: 5
diff changeset
11 <param name="wtNum" type="integer" value="20" label="Number of WT-like records to be reported" help="Report top xx WT like records, default 20" />
8d5914e21ec8 Uploaded
lxue
parents: 5
diff changeset
12 <param name="indelNum" type="integer" value="50" label="Number of records with indel(s) to be reported" help="Report top xx records with indel(s), default 50" />
5
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
13
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
14 </inputs>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
15
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
16 <outputs>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
17 <data format="txt" name="output" />
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
18 </outputs>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
19
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
20
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
21 <tests>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
22 <test>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
23 <param name="target" value="targets.txt"/>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
24 <param name="read" value="read_test.fastq"/>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
25 <output name="output" file="AGEseq_output.txt"/>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
26 </test>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
27 </tests>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
28
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
29
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
30 <help>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
31 **AGEseq** compares amplicon sequences with expected target sequences and finds the insertion/deletion sites in the amplicon sequences.
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
32
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
33 Please refer to http://aspendb.uga.edu/downloads or https://github.com/liangjiaoxue/AGEseq for more details.
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
34
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
35
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
36 </help>
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
37
6f05e59194b9 read file for testing.
lxue
parents:
diff changeset
38 </tool>