Mercurial > repos > crs4 > mugsy
comparison mugsy.xml @ 0:1e8862eb2eba draft
Uploaded
author | crs4 |
---|---|
date | Fri, 06 Sep 2013 05:58:59 -0400 |
parents | |
children | 2dcf5873f1b1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e8862eb2eba |
---|---|
1 <tool id="mugsy" name="Mugsy" version="1.0.1"> | |
2 <description>multiple whole genome aligner</description> | |
3 <requirements> | |
4 <requirement type="package" version="1.2.3.1">mugsy</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 mugsy.py -r $reference -c $contigs -l $logfile --ml $mugsylog --maf $maffile | |
8 </command> | |
9 | |
10 <inputs> | |
11 <param name="reference" type="data" format="fasta" label="Reference" help="FASTA format" /> | |
12 <param name="contigs" type="data" format="fasta" label="Contigs/draft" help="FASTA format" /> | |
13 </inputs> | |
14 <outputs> | |
15 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: log" /> | |
16 <data name="mugsylog" format="txt" label="${tool.name} on ${on_string}: mugsy.log" /> | |
17 <data name="maffile" format="maf" label="${tool.name} on ${on_string}: MAF" /> | |
18 </outputs> | |
19 <tests> | |
20 | |
21 </tests> | |
22 <help> | |
23 **What it does** | |
24 | |
25 Mugsy generates a MAF (multiple alignment format) file containing the multiple alignments from FASTA inputs. | |
26 | |
27 This implementation runs with two files only: reference vs contigs/draft(s). For multiple alignment a single Multi-FASTA file containing all contigs should be provided. | |
28 | |
29 **License and citation** | |
30 | |
31 This Galaxy tool is Copyright © 2012-2013 `CRS4 Srl.`_ and is released under the `MIT license`_. | |
32 | |
33 .. _CRS4 Srl.: http://www.crs4.it/ | |
34 .. _MIT license: http://opensource.org/licenses/MIT | |
35 | |
36 If you use this tool in Galaxy, please cite the website http://orione.crs4.it/ | |
37 | |
38 This tool uses `Mugsy`_, which is licensed separately. Please cite |Angiuoli2010|_. | |
39 | |
40 .. _Mugsy: http://mugsy.sourceforge.net/ | |
41 .. |Angiuoli2010| replace:: Angiuoli, S. V., Salzberg S. L. (2010) Mugsy: Fast multiple alignment of closely related whole genomes. *Bioinformatics* 27(3), 334-342 | |
42 .. _Angiuoli2010: http://bioinformatics.oxfordjournals.org/content/27/3/334 | |
43 </help> | |
44 </tool> |