Mercurial > repos > ebi-gxa > scmap_preprocess_sce
diff scmap_macros.xml @ 0:a74497e18277 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
author | ebi-gxa |
---|---|
date | Wed, 29 Apr 2020 12:39:06 -0400 |
parents | |
children | 559b9d22f264 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scmap_macros.xml Wed Apr 29 12:39:06 2020 -0400 @@ -0,0 +1,45 @@ +<macros> + <token name="@TOOL_VERSION@">1.6.0</token> + <token name="@HELP@">More information can be found at https://bioconductor.org/packages/release/bioc/html/scmap.html</token> + <token name="@PROFILE@">18.01</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.0.8">scmap-cli</requirement> + <yield/> + </requirements> + </xml> + <xml name="version"> + <version_command><![CDATA[ + echo $(R --version | grep version | grep -v GNU)", scmap version" $(R --vanilla --slave -e "library(scmap); cat(sessionInfo()\$otherPkgs\$scmap\$Version)" 2> /dev/null | grep -v -i "WARNING: ") + ]]></version_command> + </xml> + <token name="@VERSION_HISTORY@"><![CDATA[ +**Version history** +1.6.0+galaxy0: Initial contribution. Jonathan Manning, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/. + ]]></token> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @Article{, + title = {scmap - A tool for unsupervised projection of single cell RNA-seq data}, + author = {Vladimir Yu. Kiselev and Martin Hemberg}, + year = {2017}, + journal = {bioRxiv}, + url = {http://doi.org/10.1101/150292}, + } + </citation> + <citation type="bibtex"> + @misc{githubscmap-cli.git, + author = {Jonathan Manning, EBI Gene Expression Team}, + year = {2018}, + title = {scmap-cli: command line interface for scmap}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/ebi-gene-expression-group/scmap-cli.git}, + } + </citation> + <citation type="doi">10.1101/2020.04.08.032698</citation> + <yield /> + </citations> + </xml> +</macros>