Mercurial > repos > fwuennemann > kb_python
changeset 2:4da457a2c5dc draft
Uploaded
author | fwuennemann |
---|---|
date | Tue, 20 Apr 2021 21:51:26 +0000 |
parents | dbcb26e2a1db |
children | 1ecec9b9dde7 |
files | genap2_kb_python/kb_count.xml genap2_kb_python/macros.xml |
diffstat | 2 files changed, 7 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/genap2_kb_python/kb_count.xml Mon Apr 19 18:33:14 2021 +0000 +++ b/genap2_kb_python/kb_count.xml Tue Apr 20 21:51:26 2021 +0000 @@ -1,8 +1,13 @@ <tool id="kb_python" name="kb_python" version="@VERSION@+galaxy1"> <description>performs gene and feature quantification on single-cell sequencing data.</description> <macros> - <import>macros.xml</import> - </macros> + <import>macros.xml</import> + </macros> + <requirements> + <requirement type="package" version="@VERSION@" >kb-python</requirement> + <requirement type="package" version="1.0.0">jupyter</requirement> + </requirements> + <stdio> <exit_code range="1:" /> <exit_code range=":-1" />
--- a/genap2_kb_python/macros.xml Mon Apr 19 18:33:14 2021 +0000 +++ b/genap2_kb_python/macros.xml Tue Apr 20 21:51:26 2021 +0000 @@ -1,12 +1,6 @@ <?xml version="1.0"?> <macros> <token name="@VERSION@">0.26.0</token> - <xml name="requirements"> - <requirements> - <requirement type="package" version="@VERSION@" >kb-python</requirement> - <requirement type="package" version="1.0.0">jupyter</requirement> - </requirements> - </xml> <xml name="citations"> <citations> <citation type="doi">add citation</citation>