Mercurial > repos > ebi-gxa > seurat_run_tsne
comparison extra/macro_mapper_seurat.yaml @ 6:0db997e4a81d draft default tip
planemo upload commit 0264c359f1d638bbbbab515a3502231f679cdcf6
author | ebi-gxa |
---|---|
date | Sat, 02 Mar 2024 10:42:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:8d9ceaec2c7f | 6:0db997e4a81d |
---|---|
1 --- | |
2 - option_group: | |
3 - input-object-file | |
4 - input-format | |
5 pre_command_macros: | |
6 - INPUT_OBJ_PREAMBLE | |
7 post_command_macros: | |
8 - INPUT_OBJECT | |
9 input_declaration_macros: | |
10 - input_object_params | |
11 - option_group: | |
12 - output-object-file | |
13 - output-format | |
14 post_command_macros: | |
15 - OUTPUT_OBJECT | |
16 input_declaration_macros: | |
17 - output_object_params | |
18 output_declaration_macros: | |
19 - output_files | |
20 - option_group: | |
21 - input-object-files | |
22 - input-format | |
23 pre_command_macros: | |
24 - INPUT_OBJS_PREAMBLE | |
25 post_command_macros: | |
26 - INPUT_OBJECTS | |
27 input_declaration_macros: | |
28 - input_object_params: | |
29 multiple: true | |
30 - option_group: | |
31 - reference-object-files | |
32 - reference-format | |
33 pre_command_macros: | |
34 - REFERENCE_OBJS_PREAMBLE | |
35 post_command_macros: | |
36 - REFERENCE_OBJECTS | |
37 input_declaration_macros: | |
38 - input_object_params: | |
39 varname: reference | |
40 multiple: true | |
41 optional: true | |
42 - option_group: | |
43 - reference-object-file | |
44 - reference-format | |
45 pre_command_macros: | |
46 - REFERENCE_OBJ_PREAMBLE | |
47 post_command_macros: | |
48 - REFERENCE_OBJECT | |
49 input_declaration_macros: | |
50 - input_object_params: | |
51 varname: reference | |
52 - option_group: | |
53 - anchors-object-file | |
54 - anchors-format | |
55 pre_command_macros: | |
56 - ANCHORS_OBJ_PREAMBLE | |
57 post_command_macros: | |
58 - ANCHORS_OBJECT | |
59 input_declaration_macros: | |
60 - input_object_params: | |
61 varname: anchors | |
62 - option_group: | |
63 - query-object-file | |
64 - query-format | |
65 pre_command_macros: | |
66 - QUERY_OBJ_PREAMBLE | |
67 post_command_macros: | |
68 - QUERY_OBJECT | |
69 input_declaration_macros: | |
70 - input_object_params: | |
71 varname: query | |
72 - option_group: | |
73 - plot-out | |
74 post_command_macros: | |
75 - OUTPUT_PLOT | |
76 output_declaration_macros: | |
77 - plot_output_files_format: | |
78 format: png | |
79 - plot_output_files_format: | |
80 format: pdf | |
81 - plot_output_files_format: | |
82 format: eps | |
83 - plot_output_files_format: | |
84 format: jpg | |
85 - plot_output_files_format: | |
86 format: ps | |
87 - plot_output_files_format: | |
88 format: tiff | |
89 - plot_output_files_format: | |
90 format: svg |