# HG changeset patch # User lain # Date 1660058385 0 # Node ID c7f4f2ac38f28ccc50b1e674da1bb8410f4bc593 # Parent 426b0f85a31175dcb82b1df1551c64b700f5a7bc " master branch Updating" diff -r 426b0f85a311 -r c7f4f2ac38f2 README.md --- a/README.md Tue Jul 19 07:36:57 2022 +0000 +++ b/README.md Tue Aug 09 15:19:45 2022 +0000 @@ -4,16 +4,110 @@ History Metadata Extractor === -Extracts informations from the `jobs_attrs.txt` file in exported histories, -and produces an html page showing these informations in a kawaii table. +summary +--- + +This tool xtracts informations from the `jobs_attrs.txt` and +`datasets_attrs` files in exported histories, and produces an html page +showing these informations in a kawaii table. + +story +--- + +You have conscientiously stored your Galaxy history exports through the +years and now need to mine into it. You want to check what has been done +but you fear the time needed to get all the info by reloading your +histories into Galaxy for manual mining. You know there is this +'jobs_attrs.txt' file that contains the golden info, but eh... + +So unfriendly! + +Worry no more! The History Metadata Extractor is there for you! Just upload +your 'jobs_attrs.txt' file and generate a user-friendly summary of the main +basic info you may be interested in. Tools used, parameters set... The overview +you have been dreaming of in a nice html file! You're welcome :) + +How to use this tool +--- + +Your exported histories are at the zip format. +Extract the history you want to visualize, and upload the following files: + + * jobs_attrs.txt + * datasets_attrs.txt + +Run the History Metadata Extractor tool with these input files. You will get a +HTML file in output. This file can be viewed clicking on the little eye on +the right of the output card in the output panel. +Each history entry is displayed like the following: + +``` +[{ID}] - {tool name} - {tool version} +status: {text status}({error code}) +{table} +``` +note that `[ID]` is replaced by `[DELETED]` if the dataset has been deleted. +the error code can be "None" sometimes, if not provided in the archive. + +The table is always presented like the following: +``` +| | value | name | extension | hid | +| parameters 1 | | | | | +| parameters 2 | | | | | +| parameters 3 | | | | | +| ... | ... | ... | ... | ... | +| parameters n | | | | | +``` + +The `value` is the textual representation of the parameter provided. +For files, the value is not very interesting but the name, extension and +history ID should be meaningfull to you. +The hid value is the same number as the one found between brackets. +So, if a file with hid = 42 has been input to your tool, you can find where +this file comes from, from its hid. +The only exception is for the `__DATA_FETSH__` tool. This tool is invoked the +when the "upload" button is pressed, so the hid for these files will always be +"_weird_". + +examples +=== + +
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
file_count | +1 | ++ | + | + |
files | +file_data: /galaxy/data/tmp/c400d309afc6474c8b5d1900ad47051a | +test.rdata | +auto | +232343 | +
paramfile | +None | ++ | + | + |
request_version | +1 | ++ | + | + |
auto_decompress | +True | ++ | + | + |
check_content | +True | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
file_count | +1 | ++ | + | + |
files | +file_data: /galaxy/data/tmp/e44f6de2f1fd410ab5ab76d3589ed689 | +peaklist_fragments.tsv | +auto | +232384 | +
paramfile | +None | ++ | + | + |
request_version | +1 | ++ | + | + |
auto_decompress | +True | ++ | + | + |
check_content | +True | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
file_count | +1 | ++ | + | + |
files | +file_data: /galaxy/data/tmp/7964e374d9fa423cb3438b054c7f91f0 | +peaklist_precursors.csv | +auto | +232385 | +
paramfile | +None | ++ | + | + |
request_version | +1 | ++ | + | + |
auto_decompress | +True | ++ | + | + |
check_content | +True | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
file_count | +1 | ++ | + | + |
files | +file_data: /galaxy/data/tmp/2e503324d9d54059953fac2d6151c762 | +compounds_pos.txt | +auto | +232386 | +
paramfile | +None | ++ | + | + |
request_version | +1 | ++ | + | + |
auto_decompress | +True | ++ | + | + |
check_content | +True | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
colmass | +1 | ++ | + | + |
header | +1 | ++ | + | + |
header_choice | +true | ++ | + | + |
mode | +POSITIVE | ++ | + | + |
ppm_error | +5.0 | ++ | + | + |
variableMetadata_in | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
verbose | +1 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
colmass | +1 | ++ | + | + |
header | +1 | ++ | + | + |
header_choice | +true | ++ | + | + |
mode | +POSITIVE | ++ | + | + |
ppm_error | +5.0 | ++ | + | + |
variableMetadata_in | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
verbose | +1 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
atomes_basic | +C;N;O;H;P | ++ | + | + |
atomes_sup | +None | ++ | + | + |
choice | +YES | ++ | + | + |
colId | +1 | ++ | + | + |
colmass | +1 | ++ | + | + |
header_choice | +true | ++ | + | + |
nbHeader | +1 | ++ | + | + |
input | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
mode | +neutral | ++ | + | + |
regleOr | +NO | ++ | + | + |
tol | +1.0 | ++ | + | + |
verbose | +1 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
atomes_basic | +C;N;O;H;P | ++ | + | + |
atomes_sup | +None | ++ | + | + |
choice | +YES | ++ | + | + |
colId | +1 | ++ | + | + |
colmass | +1 | ++ | + | + |
header_choice | +true | ++ | + | + |
nbHeader | +1 | ++ | + | + |
input | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
mode | +neutral | ++ | + | + |
regleOr | +NO | ++ | + | + |
tol | +1.0 | ++ | + | + |
verbose | +1 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
DotproductDistanceThreshold | +0.5 | ++ | + | + |
EuclideanDistanceThreshold | +0.5 | ++ | + | + |
HammingDistanceThreshold | +500.0 | ++ | + | + |
JaccardDistanceThreshold | +0.9 | ++ | + | + |
columnType | +VAR5 | ++ | + | + |
choice | +YES | ++ | + | + |
masses | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
intensity_type | +true | ++ | + | + |
maxHits | +100 | ++ | + | + |
maxIons | +0 | ++ | + | + |
mzRes | +0 | ++ | + | + |
ri | +1898 | ++ | + | + |
riWindow | +5 | ++ | + | + |
s12GowerLegendreDistanceThreshold | +0.9 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
DotproductDistanceThreshold | +0.5 | ++ | + | + |
EuclideanDistanceThreshold | +0.5 | ++ | + | + |
HammingDistanceThreshold | +500.0 | ++ | + | + |
JaccardDistanceThreshold | +0.9 | ++ | + | + |
columnType | +VAR5 | ++ | + | + |
choice | +YES | ++ | + | + |
masses | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
intensity_type | +true | ++ | + | + |
maxHits | +100 | ++ | + | + |
maxIons | +0 | ++ | + | + |
mzRes | +0 | ++ | + | + |
ri | +1898 | ++ | + | + |
riWindow | +5 | ++ | + | + |
s12GowerLegendreDistanceThreshold | +0.9 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
DotproductDistanceThreshold | +0.5 | ++ | + | + |
EuclideanDistanceThreshold | +0.5 | ++ | + | + |
HammingDistanceThreshold | +500.0 | ++ | + | + |
JaccardDistanceThreshold | +0.9 | ++ | + | + |
columnType | +VAR5 | ++ | + | + |
choice | +YES | ++ | + | + |
masses | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
intensity_type | +true | ++ | + | + |
maxHits | +100 | ++ | + | + |
maxIons | +0 | ++ | + | + |
mzRes | +0 | ++ | + | + |
ri | +1898 | ++ | + | + |
riWindow | +5 | ++ | + | + |
s12GowerLegendreDistanceThreshold | +0.9 | ++ | + | + |
+ | value | +name | +extension | +hid | +
---|---|---|---|---|
cond | +c3-c2 | ++ | + | + |
input | +9a0ce47bd1734ae7 | +peaklist_fragments.tsv | +tabular | +42 | +
round | +no | ++ | + | + |
- Outputs: {tool_output} -
diff -r 426b0f85a311 -r c7f4f2ac38f2 test-data/out.html --- a/test-data/out.html Tue Jul 19 07:36:57 2022 +0000 +++ b/test-data/out.html Tue Aug 09 15:19:45 2022 +0000 @@ -65,9 +65,6 @@ > [1] - __DATA_FETCH__ - 0.1.0 -- Outputs: -
@@ -140,9 +137,6 @@ > [42] - __DATA_FETCH__ - 0.1.0 -- Outputs: -
@@ -215,9 +209,6 @@ > [DELETED] - csv_to_tabular - 1.0.0 -- Outputs: -
@@ -266,9 +257,6 @@ > [43] - __DATA_FETCH__ - 0.1.0 -- Outputs: -
@@ -341,9 +329,6 @@ > [44] - __DATA_FETCH__ - 0.1.0 -- Outputs: -
@@ -416,9 +401,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -533,9 +515,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -650,9 +629,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -767,9 +743,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -854,9 +827,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -941,9 +911,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -1028,9 +995,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -1115,9 +1079,6 @@ > [DELETED] - __DATA_FETCH__ - 0.1.0 -- Outputs: -
@@ -1190,9 +1151,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -1379,9 +1337,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -1568,9 +1523,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -1667,9 +1619,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -1766,9 +1715,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -1865,9 +1811,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -1964,9 +1907,6 @@ > [DELETED] - intens_check - 1.2.8 -- Outputs: -
@@ -2033,9 +1973,6 @@ > [DELETED] - intens_check - 1.2.8 -- Outputs: -
@@ -2102,9 +2039,6 @@ > [DELETED] - wsdl_hmdb - 1.6.1 -- Outputs: -
@@ -2207,9 +2141,6 @@ > [DELETED] - wsdl_hmdb - 1.6.1 -- Outputs: -
@@ -2312,9 +2243,6 @@ > [DELETED] - wsdl_hmdb - 1.6.1 -- Outputs: -
@@ -2417,9 +2345,6 @@ > [DELETED] - idchoice - 19.12 -- Outputs: -
@@ -2486,9 +2411,6 @@ > [DELETED] - idchoice - 19.12 -- Outputs: -
@@ -2555,9 +2477,6 @@ > [DELETED] - Analytic_correlation_filtration - 2019-06-20 -- Outputs: -
@@ -2660,9 +2579,6 @@ > [DELETED] - Analytic_correlation_filtration - 2019-06-20 -- Outputs: -
@@ -2765,9 +2681,6 @@ > [DELETED] - correlation_analysis - 1.0.1+galaxy0 -- Outputs: -
@@ -2834,9 +2747,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -2993,9 +2903,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -3152,9 +3059,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -3311,9 +3215,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -3470,9 +3371,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -3569,9 +3467,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -3668,9 +3563,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -3857,9 +3749,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -4046,9 +3935,6 @@ > [DELETED] - abims_xcms_retcor - 3.12.0+galaxy0 -- Outputs: -
@@ -4133,9 +4019,6 @@ > [DELETED] - abims_xcms_retcor - 3.12.0+galaxy0 -- Outputs: -
@@ -4220,9 +4103,6 @@ > [DELETED] - abims_xcms_summary - 3.12.0+galaxy0 -- Outputs: -
@@ -4265,9 +4145,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -4358,9 +4235,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -4451,9 +4325,6 @@ > [DELETED] - xcms_merge - 3.12.0+galaxy0 -- Outputs: -
@@ -4508,9 +4379,6 @@ > [DELETED] - xcms_merge - 3.12.0+galaxy0 -- Outputs: -
@@ -4565,9 +4433,6 @@ > [DELETED] - abims_xcms_xcmsSet - 3.12.0+galaxy0 -- Outputs: -
@@ -4694,9 +4559,6 @@ > [DELETED] - abims_xcms_xcmsSet - 3.12.0+galaxy0 -- Outputs: -
@@ -4823,9 +4685,6 @@ > [DELETED] - xcms_export_samplemetadata - 3.12.0+galaxy0 -- Outputs: -
@@ -4868,9 +4727,6 @@ > [DELETED] - xcms_plot_chromatogram - 3.12.0+galaxy0 -- Outputs: -
@@ -4925,9 +4781,6 @@ > [DELETED] - xcms_plot_chromatogram - 3.12.0+galaxy0 -- Outputs: -
@@ -4982,9 +4835,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -5087,9 +4937,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -5192,9 +5039,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -5297,9 +5141,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -5384,9 +5225,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -5471,9 +5309,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -5558,9 +5393,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -5645,9 +5477,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -5834,9 +5663,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -6023,9 +5849,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -6212,9 +6035,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -6401,9 +6221,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -6590,9 +6407,6 @@ > [DELETED] - abims_CAMERA_annotateDiffreport - 2.2.6+camera1.48.0-galaxy0 -- Outputs: -
@@ -6779,9 +6593,6 @@ > [DELETED] - abims_xcms_retcor - 3.12.0+galaxy0 -- Outputs: -
@@ -6866,9 +6677,6 @@ > [DELETED] - abims_xcms_retcor - 3.12.0+galaxy0 -- Outputs: -
@@ -6953,9 +6761,6 @@ > [DELETED] - abims_xcms_summary - 3.12.0+galaxy0 -- Outputs: -
@@ -6998,9 +6803,6 @@ > [DELETED] - abims_xcms_summary - 3.12.0+galaxy0 -- Outputs: -
@@ -7043,9 +6845,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -7136,9 +6935,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -7229,9 +7025,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -7322,9 +7115,6 @@ > [DELETED] - abims_xcms_group - 3.12.0+galaxy0 -- Outputs: -
@@ -7415,9 +7205,6 @@ > [DELETED] - xcms_merge - 3.12.0+galaxy0 -- Outputs: -
@@ -7472,9 +7259,6 @@ > [DELETED] - xcms_merge - 3.12.0+galaxy0 -- Outputs: -
@@ -7529,9 +7313,6 @@ > [DELETED] - xcms_export_samplemetadata - 3.12.0+galaxy0 -- Outputs: -
@@ -7574,9 +7355,6 @@ > [DELETED] - xcms_plot_chromatogram - 3.12.0+galaxy0 -- Outputs: -
@@ -7631,9 +7409,6 @@ > [DELETED] - xcms_plot_chromatogram - 3.12.0+galaxy0 -- Outputs: -
@@ -7688,9 +7463,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -7793,9 +7565,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -7898,9 +7667,6 @@ > [DELETED] - abims_xcms_fillPeaks - 3.12.0+galaxy0 -- Outputs: -
@@ -8003,9 +7769,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -8090,9 +7853,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -8177,9 +7937,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -8264,9 +8021,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -8351,9 +8105,6 @@ > [DELETED] - intens_check - 1.2.8 -- Outputs: -
@@ -8420,9 +8171,6 @@ > [DELETED] - intens_check - 1.2.8 -- Outputs: -
@@ -8489,9 +8237,6 @@ > [DELETED] - Analytic_correlation_filtration - 2019-06-20 -- Outputs: -
@@ -8594,9 +8339,6 @@ > [DELETED] - Analytic_correlation_filtration - 2019-06-20 -- Outputs: -
@@ -8699,9 +8441,6 @@ > [DELETED] - correlation_analysis - 1.0.1+galaxy0 -- Outputs: -
@@ -8768,9 +8507,6 @@ > [DELETED] - Transformation - 2.2.0 -- Outputs: -
@@ -8819,9 +8555,6 @@ > [DELETED] - Transformation - 2.2.0 -- Outputs: -
@@ -8870,9 +8603,6 @@ > [DELETED] - normalization - 1.0.7 -- Outputs: -
@@ -8927,9 +8657,6 @@ > [DELETED] - normalization - 1.0.7 -- Outputs: -
@@ -8984,9 +8711,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -9083,9 +8807,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -9182,9 +8903,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9299,9 +9017,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9416,9 +9131,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9533,9 +9245,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9650,9 +9359,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9767,9 +9473,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -9884,9 +9587,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10001,9 +9701,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10118,9 +9815,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10235,9 +9929,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -10334,9 +10025,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -10433,9 +10121,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10550,9 +10235,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10667,9 +10349,6 @@ > [DELETED] - Batch_correction - 3.0.0 -- Outputs: -
@@ -10784,9 +10463,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -10883,9 +10559,6 @@ > [DELETED] - Determine_BC - 3.0.0 -- Outputs: -
@@ -10982,9 +10655,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -11081,9 +10751,6 @@ > [DELETED] - corrtable - 1.0.0 -- Outputs: -
@@ -11180,9 +10847,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -11339,9 +11003,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -11498,9 +11159,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -11657,9 +11315,6 @@ > [DELETED] - Multivariate - 2.4.0 -- Outputs: -
@@ -11816,9 +11471,6 @@ > [DELETED] - biosigner - 2.2.7 -- Outputs: -
@@ -11885,9 +11537,6 @@ > [DELETED] - biosigner - 2.2.7 -- Outputs: -
@@ -11954,9 +11603,6 @@ > [DELETED] - biosigner - 2.2.7 -- Outputs: -
@@ -12023,9 +11669,6 @@ > [DELETED] - biosigner - 2.2.7 -- Outputs: -
@@ -12092,9 +11735,6 @@ > [DELETED] - Univariate - 2.2.4 -- Outputs: -
@@ -12173,9 +11813,6 @@ > [DELETED] - Univariate - 2.2.4 -- Outputs: -
@@ -12254,9 +11891,6 @@ > [DELETED] - Univariate - 2.2.4 -- Outputs: -
@@ -12335,9 +11969,6 @@ > [DELETED] - abims_anova - 1.2.1 -- Outputs: -
@@ -12446,9 +12077,6 @@ > [DELETED] - abims_anova - 1.2.1 -- Outputs: -
@@ -12557,9 +12185,6 @@ > [DELETED] - wsdl_hmdb - 1.7.2 -- Outputs: -
@@ -12662,9 +12287,6 @@ > [DELETED] - wsdl_hmdb - 1.7.2 -- Outputs: -
@@ -12767,9 +12389,6 @@ > [DELETED] - wsdl_hmdb - 1.7.2 -- Outputs: -
@@ -12872,9 +12491,6 @@ > [DELETED] - bank_inhouse - 1.2.1 -- Outputs: -
@@ -13007,9 +12623,6 @@ > [DELETED] - bank_inhouse - 1.2.1 -- Outputs: -
@@ -13142,9 +12755,6 @@ > [576] - bih4bloodexposome - 0.1.2 -- Outputs: -
@@ -13223,9 +12833,6 @@ > [577] - bih4bloodexposome - 0.1.2 -- Outputs: -
@@ -13304,9 +12911,6 @@ > [DELETED] - bih4maconda - 0.1.4 -- Outputs: -
@@ -13385,9 +12989,6 @@ > [DELETED] - bih4maconda - 0.1.4 -- Outputs: -
@@ -13466,9 +13067,6 @@ > [580] - hr2 - 1.1.1.7 -- Outputs: -
@@ -13577,9 +13175,6 @@ > [581] - hr2 - 1.1.1.7 -- Outputs: -
@@ -13688,9 +13283,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -13775,9 +13367,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -13862,9 +13451,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -13949,9 +13535,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14036,9 +13619,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14123,9 +13703,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14210,9 +13787,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14297,9 +13871,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14384,9 +13955,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14471,9 +14039,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14558,9 +14123,6 @@ > [DELETED] - metams_runGC - 2.1.1 -- Outputs: -
@@ -14645,9 +14207,6 @@ > [595] - golm_ws_lib_search - 2016-12-05 -- Outputs: -
@@ -14768,9 +14327,6 @@ > [593] - golm_ws_lib_search - 2016-12-05 -- Outputs: -
@@ -14891,9 +14447,6 @@ > [594] - golm_ws_lib_search - 2016-12-05 -- Outputs: -
@@ -15014,9 +14567,6 @@ > [DELETED] - tablemerge - 1.0.1 -- Outputs: -
@@ -15071,9 +14621,6 @@ > [DELETED] - idchoice - 19.12 -- Outputs: -
@@ -15140,9 +14687,6 @@ > [DELETED] - idchoice - 19.12 -- Outputs: -
@@ -15209,9 +14753,6 @@ > [DELETED] - generic_filter - 2020.01 -- Outputs: -
@@ -15278,9 +14819,6 @@ > [DELETED] - generic_filter - 2020.01 -- Outputs: -
@@ -15347,9 +14885,6 @@ > [DELETED] - generic_filter - 2020.01 -- Outputs: -
@@ -15416,9 +14951,6 @@ > [602] - Add_a_column1 - 1.1.0 -- Outputs: -
@@ -15473,9 +15005,6 @@ > [DELETED] - Cut1 - 1.0.2 -- Outputs: -
@@ -15530,9 +15059,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -15617,9 +15143,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -15704,9 +15227,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -15791,9 +15311,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -15878,9 +15395,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -15965,9 +15479,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -16052,9 +15563,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -16139,9 +15647,6 @@ > [DELETED] - quality_metrics - 2.2.8 -- Outputs: -
@@ -16277,7 +15782,7 @@ Array.prototype.forEach.call(document.getElementsByClassName( "history_metadata_extractor_h2"), (h2) => { - var table = h2.nextSibling.nextSibling.nextSibling.nextSibling.nextSibling.nextSibling ; + var table = h2.nextElementSibling.nextElementSibling.nextElementSibling ; h2.onclick = (e) => { if (table.classList.contains("d-none")) { table.classList.remove("d-none") ;