Mercurial > repos > iuc > anndata_import
comparison import.xml @ 2:e175d4067b00 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 3b41d687ff30583540d055f6995de00530cca81d"
author | iuc |
---|---|
date | Thu, 12 Dec 2019 09:23:27 -0500 |
parents | 69e2275406fd |
children | b5c7ba11401d |
comparison
equal
deleted
inserted
replaced
1:a61350ab6563 | 2:e175d4067b00 |
---|---|
11 <param name="make_unique" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Make the variable index unique by appending '-1', '-2'?"/> | 11 <param name="make_unique" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Make the variable index unique by appending '-1', '-2'?"/> |
12 <param name="gex_only" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Keep only 'Gene Expression' data and ignore other feature types?"/> | 12 <param name="gex_only" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Keep only 'Gene Expression' data and ignore other feature types?"/> |
13 </xml> | 13 </xml> |
14 </macros> | 14 </macros> |
15 <expand macro="requirements"> | 15 <expand macro="requirements"> |
16 | 16 <requirement type="package" version="1.4.4.post1">scanpy</requirement> |
17 </expand> | 17 </expand> |
18 <expand macro="version_command"/> | 18 <expand macro="version_command"/> |
19 <command detect_errors="exit_code"><![CDATA[ | 19 <command detect_errors="exit_code"><![CDATA[ |
20 #if $in.adata_format == 'mtx' | 20 #if $in.adata_format == 'mtx' |
21 mkdir mtx | 21 mkdir mtx |