Mercurial > repos > recetox > recetox_aplcms_two_step_hybrid
annotate recetox_aplcms_two_step_hybrid.xml @ 0:c67f0eb6a909 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
author | recetox |
---|---|
date | Thu, 26 May 2022 16:47:09 +0000 |
parents | |
children | 87b669bdb51a |
rev | line source |
---|---|
0
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
1 <tool id="recetox_aplcms_two_step_hybrid" name="RECETOX apLCMS Two-Step Hybrid" version="@TOOL_VERSION@+galaxy0"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
2 <description>generate a feature table from LC/MS spectra of multi-batch experiments</description> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
3 <macros> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
4 <import>macros.xml</import> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
5 </macros> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
6 <expand macro="creator"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
7 <person |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
8 givenName="Maksym" |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
9 familyName="Skoryk" |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
10 url="https://github.com/maximskorik" |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
11 identifier="0000-0003-2056-8018" /> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
12 </expand> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
13 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
14 <expand macro="requirements"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
15 <command detect_errors="aggressive"><![CDATA[ |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
16 sh ${symlink_inputs} && |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
17 Rscript -e 'source("${__tool_directory__}/main.R")' -e 'source("${run_script}")' |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
18 ]]></command> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
19 <configfiles> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
20 <configfile name="symlink_inputs"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
21 #for $infile in $files |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
22 ln -s '${infile}' '${infile.element_identifier}' |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
23 #end for |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
24 </configfile> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
25 <configfile name="run_script"><![CDATA[ |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
26 #set filenames_str = str("', '").join([str($f.element_identifier) for $f in $files]) |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
27 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
28 two_step_hybrid_main( |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
29 sample_files = c('$filenames_str'), |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
30 known_table_file = '${known_table}', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
31 updated_known_table_file = '${updated_known_table}', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
32 recovered_file = '${recovered_feature_sample_table}', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
33 aligned_file = '${aligned_feature_sample_table}', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
34 out_format = '$output_format.out_format', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
35 metadata = '${metadata}', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
36 cluster = as.integer(Sys.getenv('GALAXY_SLOTS', unset = 1)), |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
37 min.within.batch.prop.detect = $multibatch_processing.min_within_batch_prop_detect, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
38 min.within.batch.prop.report = $multibatch_processing.min_within_batch_prop_detect, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
39 min.batch.prop = $multibatch_processing.min_batch_prop, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
40 batch.align.mz.tol = $multibatch_processing.batch_align_mz_tol, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
41 batch.align.chr.tol = $multibatch_processing.batch_align_chr_tol, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
42 min.pres = $noise_filtering.min_pres, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
43 min.run = $noise_filtering.min_run, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
44 mz.tol = $noise_filtering.mz_tol, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
45 baseline.correct.noise.percentile = $noise_filtering.baseline_correct_noise_percentile, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
46 baseline.correct = $noise_filtering.baseline_correct, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
47 intensity.weighted = $noise_filtering.intensity_weighted, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
48 shape.model = '$feature_detection.shape_model', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
49 peak.estim.method = '$feature_detection.peak_estim_method', |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
50 BIC.factor = $feature_detection.BIC_factor, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
51 min.bw = $feature_detection.min_bandwidth, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
52 max.bw = $feature_detection.max_bandwidth, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
53 sd.cut = c($feature_detection.sd_cut_min, $feature_detection.sd_cut_max), |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
54 sigma.ratio.lim = c($feature_detection.sigma_ratio_lim_min, $feature_detection.sigma_ratio_lim_max), |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
55 component.eliminate = $feature_detection.component_eliminate, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
56 moment.power = $feature_detection.moment_power, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
57 align.mz.tol = $peak_alignment.align_mz_tol, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
58 align.chr.tol = $peak_alignment.align_chr_tol, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
59 max.align.mz.diff = $peak_alignment.max_align_mz_diff, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
60 recover.mz.range = $weak_signal_recovery.recover_mz_range, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
61 recover.chr.range = $weak_signal_recovery.recover_chr_range, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
62 use.observed.range = $weak_signal_recovery.use_observed_range, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
63 recover.min.count = $weak_signal_recovery.recover_min_count, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
64 match.tol.ppm = $history_db.match_tol_ppm, |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
65 new.feature.min.count = $history_db.new_feature_min_count |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
66 ) |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
67 ]]></configfile> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
68 </configfiles> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
69 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
70 <expand macro="inputs"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
71 <param name="metadata" type="data" format="csv" label="metadata" help="A csv table with two columns, where the first column contains sample names and the second batch labels for each sample."/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
72 <expand macro="history_db"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
73 <expand macro="noise_filtering" /> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
74 <expand macro="feature_detection"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
75 <expand macro="peak_alignment"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
76 <expand macro="weak_signal_recovery"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
77 <expand macro="multibatch_processing"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
78 <expand macro="output_format"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
79 </expand> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
80 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
81 <outputs> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
82 <expand macro="unsupervised_outputs"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
83 </outputs> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
84 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
85 <tests> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
86 <test> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
87 <param name="known_table" value="known_table.parquet" ftype="parquet"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
88 <param name="files" value="mbr_test0.mzml,mbr_test1.mzml,mbr_test2.mzml,mbr_test0_copy.mzml" ftype="mzml"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
89 <param name="metadata" value="two_step_hybrid_info.csv" ftype="csv"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
90 <param name="moment_power" value="2"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
91 <param name="sd_cut_max" value="100"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
92 <param name="sd_cut_min" value="0.1"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
93 <param name="sigma_ratio_lim_max" value="20"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
94 <param name="sigma_ratio_lim_min" value="0.05"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
95 <section name="output_format"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
96 <param name="out_format" value="recetox"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
97 </section> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
98 <output name="recovered_feature_sample_table" file="two_step_hybrid.recetox.parquet" ftype="parquet"/> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
99 </test> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
100 </tests> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
101 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
102 <help> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
103 <![CDATA[ |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
104 @HELP_two-step-hybrid@ |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
105 ]]> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
106 </help> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
107 |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
108 <expand macro="citations"> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
109 <citation type="doi">10.1038/s41598-020-70850-0</citation> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
110 </expand> |
c67f0eb6a909
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents:
diff
changeset
|
111 </tool> |