annotate minimus2/minimus2.xml @ 0:937ba44abdb7 default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author edward-kirton
date Tue, 07 Jun 2011 17:29:43 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
1 <tool id="minimus2" name="Minimus2" version='1.0.1'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
2 <description>Merge two sets of assembled contig sequences</description>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
3 <command interpreter='perl'>minimus2_wrapper.pl -tmpdir $contigs_outfile.extra_files_path $infile1 $infile2 $contigs_outfile $singletons_outfile
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
4 #if $prefix1.select == 'y':
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
5 -prefix1 $prefix1.prefix
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
6 #end if
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
7 #if $prefix2.select == 'y':
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
8 -prefix2 $prefix2.prefix
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
9 #end if
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
10 </command>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
11 <inputs>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
12 <param name="infile1" type="data" format="fasta" label="Contig sequences file 1"/>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
13 <conditional name='prefix1'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
14 <param name='select' type='select' label='Rename contigs in file 1 by adding prefix?'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
15 <option value='y'>yes, add prefix</option>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
16 <option value='n'>no, contig IDs are unique</option>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
17 </param>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
18 <when value='y'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
19 <param name="prefix" type="text" value="1" label="Prefix for sequences in file 1" />
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
20 </when>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
21 <when value='n'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
22 </when>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
23 </conditional>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
24 <param name="infile2" type="data" format="fasta" label="Contig sequences file 2"/>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
25 <conditional name='prefix2'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
26 <param name='select' type='select' label='Rename contigs in file 2 by adding prefix?'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
27 <option value='y'>yes, add prefix</option>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
28 <option value='n'>no, contig IDs are unique</option>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
29 </param>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
30 <when value='y'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
31 <param name="prefix" type="text" value="2" label="Prefix for sequences in file 2" />
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
32 </when>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
33 <when value='n'>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
34 </when>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
35 </conditional>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
36 </inputs>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
37 <outputs>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
38 <data name="contigs_outfile" format="fasta" label="contigs" />
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
39 <data name="singletons_outfile" format="fasta" label="singletons" />
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
40 </outputs>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
41 <help>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
42 **What it does**
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
43
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
44 minimus2 is part of the AMOS assembler package, designed for merging one or two sets of contig sequences.
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
45
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
46 This tool preprocesses the Fasta input files prior to coassembly with minimus2 and separately returns the new contigs
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
47 and the sequences which did not co-assemble (singletons).
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
48
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
49 The input sequences in each dataset must have unique IDs; use of the optional rename with prefix option avoids this.
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
50
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
51 **Documentation**
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
52
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
53 http://sourceforge.net/apps/mediawiki/amos/index.php?title=Minimus2
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
54 </help>
937ba44abdb7 Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff changeset
55 </tool>