0
|
1 <tool id="vidjil_galaxy_wrapper" name="Vidjil" version="1.0">
|
|
2 <description></description>
|
|
3 <command interpreter="bash">
|
6
|
4 vidjil.sh "
|
|
5 #for $i, $f in enumerate($in_files)
|
|
6 ${f.id};${f.in_file}|
|
|
7 #end for
|
|
8 " $out_file $out_file.files_path $database $limit_reads $limit_ratio $selection $germline
|
0
|
9 </command>
|
|
10 <inputs>
|
6
|
11 <repeat name="in_files" title="Input Files" min="1" default="1">
|
|
12 <param name="in_file" type="data" format="fasta,fastq" label="Data to Process" />
|
|
13 <param name="id" type="text" label="ID" />
|
|
14 </repeat>
|
0
|
15 <param name="database" type="select" label="Database">
|
|
16 <option value="current">Germline database from IMGT of 30-9-14</option>
|
|
17 <option value="download">Download newest database from IMGT</option>
|
|
18 </param>
|
6
|
19 <param name="selection" type="select" label="Selection">
|
|
20 <option value="clones">Clones</option>
|
|
21 <option value="windows">Windows</option>
|
|
22 <option value="segment">Segment (Not recommended)</option>
|
|
23 <option value="germlines">Discover all germlines</option>
|
|
24 </param>
|
|
25 <param name="germline" type="select" label="Germline">
|
|
26 <option value="IGH">IGH</option>
|
|
27 <option value="IGK">IGK</option>
|
|
28 <option value="TRB">TRB</option>
|
|
29 <option value="IGH">IGH</option>
|
|
30 <option value="IGH">IGH</option>
|
|
31 <option value="IGH">IGH</option>
|
|
32 </param>
|
0
|
33 <param name="limit_reads" type="text" label="Minimal number of reads supporting a clone" value='10'/>
|
|
34 <param name="limit_ratio" type="text" label="Minimal percentage of reads supporting a clone" value='0'/>
|
|
35 </inputs>
|
|
36 <outputs>
|
6
|
37 <data format="html" name="out_file" label="Vidjil on blah"/>
|
0
|
38 </outputs>
|
|
39 <help>
|
3
|
40 A Galaxy wrapper for Vidijl and the Vidjil browser for analysis and visualization of **FASTA** and **FASTQ** files.
|
|
41
|
|
42 **Reference:**
|
|
43
|
|
44 Mathieu Giraud, Mikaël Salson, Marc Duez, Céline Villenet, Sabine Quief, Aurélie Caillault, Nathalie Grardel, Christophe Roumier, Claude Preudhomme, Martin Figeac, Fast multiclonal clusterization of V(D)J recombinations from high-throughput sequencing, BMC Genomics, 15:409, doi:10.1186/1471-2164-15-409
|
4
|
45
|
3
|
46 **Website:**
|
|
47
|
|
48 http://bioinfo.lifl.fr/vidjil/
|
0
|
49 </help>
|
|
50 </tool>
|