Mercurial > repos > recetox > october_recetox_xmsannotator_advanced
comparison october_recetox_xmsannotator_advanced.xml @ 3:a762961e2251 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit a266e0b490b8d0c33a41f13f08e431bdcabf1dfd"
author | recetox |
---|---|
date | Fri, 29 Oct 2021 14:28:03 +0000 |
parents | 116ec7c1c038 |
children | bdfd650ee1ab |
comparison
equal
deleted
inserted
replaced
2:116ec7c1c038 | 3:a762961e2251 |
---|---|
15 | 15 |
16 annotation <- advanced_annotation( | 16 annotation <- advanced_annotation( |
17 #if $peak_table.is_of_type("parquet") | 17 #if $peak_table.is_of_type("parquet") |
18 peak_table = load_peak_table_parquet("${peak_table}"), | 18 peak_table = load_peak_table_parquet("${peak_table}"), |
19 #end if | 19 #end if |
20 adduct_table = load_adduct_table_parquet("${adduct_table}"), | 20 ## adduct_table = load_adduct_table_parquet("${adduct_table}"), |
21 adduct_weights = as.data.frame("${adduct_weights}"), | 21 adduct_weights = as.data.frame("${adduct_weights}"), |
22 compound_table = load_compound_table_parquet("${compound_table}"), | 22 compound_table = load_compound_table_parquet("${compound_table}"), |
23 mass_tolerance = 1e-6 * ${mass_tolerance_ppm}, | 23 mass_tolerance = 1e-6 * ${mass_tolerance_ppm}, |
24 time_tolerance = $time_tolerance, | 24 time_tolerance = $time_tolerance, |
25 correlation_threshold = as.double($clustering.correlation_threshold), | 25 correlation_threshold = as.double($clustering.correlation_threshold), |