comparison abyss_toolsuite-92636934a189/abyss/abyss.xml @ 0:ce99b6666d1f draft

Uploaded
author msjeon
date Mon, 11 Jun 2012 14:48:15 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ce99b6666d1f
1 <tool id="abyss" name="Abyss" version="1.0.0">
2 <description>Assemble short unpaired reads</description>
3 <command interpreter='bash'>abyss_wrapper.sh $k $infile $outfile</command>
4
5 <inputs>
6 <param name="infile" type="data" format="fasta|fastq" label="Unpaired read sequences" />
7 <param name="k" type="integer" value="41" label="K-mer size" help="Try multiple sizes, starting around 2/3 read length" />
8 </inputs>
9
10 <outputs>
11 <data name="outfile" format="fasta" />
12 </outputs>
13
14 <help>
15 **What it does**
16
17 ABySS is a de novo sequence assembler that is designed for short reads.
18
19 .. image:: http://www.bcgsc.ca/platform/bioinfo/software/abyss/screenshot
20
21 **Reference**
22
23 http://www.bcgsc.ca/platform/bioinfo/software/abyss
24 </help>
25 </tool>