# HG changeset patch # User ebi-gxa # Date 1554307003 14400 # Node ID 1b43a2d812c9d7c6ba698a3ea0c3d4acfebe0aae 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 9bf9a6e46a330890be932f60d1d996dd166426c4 diff -r 000000000000 -r 1b43a2d812c9 cell-browser.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cell-browser.xml Wed Apr 03 11:56:43 2019 -0400 @@ -0,0 +1,114 @@ + + displays single-cell clusterized data in an interactive web application. + + ucsc-cell-browser + + + + + ./cellbrowser.conf; + echo "meta = '$cellMetadata'" >> ./cellbrowser.conf; + echo "name = 'sample'" >> ./cellbrowser.conf; + echo "exprMatrix = '$expressionMatrix'" >> ./cellbrowser.conf; + echo "geneIdType = 'symbol'" >> ./cellbrowser.conf; + + cbBuild -i cellbrowser.conf -o "$html_file.extra_files_path"; + mv "$html_file.extra_files_path"/index.html "$html_file"; + +#else if $input_type.expression_source == "cell-browser-tar": + + tar -xf '$tarred_sources'; + cbBuild -i cellbrowser.conf -o "$html_file.extra_files_path"; + mv "$html_file.extra_files_path"/index.html "$html_file"; + +#else if $input_type.expression_source == "scanpy": + + ln -s '$input_anndata_file' scanpy_ann_data.h5ad; + cbImportScanpy -i scanpy_ann_data.h5ad -o outdir -n sample --htmlDir "$html_file.extra_files_path"; + mv "$html_file.extra_files_path"/index.html "$html_file"; + +#end if +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Open Dataset... and then press the Open Dataset white button. + +Version history +--------------- + +0.4.3+galaxy0: Initial contribution. Pablo Moreno, Expression Atlas team https://www.ebi.ac.uk/gxa/home at +EMBL-EBI https://www.ebi.ac.uk/. + +0.4.38+galaxy0: Supports Seurat (through a converter) and Scanpy input. Pablo Moreno, Expression Atlas team https://www.ebi.ac.uk/gxa/home at +EMBL-EBI https://www.ebi.ac.uk/. +]]> + + + @misc{ucsc-cell-browser-gitrepo, + author = {Maximilian Haeussler and collaborators}, + year = {2018}, + title = {UCSC Single Cell Browser: Python pipeline and Javascript scatter plot library for single-cell datasets}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/maximilianh/cellBrowser}, + } + + +