Mercurial > repos > greg > gregs
diff abyss/abyss.xml @ 4:a188de29f06e
Uploaded
| author | g2cmnty@test-web1.g2.bx.psu.edu |
|---|---|
| date | Tue, 28 Jun 2011 10:29:09 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abyss/abyss.xml Tue Jun 28 10:29:09 2011 -0400 @@ -0,0 +1,25 @@ +<tool id="abyss" name="Abyss" version="1.0.0"> +<description>Assemble short unpaired reads</description> +<command interpreter='bash'>abyss_wrapper.sh $k $infile $outfile</command> + +<inputs> + <param name="infile" type="data" format="fasta|fastq" label="Unpaired read sequences" /> + <param name="k" type="integer" value="41" label="K-mer size" help="Try multiple sizes, starting around 2/3 read length" /> +</inputs> + +<outputs> + <data name="outfile" format="fasta" /> +</outputs> + +<help> +**What it does** + +ABySS is a de novo sequence assembler that is designed for short reads. + +.. image:: http://www.bcgsc.ca/platform/bioinfo/software/abyss/screenshot + +**Reference** + +http://www.bcgsc.ca/platform/bioinfo/software/abyss +</help> +</tool>
