0
|
1 <tool id="vidjil_galaxy_wrapper" name="Vidjil" version="1.0">
|
|
2 <description></description>
|
|
3 <command interpreter="bash">
|
7
|
4 vidjil.sh $in_file $id $out_file $out_file.files_path $database $limit_reads $limit_ratio $selection $germline $fasta_out
|
0
|
5 </command>
|
|
6 <inputs>
|
7
|
7 <param name="in_file" type="data" format="fasta,fastq" label="Data to Process" />
|
|
8 <param name="id" type="text" label="ID" />
|
0
|
9 <param name="database" type="select" label="Database">
|
|
10 <option value="current">Germline database from IMGT of 30-9-14</option>
|
|
11 <option value="download">Download newest database from IMGT</option>
|
|
12 </param>
|
6
|
13 <param name="selection" type="select" label="Selection">
|
|
14 <option value="clones">Clones</option>
|
|
15 <option value="windows">Windows</option>
|
|
16 <option value="segment">Segment (Not recommended)</option>
|
|
17 <option value="germlines">Discover all germlines</option>
|
|
18 </param>
|
|
19 <param name="germline" type="select" label="Germline">
|
|
20 <option value="IGH">IGH</option>
|
|
21 <option value="IGK">IGK</option>
|
|
22 <option value="TRB">TRB</option>
|
|
23 <option value="IGH">IGH</option>
|
|
24 <option value="IGH">IGH</option>
|
|
25 <option value="IGH">IGH</option>
|
|
26 </param>
|
0
|
27 <param name="limit_reads" type="text" label="Minimal number of reads supporting a clone" value='10'/>
|
|
28 <param name="limit_ratio" type="text" label="Minimal percentage of reads supporting a clone" value='0'/>
|
|
29 </inputs>
|
|
30 <outputs>
|
7
|
31 <data format="html" name="out_file" label="Vidjil browser of ${in_file.name}"/>
|
|
32 <data format="fasta" name="fasta_out" label="Vidjil fasta of ${in_file.name}" />
|
0
|
33 </outputs>
|
|
34 <help>
|
3
|
35 A Galaxy wrapper for Vidijl and the Vidjil browser for analysis and visualization of **FASTA** and **FASTQ** files.
|
|
36
|
|
37 **Reference:**
|
|
38
|
|
39 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
|
40
|
3
|
41 **Website:**
|
|
42
|
|
43 http://bioinfo.lifl.fr/vidjil/
|
0
|
44 </help>
|
|
45 </tool>
|