Mercurial > repos > davidvanzessen > vidjil_with_browser
view vidjil.xml @ 4:786aacc84ac8 draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 09 Dec 2014 04:09:01 -0500 |
parents | e7dc253f92a2 |
children | b94a4ec63d12 |
line wrap: on
line source
<tool id="vidjil_galaxy_wrapper" name="Vidjil" version="1.0"> <description></description> <command interpreter="bash"> vidjil.sh $in_file $out_file $out_file.files_path $database $limit_reads $limit_ratio </command> <inputs> <param name="in_file" type="data" format="fasta,fastq" label="Data to Process" /> <param name="database" type="select" label="Database"> <option value="current">Germline database from IMGT of 30-9-14</option> <option value="download">Download newest database from IMGT</option> </param> <param name="limit_reads" type="text" label="Minimal number of reads supporting a clone" value='10'/> <param name="limit_ratio" type="text" label="Minimal percentage of reads supporting a clone" value='0'/> </inputs> <outputs> <data format="html" name="out_file" /> </outputs> <help> A Galaxy wrapper for Vidijl and the Vidjil browser for analysis and visualization of **FASTA** and **FASTQ** files. **Reference:** 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 **Website:** http://bioinfo.lifl.fr/vidjil/ </help> </tool>