comparison import.xml @ 14:6f143dfe902a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit c1d84c1850c53deccc384de3960d2cec37bb2869
author iuc
date Fri, 08 Nov 2024 21:59:09 +0000
parents d330b3082107
children
comparison
equal deleted inserted replaced
13:d330b3082107 14:6f143dfe902a
10 </param> 10 </param>
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="bio_tools"/>
15 <expand macro="requirements"> 16 <expand macro="requirements">
16 <requirement type="package" version="1.10.2">scanpy</requirement> 17 <requirement type="package" version="1.10.2">scanpy</requirement>
17 </expand> 18 </expand>
18 <expand macro="version_command"/> 19 <expand macro="version_command"/>
19 <command detect_errors="exit_code"><![CDATA[ 20 <command detect_errors="exit_code"><![CDATA[
277 278
278 **What it does** 279 **What it does**
279 280
280 This tool creates an AnnData from several input types: 281 This tool creates an AnnData from several input types:
281 282
282 - Loom (`read_loom method <https://anndata.readthedocs.io/en/latest/generated/anndata.read_loom.html>`__) 283 - Loom (`read_loom method <https://anndata.readthedocs.io/en/latest/generated/anndata.io.read_loom.html>`__)
283 - Tabular (`read_csv method <https://anndata.readthedocs.io/en/latest/generated/anndata.read_csv.html>`__) 284 - Tabular (`read_csv method <https://anndata.readthedocs.io/en/latest/generated/anndata.io.read_csv.html>`__)
284 - Matrix Market (mtx), from Cell ranger or not (`read_mtx method <https://anndata.readthedocs.io/en/latest/generated/anndata.read_mtx.html>`__) 285 - Matrix Market (mtx), from Cell ranger or not (`read_mtx method <https://anndata.readthedocs.io/en/latest/generated/anndata.io.read_mtx.html>`__)
285 - UMI tools (`read_umi_tools method <https://anndata.readthedocs.io/en/latest/generated/anndata.read_umi_tools.html>`__) 286 - UMI tools (`read_umi_tools method <https://anndata.readthedocs.io/en/latest/generated/anndata.io.read_umi_tools.html>`__)
286 287
287 @HELP@ 288 @HELP@
288 ]]></help> 289 ]]></help>
289 <expand macro="citations"/> 290 <expand macro="citations"/>
290 </tool> 291 </tool>