Mercurial > repos > devteam > freebayes
comparison freebayes.xml @ 21:cbacfc763eb0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit c02672d4d8da0419efa4a13290ba628b4eee8304
| author | iuc |
|---|---|
| date | Tue, 10 Jun 2025 07:59:38 +0000 |
| parents | ed8508ec9613 |
| children |
comparison
equal
deleted
inserted
replaced
| 20:ed8508ec9613 | 21:cbacfc763eb0 |
|---|---|
| 1 <tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy1"> | 1 <tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy0"> |
| 2 <description>bayesian genetic variant detector</description> | 2 <description>bayesian genetic variant detector</description> |
| 3 <xrefs> | 3 <xrefs> |
| 4 <xref type="bio.tools">freebayes</xref> | 4 <xref type="bio.tools">freebayes</xref> |
| 5 </xrefs> | 5 </xrefs> |
| 6 <macros> | 6 <macros> |
| 7 <import>macros.xml</import> | 7 <import>macros.xml</import> |
| 8 </macros> | 8 </macros> |
| 9 <expand macro="requirements"> | 9 <expand macro="requirements"> |
| 10 <requirement type="package" version="5.3.1">gawk</requirement> | 10 <requirement type="package" version="5.3.1">gawk</requirement> |
| 11 <requirement type="package" version="20250222">parallel</requirement> | 11 <requirement type="package" version="20250422">parallel</requirement> |
| 12 </expand> | 12 </expand> |
| 13 <expand macro="version_command" /> | 13 <expand macro="version_command" /> |
| 14 <command detect_errors="exit_code"><