comparison history_metadata_extractor.xml @ 1:c7f4f2ac38f2 draft default tip

" master branch Updating"
author lain
date Tue, 09 Aug 2022 15:19:45 +0000
parents 426b0f85a311
children
comparison
equal deleted inserted replaced
0:426b0f85a311 1:c7f4f2ac38f2
6 > 6 >
7 <description> 7 <description>
8 displays information from exported history's jobs_attrs.txt file. 8 displays information from exported history's jobs_attrs.txt file.
9 </description> 9 </description>
10 <macros> 10 <macros>
11 <token name="@TOOL_VERSION@">1.0.0</token> 11 <token name="@TOOL_VERSION@">0.2.0</token>
12 <token name="@VERSION_SUFFIX@">0</token> 12 <token name="@VERSION_SUFFIX@">0</token>
13 </macros> 13 </macros>
14 <requirements> 14 <requirements>
15 <requirement type="package" version="3.10.5">python</requirement> 15 <requirement type="package" version="3.10.5">python</requirement>
16 </requirements> 16 </requirements>
61 <param name="dataset_attrs" value="datasets_attrs.txt" /> 61 <param name="dataset_attrs" value="datasets_attrs.txt" />
62 <output name="history_visu" file="out.html" /> 62 <output name="history_visu" file="out.html" />
63 </test> 63 </test>
64 </tests> 64 </tests>
65 <help><![CDATA[ 65 <help><![CDATA[
66 .. class:: infomark
67
68 **Authors** Lain Pavot
69
70 .. class:: infomark
71
72 ---------------------------------------------------
73
74
75
76
77 History Metadata Extractor
78
79 Extracts informations from the `jobs_attrs.txt` file in exported histories,
80 and produces an html page showing these informations in a kawaii table.
81
82
83
84 Metadata
85 66
86 * **@AUTHOR**: Lain Pavot - lain.pavot@inrae.fr 67 * **@AUTHOR**: Lain Pavot - lain.pavot@inrae.fr
87 * **@CREATION DATE**: 22/06/2022 68 * **@CREATION DATE**: 22/06/2022
88 * **@DATE**: 22/06/2022 69 * **@LAST UPDATE DATE**: 08/08/2022
89 * **@VERSION**: 0.1.0 70 * **@VERSION**: @TOOL_VERSION@
90 71
72 ----
91 73
74 ==========================
75 History Metadata Extractor
76 ==========================
92 77
78 -------
79 summary
80 -------
93 81
94 ]]> 82 | This tool xtracts informations from the `jobs_attrs.txt` and
83 `datasets_attrs` files in exported histories, and produces an html page
84 showing these informations in a kawaii table.
85
86 -----
87 story
88 -----
89
90 | You have conscientiously stored your Galaxy history exports through the
91 years and now need to mine into it. You want to check what has been done
92 but you fear the time needed to get all the info by reloading your
93 histories into Galaxy for manual mining. You know there is this
94 'jobs_attrs.txt' file that contains the golden info, but eh...
95
96 | So unfriendly!
97
98 | Worry no more! The History Metadata Extractor is there for you! Just upload
99 your 'jobs_attrs.txt' file and generate a user-friendly summary of the main
100 basic info you may be interested in. Tools used, parameters set... The overview
101 you have been dreaming of in a nice html file! You're welcome :)
102
103 --------------------
104 How to use this tool
105 --------------------
106
107 Your exported histories are at the zip format.
108 Extract the history you want to visualize, and upload the following files:
109
110 * jobs_attrs.txt
111 * datasets_attrs.txt
112
113 Run the History Metadata Extractor tool with these input files. You will get a
114 HTML file in output. This file can be viewed clicking on the little eye on
115 the right of the output card in the output panel.
116
117 --
118
119 Love & Unicorns - Lain
120 ]]>
95 </help> 121 </help>
96 </tool> 122 </tool>