Mercurial > repos > goeckslab > scimap_mcmicro_to_anndata
comparison mcmicro_to_anndata.xml @ 2:4c767e1a9e7c draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/scimap commit 9fb5578191db8a559191e45156cfb95350f01aea
author | goeckslab |
---|---|
date | Mon, 10 Jun 2024 18:45:21 +0000 |
parents | 2a3152751ca8 |
children |
comparison
equal
deleted
inserted
replaced
1:8ca435ec19be | 2:4c767e1a9e7c |
---|---|
4 <import>main_macros.xml</import> | 4 <import>main_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="scimap_requirements" /> | 6 <expand macro="scimap_requirements" /> |
7 <expand macro="macro_stdio" /> | 7 <expand macro="macro_stdio" /> |
8 <version_command>echo "@VERSION@"</version_command> | 8 <version_command>echo "@VERSION@"</version_command> |
9 <command> | 9 <command detect_errors="aggressive"> |
10 <![CDATA[ | 10 <![CDATA[ |
11 python '$__tool_directory__/mcmicro_to_anndata.py' | 11 python '$__tool_directory__/mcmicro_to_anndata.py' |
12 --inputs '$inputs' | 12 --inputs '$inputs' |
13 --outfile '$outfile' | 13 --outfile '$outfile' |
14 | 14 |
54 | 54 |
55 Anndata. | 55 Anndata. |
56 | 56 |
57 ]]> | 57 ]]> |
58 </help> | 58 </help> |
59 <citations> | 59 <expand macro="citations" /> |
60 </citations> | |
61 </tool> | 60 </tool> |