comparison cell-browser.xml @ 2:cc47d8df79eb draft default tip

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/ucsc-cell-browser/.shed.yml commit f12604f7ae850f2269a924f95a442c668948a61a"
author ebi-gxa
date Thu, 11 Jun 2020 20:58:35 +0000
parents 92a98e92907f
children
comparison
equal deleted inserted replaced
1:92a98e92907f 2:cc47d8df79eb
1 <tool id="ucsc_cell_browser" name="UCSC Cell Browser" version="0.5.43+galaxy1" profile="18.01"> 1 <tool id="ucsc_cell_browser" name="UCSC Cell Browser" version="0.7.10+galaxy0" profile="18.01">
2 <description>displays single-cell clusterized data in an interactive web application.</description> 2 <description>displays single-cell clusterized data in an interactive web application.</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.5.43">ucsc-cell-browser</requirement> 4 <requirement type="package" version="0.7.10">ucsc-cell-browser</requirement>
5 </requirements> 5 </requirements>
6 <stdio> 6 <stdio>
7 <exit_code range="1:" /> 7 <exit_code range="1:" />
8 </stdio> 8 </stdio>
9 <command><![CDATA[ 9 <command><![CDATA[
40 40
41 #if $input_type.marker_field: 41 #if $input_type.marker_field:
42 --markerField '${input_type.marker_field}' 42 --markerField '${input_type.marker_field}'
43 #end if 43 #end if
44 44
45 #if $input_type.cluster_field:
46 --clusterField '${input_type.cluster_field}'
47 #end if
48
49
45 -o outdir -n sample --htmlDir '$html_file.extra_files_path'; 50 -o outdir -n sample --htmlDir '$html_file.extra_files_path';
46 cp '$__tool_directory__/redirect.html' '$html_file'; 51 cp '$__tool_directory__/redirect.html' '$html_file';
47 52
48 #end if 53 #end if
49 ]]></command> 54 ]]></command>
63 <param name="tarred_sources" type="data" format="tar" label="CellBrowser source files tarred" help="Tar containing CellBrowser config, tsne, umap and other source files for running cbBuild"/> 68 <param name="tarred_sources" type="data" format="tar" label="CellBrowser source files tarred" help="Tar containing CellBrowser config, tsne, umap and other source files for running cbBuild"/>
64 </when> 69 </when>
65 <when value="scanpy"> 70 <when value="scanpy">
66 <param name="input_anndata_file" type="data" format="h5,h5ad" label="Input object in AnnData hdf5 format" help="Scanpy serialized output is by default produced as an AnnData hdf5 file."/> 71 <param name="input_anndata_file" type="data" format="h5,h5ad" label="Input object in AnnData hdf5 format" help="Scanpy serialized output is by default produced as an AnnData hdf5 file."/>
67 <param name="marker_field" argument="--markerField" type="text" value="rank_genes_groups" label="Marker genes field" help="Scanpy marker genes field to use, optional, if not set 'rank_genes_groups' will be used."/> 72 <param name="marker_field" argument="--markerField" type="text" value="rank_genes_groups" label="Marker genes field" help="Scanpy marker genes field to use, optional, if not set 'rank_genes_groups' will be used."/>
73 <param name="cluster_field" argument="--clusterField" type="text" label="Cluster field" help="Scanpy cluster field to use. Optional, if not set 'louvain' will be used. If the AnnData object doesn't not have 'louvain' among its clustering fields, then this NEEDS to be set or UCSC CellBrowser will fail."/>
68 </when> 74 </when>
69 </conditional> 75 </conditional>
70 </inputs> 76 </inputs>
71 <outputs> 77 <outputs>
72 <data format="html" name="html_file" label="${tool.name} on ${on_string}: Interactive Viewer"/> 78 <data format="html" name="html_file" label="${tool.name} on ${on_string}: Interactive Viewer"/>