comparison seurat_macros.xml @ 0:3aea769deab1 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 9bf9a6e46a330890be932f60d1d996dd166426c4
author ebi-gxa
date Wed, 03 Apr 2019 11:19:13 -0400
parents
children 13a27436f8ee
comparison
equal deleted inserted replaced
-1:000000000000 0:3aea769deab1
1 <?xml version="1.0"?>
2 <macros>
3
4 <token name="@VERSION@">0.0.5</token>
5
6 <xml name="requirements">
7 <requirements>
8 <requirement type="package" version="@VERSION@">seurat-scripts</requirement>
9 </requirements>
10 </xml>
11
12 <xml name="version">
13 <version_command><![CDATA[
14 echo $(R --version | grep version | grep -v GNU)", seurat version" $(R --vanilla --slave -e "library(seurat); cat(sessionInfo()\$otherPkgs\$seurat\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
15 ]]></version_command>
16 </xml>
17
18 <xml name="genes-use-input">
19 <param name="genes_use" argument="--genes-use" optional="true" type="data" format="tsv, txt" label="Genes to use" help="A file with gene names to use in construction of SNN graph if building directly based on expression data rather than a dimensionally reduced representation (i.e. PCs)."/>
20 </xml>
21 <xml name="dims-use-input">
22 <param name="dims_use" argument="--dims-use" min="1" optional="true" type="integer" label="PCA Dimensions to use" help="Number of PCs (dimensions) to use in construction of the SNN graph."/>
23 </xml>
24
25 <token name="@VERSION_HISTORY@"><![CDATA[
26 **Version history**
27
28 0.0.1: Initial contribution. Maria Doyle, https://github.com/mblue9.
29
30 2.3.1+galaxy0: Improved documentation and further exposition of all script's options. Pablo Moreno, Jonathan Manning and Ni Huang, Expression Atlas team https://www.ebi.ac.uk/gxa/home at
31 EMBL-EBI https://www.ebi.ac.uk/. Parts obtained from wrappers from Christophe Antoniewski(https://github.com/drosofff) and Lea Bellenger(https://github.com/bellenger-l).
32 ]]></token>
33
34
35 <xml name="citations">
36 <citations>
37 <citation type="doi">10.1038/nbt.4096</citation>
38 <citation type="bibtex">
39 @misc{r-seurat-scripts.git,
40 author = {Jonathan Manning, Pablo Moreno, EBI Gene Expression Team},
41 year = {2018},
42 title = {Seurat-scripts: command line interface for Seurat},
43 publisher = {GitHub},
44 journal = {GitHub repository},
45 url = {https://github.com/ebi-gene-expression-group/r-seurat-scripts.git},
46 }
47 </citation>
48 </citations>
49 </xml>
50 </macros>