5
|
1 <tool id="AGEseq" name="AGEseq">
|
|
2 <description>Analysis of Genome Editing by Sequencing</description>
|
|
3 <command interpreter="perl">AGEseq_web.pl $target $read $mismatch $minAbundance $wtNum $indelNum $output </command>
|
|
4 <inputs>
|
|
5 <param format="txt" name="target" type="data" label="Target File (Reference Table)" help="Select target/reference file."/>
|
|
6 <param format="" name="read" type="data" label="Read file (Sanger or NGS)" help="Select read file in fasta or fastq format." />
|
|
7
|
|
8
|
|
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 %)" />
|
|
10 <param name="minAbundance" type="integer" value="0" label="Abundance Cutoff" help="Cutoff to filter reads with low abundance, default 0" />
|
6
|
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" />
|
|
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
|
13
|
|
14 </inputs>
|
|
15
|
|
16 <outputs>
|
|
17 <data format="txt" name="output" />
|
|
18 </outputs>
|
|
19
|
|
20
|
|
21 <tests>
|
|
22 <test>
|
|
23 <param name="target" value="targets.txt"/>
|
|
24 <param name="read" value="read_test.fastq"/>
|
|
25 <output name="output" file="AGEseq_output.txt"/>
|
|
26 </test>
|
|
27 </tests>
|
|
28
|
|
29
|
|
30 <help>
|
|
31 **AGEseq** compares amplicon sequences with expected target sequences and finds the insertion/deletion sites in the amplicon sequences.
|
|
32
|
|
33 Please refer to http://aspendb.uga.edu/downloads or https://github.com/liangjiaoxue/AGEseq for more details.
|
|
34
|
|
35
|
|
36 </help>
|
|
37
|
|
38 </tool> |