comparison import.xml @ 8:ae1e5d9d8972 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit fe92541d2244bbe480481e2ca82fe2e81b08df47"
author iuc
date Fri, 19 Feb 2021 23:53:04 +0000
parents cfc3f5a57dc6
children 499059586799
comparison
equal deleted inserted replaced
7:cfc3f5a57dc6 8:ae1e5d9d8972
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 <requirement type="package" version="1.4.4.post1">scanpy</requirement> 16 <requirement type="package" version="1.7.0">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 $hd5_format.filetype == 'anndata' 20 #if $hd5_format.filetype == 'anndata'
21 #if $hd5_format.in.adata_format == 'mtx' 21 #if $hd5_format.in.adata_format == 'mtx'