0
|
1 <tool id="vidjil_galaxy_wrapper" name="Vidjil" version="1.0">
|
|
2 <description></description>
|
|
3 <command interpreter="bash">
|
|
4 vidjil.sh $in_file $out_file $out_file.files_path $database $limit_reads $limit_ratio
|
|
5 </command>
|
|
6 <inputs>
|
3
|
7 <param name="in_file" type="data" format="fasta,fastq" label="Data to Process" />
|
0
|
8 <param name="database" type="select" label="Database">
|
|
9 <option value="current">Germline database from IMGT of 30-9-14</option>
|
|
10 <option value="download">Download newest database from IMGT</option>
|
|
11 </param>
|
|
12 <param name="limit_reads" type="text" label="Minimal number of reads supporting a clone" value='10'/>
|
|
13 <param name="limit_ratio" type="text" label="Minimal percentage of reads supporting a clone" value='0'/>
|
|
14 </inputs>
|
|
15 <outputs>
|
5
|
16 <data format="html" name="out_file" label="Vidjil on ${in_file.name}"/>
|
0
|
17 </outputs>
|
|
18 <help>
|
3
|
19 A Galaxy wrapper for Vidijl and the Vidjil browser for analysis and visualization of **FASTA** and **FASTQ** files.
|
|
20
|
|
21 **Reference:**
|
|
22
|
|
23 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
|
24
|
3
|
25 **Website:**
|
|
26
|
|
27 http://bioinfo.lifl.fr/vidjil/
|
0
|
28 </help>
|
|
29 </tool>
|