Mercurial > repos > maciek > fbqs_integrator
changeset 2:ae0c6f433c1b draft
Update XML wrapper: moved license to license="GPL-3.0-or-later" attribute in <tool> element
| author | maciek |
|---|---|
| date | Tue, 24 Jun 2025 10:36:47 +0000 |
| parents | 4b00d449bab7 |
| children | 545d37b03fc7 |
| files | fbqs_integrator/fbqs_integrator.xml |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/fbqs_integrator/fbqs_integrator.xml Tue Jun 10 08:39:21 2025 +0000 +++ b/fbqs_integrator/fbqs_integrator.xml Tue Jun 24 10:36:47 2025 +0000 @@ -1,8 +1,6 @@ -<tool id="fbqs_integrator" name="FBQS Integrator" version="1.0.0" profile="21.05"> +<tool id="fbqs_integrator" name="FBQS Integrator" version="1.0.0" profile="21.05" license="GPL-3.0-or-later"> <description>Merge quality-checked outputs from Fastp, Bracken and QUAST into consolidated STARAMR Excel report</description> - <license>GPL-3.0</license> - <requirements> <requirement type="package" version="3.9">python</requirement> <requirement type="package" version="1.5.3">pandas</requirement>
