# HG changeset patch
# User recetox
# Date 1635936840 0
# Node ID c6800346a5a8eacad8c92d746d31362ec34ef018
# Parent a48e50d1dba31f560b567bed48a508b10b9ded9c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 330dd8c8be0c43b5ce38d8c5573325b2c555491d"
diff -r a48e50d1dba3 -r c6800346a5a8 october_recetox_xmsannotator_advanced.xml
--- a/october_recetox_xmsannotator_advanced.xml Tue Nov 02 14:40:12 2021 +0000
+++ b/october_recetox_xmsannotator_advanced.xml Wed Nov 03 10:54:00 2021 +0000
@@ -17,7 +17,7 @@
#if $peak_table.is_of_type("parquet")
peak_table = load_peak_table_parquet("${peak_table}"),
#end if
- ## adduct_table = load_adduct_table_parquet("${adduct_table}"),
+ adduct_table = load_adduct_table_parquet("${adduct_table}"),
adduct_weights = as.data.frame(read.csv("${adduct_weights}")),
compound_table = load_compound_table_parquet("${compound_table}"),
mass_tolerance = 1e-6 * ${mass_tolerance_ppm},
@@ -26,15 +26,8 @@
min_cluster_size = as.integer($clustering.min_cluster_size),
deep_split = as.integer($clustering.deep_split),
network_type = "$clustering.network_type",
- ## #if $scoring.expected_adducts
- ## expected_adducts = load_expected_adducts_csv("${scoring.expected_adducts}"),
- ## #end if
- ## #if $scoring.boost_compounds
- ## boost_compounds = load_boost_compounds_csv("${scoring.boost_compounds}"),
- ## #end if
redundancy_filtering = $scoring.redundancy_filtering,
n_workers = n_workers,
- ## new params
intensity_deviation_tolerance = as.double($intensity_deviation_tolerance),
mass_defect_tolerance = as.double($mass_defect_tolerance),
mass_defect_precision = as.double($mass_defect_precision),
@@ -43,7 +36,6 @@
min_ions_per_chemical = as.integer($min_ions_per_chemical),
filter_by = "$filter_by"
)
-
save_parquet(data = annotation, file = "${annotation_parquet}")
]]>
@@ -59,10 +51,6 @@
-
-
-
-
Correlation threshold between peaks to qualify as adducts/isotopes of the same metabolite.
@@ -84,8 +72,8 @@
Network type parameter affects how the network's adjacency matrix is created from the correlation
matrix (see WGCNA package documentation).
-
-
+
+
@@ -96,22 +84,6 @@
cluster. Otherwise, do not account for cluster membership.
-
-