annotate recetox_aplcms_hybrid.xml @ 14:1bf5a07abba6 draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 19de0924a65bc65cbbf7c1fc17e9b5348305f95c
author recetox
date Fri, 10 Jun 2022 10:10:32 +0000
parents 5bb20231a48a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
8ff3d8d21333 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 4d2ac914c951166e386a94d8ebb8cb1becfac122"
recetox
parents: 11
diff changeset
1 <tool id="recetox_aplcms_hybrid" name="RECETOX apLCMS Hybrid" version="@TOOL_VERSION@+galaxy3">
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
2 <description>generate a feature table from LC/MS spectra</description>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
3 <macros>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
4 <import>macros.xml</import>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
5 </macros>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
6 <expand macro="creator"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
7
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
8 <expand macro="requirements"/>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
9 <command detect_errors="aggressive"><![CDATA[
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
10 sh ${symlink_inputs} &&
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
11 Rscript -e 'source("${__tool_directory__}/main.R")' -e 'source("${run_script}")'
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
12 ]]></command>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
13 <configfiles>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
14 <configfile name="symlink_inputs">
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
15 #for $infile in $files
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
16 ln -s '${infile}' '${infile.element_identifier}'
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
17 #end for
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
18 </configfile>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
19 <configfile name="run_script"><![CDATA[
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
20 #set filenames_str = str("', '").join([str($f.element_identifier) for $f in $files])
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
21
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
22 hybrid_main(
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
23 sample_files = c('$filenames_str'),
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
24 known_table_file = '${known_table}',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
25 updated_known_table_file = '${updated_known_table}',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
26 pairing_file = '${feature_known_table_pairing}',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
27 aligned_file = '${aligned_feature_sample_table}',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
28 recovered_file = '${recovered_feature_sample_table}',
10
27853894eeac "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 46f606d8d234807e603b55eb2791f76663b551ee"
recetox
parents: 9
diff changeset
29 out_format = '$output_format.out_format',
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
30 min_exp = $noise_filtering.min_exp,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
31 min_pres = $noise_filtering.min_pres,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
32 min_run = $noise_filtering.min_run,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
33 mz_tol = $noise_filtering.mz_tol,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
34 baseline_correct = $noise_filtering.baseline_correct,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
35 baseline_correct_noise_percentile = $noise_filtering.baseline_correct_noise_percentile,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
36 intensity_weighted = $noise_filtering.intensity_weighted,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
37 shape_model = '$feature_detection.shape_model',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
38 BIC_factor = $feature_detection.BIC_factor,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
39 peak_estim_method = '$feature_detection.peak_estim_method',
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
40 min_bandwidth = $feature_detection.min_bandwidth,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
41 max_bandwidth = $feature_detection.max_bandwidth,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
42 sd_cut = c($feature_detection.sd_cut_min, $feature_detection.sd_cut_max),
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
43 sigma_ratio_lim = c($feature_detection.sigma_ratio_lim_min, $feature_detection.sigma_ratio_lim_max),
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
44 component_eliminate = $feature_detection.component_eliminate,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
45 moment_power = $feature_detection.moment_power,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
46 align_chr_tol = $peak_alignment.align_chr_tol,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
47 align_mz_tol = $peak_alignment.align_mz_tol,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
48 max_align_mz_diff = $peak_alignment.max_align_mz_diff,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
49 match_tol_ppm = $history_db.match_tol_ppm,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
50 new_feature_min_count = $history_db.new_feature_min_count,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
51 recover_mz_range = $weak_signal_recovery.recover_mz_range,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
52 recover_chr_range = $weak_signal_recovery.recover_chr_range,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
53 use_observed_range = $weak_signal_recovery.use_observed_range,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
54 recover_min_count = $weak_signal_recovery.recover_min_count,
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
55 cluster = as.integer(Sys.getenv('GALAXY_SLOTS', unset = 1))
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
56 )
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
57 ]]></configfile>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
58 </configfiles>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
59
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
60 <expand macro="inputs">
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
61 <expand macro="history_db"/>
13
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
62 <expand macro="noise_filtering">
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
63 <param name="min_exp" type="integer" min="1" value="2"
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
64 label="min_exp"
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
65 help="If a feature is to be included in the final feature table, it must be present in at least this number of samples." />
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
66 </expand>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
67 <expand macro="feature_detection"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
68 <expand macro="peak_alignment"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
69 <expand macro="weak_signal_recovery"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
70 <expand macro="output_format"/>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
71 </expand>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
72
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
73 <outputs>
13
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
74 <expand macro="unsupervised_outputs">
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
75 <collection name="extracted_features" type="list" label="${tool.name} extracted_features on ${on_string}">
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
76 <discover_datasets pattern="__designation__" directory="extracted" format="parquet" />
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
77 </collection >
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
78 <collection name="corrected_features" type="list" label="${tool.name} corrected_features on ${on_string}">
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
79 <discover_datasets pattern="__designation__" directory="corrected" format="parquet" />
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
80 </collection >
14
1bf5a07abba6 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 19de0924a65bc65cbbf7c1fc17e9b5348305f95c
recetox
parents: 13
diff changeset
81 <data name="updated_known_table" format="parquet" label="${tool.name} updated_known_table on ${on_string}"/>
13
5bb20231a48a planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit b3e0c34f12c9c38fb34bf48197974620d60b50c5
recetox
parents: 12
diff changeset
82 </expand>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
83 <data name="feature_known_table_pairing" format="tabular"
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
84 label="${tool.name} feature_known_table_pairing on ${on_string}" hidden="true"/>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
85 </outputs>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
86
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
87 <tests>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
88 <test>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
89 <param name="known_table" value="known_table.parquet" ftype="parquet"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
90 <param name="files" value="mbr_test0.mzml,mbr_test1.mzml,mbr_test2.mzml" ftype="mzml"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
91 <output name="recovered_feature_sample_table" file="hybrid_recovered_feature_sample_table.parquet"
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
92 ftype="parquet"/>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
93 </test>
10
27853894eeac "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 46f606d8d234807e603b55eb2791f76663b551ee"
recetox
parents: 9
diff changeset
94 <test>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
95 <param name="known_table" value="known_table.parquet" ftype="parquet"/>
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
96 <param name="files" value="mbr_test0.mzml,mbr_test1.mzml,mbr_test2.mzml" ftype="mzml"/>
10
27853894eeac "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 46f606d8d234807e603b55eb2791f76663b551ee"
recetox
parents: 9
diff changeset
97 <section name="output_format">
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
98 <param name="out_format" value="recetox"/>
10
27853894eeac "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 46f606d8d234807e603b55eb2791f76663b551ee"
recetox
parents: 9
diff changeset
99 </section>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
100 <output name="recovered_feature_sample_table" file="hybrid.recetox.parquet" ftype="parquet"/>
10
27853894eeac "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 46f606d8d234807e603b55eb2791f76663b551ee"
recetox
parents: 9
diff changeset
101 </test>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
102 </tests>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
103
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
104 <help>
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
105 <![CDATA[
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
106 @HELP_hybrid@
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
107 ]]>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
108 </help>
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
109
11
ab2b7948bdb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 10
diff changeset
110 <expand macro="citations"/>
4
c2213632ca71 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
recetox
parents:
diff changeset
111 </tool>