Mercurial > repos > ebi-gxa > scmap_preprocess_sce
annotate scmap_preprocess_sce.xml @ 3:10c060627ef9 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 824146613fdab1de5bf430e01422417a720fe3f2"
author | ebi-gxa |
---|---|
date | Thu, 13 Aug 2020 06:12:33 -0400 |
parents | a74497e18277 |
children |
rev | line source |
---|---|
0
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
1 <tool id="scmap_preprocess_sce" name="Scmap pre-process" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
2 <description>Pre-process SCE object before running downstream analysis</description> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
3 <macros> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
4 <import>scmap_macros.xml</import> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
5 </macros> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
8 scmap-preprocess-sce.R --input-object "${input_single_cell_experiment}" --output-sce-object "${output_single_cell_experiment}" |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
9 ]]></command> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
10 <inputs> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
11 <param type="data" name="input_single_cell_experiment" label="Input SCE object" format="rdata" help="SCE object to be pre-processed" /> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
12 </inputs> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
13 <outputs> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
14 <data name="output_single_cell_experiment" format="rdata" /> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
15 </outputs> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
16 <help><![CDATA[ |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
17 @HELP@ |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
18 |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
19 @VERSION_HISTORY@ |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
20 ]]></help> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
21 <expand macro="citations" /> |
a74497e18277
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 59503a4ae6f53a7782336df4f82fbd755cfb2933"
ebi-gxa
parents:
diff
changeset
|
22 </tool> |