@@ -15,58 +15,70 @@ tools:
1515 documentation : https://scanpy.readthedocs.io/en/stable/api/generated/scanpy.pp.filter_cells.html
1616 tool_dev_url : https://github.com/scverse/scanpy
1717 doi : 10.1186/s13059-017-1382-0
18- licence : ["BSD-3-Clause"]
19-
18+ licence :
19+ - " BSD-3-Clause"
20+ identifier : biotools:scanpy
2021input :
2122 - - meta :
2223 type : map
2324 description : |
2425 Groovy Map containing sample information
2526 e.g. [ id:'test' ]
26- - h5ad :
27+ - anndata :
2728 type : file
28- description : AnnData object in h5ad format
29- pattern : " *.{h5ad}"
29+ description : AnnData object in h5ad or zarr format
30+ pattern : " *.{h5ad,zarr }"
3031 ontologies :
31- - edam : " http://edamontology.org/format_3590" # HDF5 format
32- - - min_genes :
33- type : integer
34- description : Minimum number of genes expressed per cell
35- - - min_cells :
36- type : integer
37- description : Minimum number of cells expressing each gene
38- - - min_counts_gene :
39- type : integer
40- description : Minimum number of counts per gene
41- - - min_counts_cell :
42- type : integer
43- description : Minimum number of counts per cell
44- - - max_mito_percentage :
45- type : integer
46- description : Maximum percentage of mitochondrial genes per cell
47- - - symbol_col :
48- type : string
49- description : Column name of the gene symbols in the `var` of the AnnData object. Use `index` if the gene symbols are the row names.
50-
32+ - edam : " http://edamontology.org/format_3590"
33+ - edam : " http://edamontology.org/format_3915"
34+ - min_genes :
35+ type : integer
36+ description : Minimum number of genes expressed per cell
37+ - min_cells :
38+ type : integer
39+ description : Minimum number of cells expressing each gene
40+ - min_counts_gene :
41+ type : integer
42+ description : Minimum number of counts per gene
43+ - min_counts_cell :
44+ type : integer
45+ description : Minimum number of counts per cell
46+ - max_mito_percentage :
47+ type : integer
48+ description : Maximum percentage of mitochondrial genes per cell
49+ - symbol_col :
50+ type : string
51+ description : Column name of the gene symbols in the `var` of the AnnData
52+ object. Use `index` if the gene symbols are the row names.
5153output :
52- h5ad :
53- - meta :
54- type : map
55- description : |
56- Groovy Map containing sample information
57- e.g. [ id:'test' ]
58- - " *.h5ad " :
54+ anndata :
55+ - - meta :
56+ type : map
57+ description : |
58+ Groovy Map containing sample information
59+ e.g. [ id:'test' ]
60+ - " *.{h5ad,zarr} " :
61+ type : file
62+ description : Filtered AnnData object in h5ad or zarr format
63+ pattern : " *.{h5ad,zarr}"
64+ ontologies :
65+ - edam : " http://edamontology.org/format_3590"
66+ - edam : " http://edamontology.org/format_3915"
67+ versions :
68+ - versions.yml :
5969 type : file
60- description : Filtered AnnData object
61- pattern : " *.h5ad "
70+ description : File containing software versions
71+ pattern : " versions.yml "
6272 ontologies :
63- - edam : " http://edamontology.org/format_3590" # HDF5 format
73+ - edam : http://edamontology.org/format_3750
74+ topics :
6475 versions :
6576 - versions.yml :
6677 type : file
6778 description : File containing software versions
6879 pattern : " versions.yml"
69-
80+ ontologies :
81+ - edam : http://edamontology.org/format_3750
7082authors :
7183 - " @nictru"
7284maintainers :
0 commit comments