Mercurial > repos > fwuennemann > kb_python
comparison genap2_kb_python/kb_count.xml @ 2:4da457a2c5dc draft
Uploaded
author | fwuennemann |
---|---|
date | Tue, 20 Apr 2021 21:51:26 +0000 |
parents | dbcb26e2a1db |
children | 1ecec9b9dde7 |
comparison
equal
deleted
inserted
replaced
1:dbcb26e2a1db | 2:4da457a2c5dc |
---|---|
1 <tool id="kb_python" name="kb_python" version="@VERSION@+galaxy1"> | 1 <tool id="kb_python" name="kb_python" version="@VERSION@+galaxy1"> |
2 <description>performs gene and feature quantification on single-cell sequencing data.</description> | 2 <description>performs gene and feature quantification on single-cell sequencing data.</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <requirements> | |
7 <requirement type="package" version="@VERSION@" >kb-python</requirement> | |
8 <requirement type="package" version="1.0.0">jupyter</requirement> | |
9 </requirements> | |
10 | |
6 <stdio> | 11 <stdio> |
7 <exit_code range="1:" /> | 12 <exit_code range="1:" /> |
8 <exit_code range=":-1" /> | 13 <exit_code range=":-1" /> |
9 <regex match="Error:" /> | 14 <regex match="Error:" /> |
10 <regex match="Exception:" /> | 15 <regex match="Exception:" /> |