Mercurial > repos > ebi-gxa > scmap_select_features
comparison scmap_macros.xml @ 0:89ebe4961a3d draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 542b6e6848acedbbedb6fa2d4b44c8d476597cdd"
| author | ebi-gxa |
|---|---|
| date | Fri, 03 Apr 2020 10:31:10 +0000 |
| parents | |
| children | 85629a64a82d |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:89ebe4961a3d |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">1.6.0</token> | |
| 3 <token name="@HELP@">More information can be found at https://bioconductor.org/packages/release/bioc/html/scmap.html</token> | |
| 4 <token name="@PROFILE@">18.01</token> | |
| 5 <xml name="requirements"> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="0.0.5">scmap-cli</requirement> | |
| 8 <yield/> | |
| 9 </requirements> | |
| 10 </xml> | |
| 11 <xml name="version"> | |
| 12 <version_command><![CDATA[ | |
| 13 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: ") | |
| 14 ]]></version_command> | |
| 15 </xml> | |
| 16 <token name="@VERSION_HISTORY@"><![CDATA[ | |
| 17 **Version history** | |
| 18 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/. | |
| 19 ]]></token> | |
| 20 <xml name="citations"> | |
| 21 <citations> | |
| 22 <citation type="bibtex"> | |
| 23 @Article{, | |
| 24 title = {scmap - A tool for unsupervised projection of single cell RNA-seq data}, | |
| 25 author = {Vladimir Yu. Kiselev and Martin Hemberg}, | |
| 26 year = {2017}, | |
| 27 journal = {bioRxiv}, | |
| 28 url = {http://doi.org/10.1101/150292}, | |
| 29 } | |
| 30 </citation> | |
| 31 <citation type="bibtex"> | |
| 32 @misc{githubscmap-cli.git, | |
| 33 author = {Jonathan Manning, EBI Gene Expression Team}, | |
| 34 year = {2018}, | |
| 35 title = {scmap-cli: command line interface for scmap}, | |
| 36 publisher = {GitHub}, | |
| 37 journal = {GitHub repository}, | |
| 38 url = {https://github.com/ebi-gene-expression-group/scmap-cli.git}, | |
| 39 } | |
| 40 </citation> | |
| 41 <yield /> | |
| 42 </citations> | |
| 43 </xml> | |
| 44 </macros> |
