Mercurial > repos > tduigou > rptools_rpviz
comparison rpviz.xml @ 2:751dfcc6f663 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
author | tduigou |
---|---|
date | Tue, 28 Mar 2023 12:11:30 +0000 |
parents | bf6f117ef632 |
children | 693c335d65e7 |
comparison
equal
deleted
inserted
replaced
1:1c8a408bd3fb | 2:751dfcc6f663 |
---|---|
1 <tool id="rptools_rpviz" name="Visualize pathways" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> | 1 <tool id="rptools_rpviz" name="Visualize pathways" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> |
2 <description>Visualize pathways from the RetroPath Suite</description> | 2 <description>Visualize pathways from the RetroPath Suite</description> |
3 <macros> | 3 <macros> |
4 <token name="@VERSION_SUFFIX@">0</token> | 4 <import>macros.xml</import> |
5 <token name="@TOOL_VERSION@">5.13.1</token> | |
6 </macros> | 5 </macros> |
7 <requirements> | 6 <expand macro="requirements"/> |
8 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> | |
9 </requirements> | |
10 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
11 #set input_folder="input_folder" | 8 #set input_folder="input_folder" |
12 mkdir -p '$input_folder' && | 9 mkdir -p '$input_folder' && |
13 #if str($input_type_conditional.input_type) == "sbml": | 10 #if str($input_type_conditional.input_type) == "sbml": |
14 #for $input in $input_type_conditional.input_sbml.keys(): | 11 #for $input in $input_type_conditional.input_sbml.keys(): |
52 <outputs> | 49 <outputs> |
53 <data name="html_file" format="html" label="Rpviz: Pathways Visualization"/> | 50 <data name="html_file" format="html" label="Rpviz: Pathways Visualization"/> |
54 </outputs> | 51 </outputs> |
55 <tests> | 52 <tests> |
56 <test> | 53 <test> |
57 <!-- test 1: check if identical html output is produced (single sbml input) --> | 54 <!-- test 1: check if identical html output is produced (single sbml input) --> |
58 <conditional name="input_type_conditional"> | 55 <conditional name="input_type_conditional"> |
59 <param name="input_type" value="single_sbml"/> | 56 <param name="input_type" value="single_sbml"/> |
60 <param name="input_single_sbml" value="lycopene_CrtEBI_from_selenzy.xml" /> | 57 <param name="input_single_sbml" value="lycopene_CrtEBI_from_selenzy.xml" /> |
61 </conditional> | 58 </conditional> |
62 <output name="html_file" > | 59 <output name="html_file" > |
63 <assert_contents> | 60 <assert_contents> |
64 <has_size value="1296252" delta="100" /> | 61 <has_size value="1296252" delta="1000" /> |
65 </assert_contents> | 62 </assert_contents> |
66 </output> | 63 </output> |
67 </test> | 64 </test> |
68 <test> | 65 <test> |
69 <!-- test 2: check if identical html output is produced (tar input) --> | 66 <!-- test 2: check if identical html output is produced (tar input) --> |
70 <conditional name="input_type_conditional"> | 67 <conditional name="input_type_conditional"> |
71 <param name="input_type" value="tar"/> | 68 <param name="input_type" value="tar"/> |
72 <param name="input_tar" value="as_tar_inputs.tgz" /> | 69 <param name="input_tar" value="as_tar_inputs.tgz" /> |
73 </conditional> | 70 </conditional> |
74 <output name="html_file" > | 71 <output name="html_file" > |
75 <assert_contents> | 72 <assert_contents> |
76 <has_size value="1604488" delta="100" /> | 73 <has_size value="1604488" delta="1000" /> |
77 </assert_contents> | 74 </assert_contents> |
78 </output> | 75 </output> |
79 </test> | 76 </test> |
80 </tests> | 77 </tests> |
81 <help><![CDATA[ | 78 <help><![CDATA[ |
82 RPVIZ | 79 RPVIZ |
83 ================ | 80 ===== |
84 | 81 |
85 Visualize pathways from the `RetroPath Suite <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_. | 82 Visualize pathways from the `RetroPath Suite <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_. |
86 | 83 |
87 Input | 84 Input |
88 ----- | 85 ----- |
97 | 94 |
98 Output | 95 Output |
99 ------ | 96 ------ |
100 | 97 |
101 * **Pathways Visualization**\ : HTML output for pathway's visualization. | 98 * **Pathways Visualization**\ : HTML output for pathway's visualization. |
102 | |
103 Project Links | |
104 ------------------ | |
105 | |
106 * `GitHub <https://github.com/brsynth/rptools/tree/master/rptools/rpviz>`_ | |
107 | |
108 License | |
109 ------- | |
110 | |
111 * `MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_ | |
112 | |
113 ]]></help> | 99 ]]></help> |
114 <creator> | 100 <expand macro="creator"/> |
115 <person givenName="Thomas" familyName="Duigou" email="thomas.duigou@inrae.fr" identifier="https://orcid.org/0000-0002-2649-2950" /> | 101 <citations> |
116 </creator> | 102 <citation type="doi">10.1038/s41467-022-32661-x</citation> |
103 </citations> | |
117 </tool> | 104 </tool> |