Mercurial > repos > sanbi-uwc > freebayes
comparison macros.xml @ 0:d1116f934d3d draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/freebayes commit fa47457b312f36cead164f993d46bcc31d13fe57
| author | sanbi-uwc |
|---|---|
| date | Thu, 25 Jan 2018 06:52:44 -0500 |
| parents | |
| children | f4b99437b6b3 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d1116f934d3d |
|---|---|
| 1 <macros> | |
| 2 <token name="@DEPENDENCY_VERSION@">1.1.0.46</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="@DEPENDENCY_VERSION@">freebayes</requirement> | |
| 6 <requirement type="package" version="0.1.19">samtools</requirement> | |
| 7 <yield /> | |
| 8 </requirements> | |
| 9 </xml> | |
| 10 <xml name="citations"> | |
| 11 <citations> | |
| 12 <citation type="bibtex"> | |
| 13 @misc{1207.3907, | |
| 14 Author = {Erik Garrison}, | |
| 15 Title = {Haplotype-based variant detection from short-read sequencing}, | |
| 16 Year = {2012}, | |
| 17 Eprint = {arXiv:1207.3907}, | |
| 18 url = {http://arxiv.org/abs/1207.3907} | |
| 19 } | |
| 20 </citation> | |
| 21 <yield /> | |
| 22 </citations> | |
| 23 </xml> | |
| 24 <xml name="validation"> | |
| 25 <validator type="unspecified_build" /> | |
| 26 <validator type="dataset_metadata_in_data_table" table_name="fasta_indexes" metadata_name="dbkey" metadata_column="1" message="Sequences are not currently available for the specified build." /> | |
| 27 </xml> | |
| 28 <xml name="input_bam"> | |
| 29 <conditional name="batchmode"> | |
| 30 <param name="processmode" type="select" label="Run in batch mode?" help="Selecting individual mode will generate one VCF dataset for each input BAM dataset. Selecting the merge option will produce one VCF dataset for all input BAM datasets" display="radio"> | |
| 31 <option value="individual" selected="true">Run individually</option> | |
| 32 <option value="merge">Merge output VCFs</option> | |
| 33 </param> | |
| 34 <when value="individual"> | |
| 35 <param name="input_bams" type="data" format="bam" label="BAM dataset"> | |
| 36 <yield /> | |
| 37 </param> | |
| 38 </when> | |
| 39 <when value="merge"> | |
| 40 <param name="input_bams" type="data" format="bam" multiple="true" label="BAM dataset(s)"> | |
| 41 <yield /> | |
| 42 </param> | |
| 43 </when> | |
| 44 </conditional> | |
| 45 </xml> | |
| 46 <xml name="par_min_cov"> | |
| 47 <param name="min_coverage" argument="--coverage" type="integer" value="0" label="Require at least this coverage to process a site" /> | |
| 48 </xml> | |
| 49 </macros> |
