Mercurial > repos > recetox > bioconductor_mzr
annotate bioconductor_mzr_convert.xml @ 0:42e59b8e9e0b draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
author | recetox |
---|---|
date | Thu, 19 Jun 2025 08:17:53 +0000 |
parents | |
children |
rev | line source |
---|---|
0
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
1 <tool id="bioconductor_mzr_convert" name="bioconductor-mzR convert" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0" license="MIT"> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
2 <description>mass spectrometry data conversion</description> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
3 <macros> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">2.40.0</token> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
6 </macros> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
7 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
8 <xrefs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
9 <xref type="bio.tools">mzr</xref> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
10 <xref type="bioconductor">mzR</xref> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
11 </xrefs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
12 <requirements> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
13 <requirement type="package" version="@TOOL_VERSION@">bioconductor-mzr</requirement> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
14 </requirements> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
15 <command detect_errors="exit_code"><![CDATA[ |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
16 Rscript '${bioconductor_mzr_convert}' |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
17 ]]></command> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
18 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
19 <configfiles> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
20 <configfile name="bioconductor_mzr_convert"><![CDATA[ |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
21 #if $input_file.ext == $output_format: |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
22 stop('Conversion from/to identical formats is not supported. Please select a different output format.') |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
23 #end if |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
24 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
25 #if $input_file.ext == "netcdf": |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
26 backend <- "netCDF" |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
27 #else |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
28 backend <- "pwiz" |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
29 #end if |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
30 x <- mzR::openMSfile('$input_file', backend=backend) |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
31 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
32 peaks <- mzR::peaks(x) |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
33 header <- mzR::header(x) |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
34 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
35 mzR::writeMSData( |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
36 peaks, |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
37 '$output_file', |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
38 header=header, |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
39 backend='pwiz', |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
40 outformat = '$output_format', |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
41 rtime_seconds = $rtime_seconds |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
42 ) |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
43 ]]></configfile> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
44 </configfiles> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
45 <inputs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
46 <param type="data" name="input_file" label="Input file" format="mzml,mzxml,netcdf" help="The input file to convert."/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
47 <param type="select" name="output_format" label="Output format" display="radio" help="The format to convert the input file to."> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
48 <option value="mzml" selected="true">mzML</option> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
49 <option value="mzxml">mzXML</option> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
50 </param> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
51 <param type="boolean" name="rtime_seconds" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Use retention time in seconds" help="If checked, the retention time will be reported in seconds. If unchecked, it will be reported in minutes. Note that no active conversion is taking place."/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
52 </inputs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
53 <outputs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
54 <data format="mzml" name="output_file"> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
55 <change_format> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
56 <when input="output_format" value="mzxml" format="mzxml" /> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
57 </change_format> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
58 </data> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
59 </outputs> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
60 <tests> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
61 <test> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
62 <param name="input_file" location="https://zenodo.org/records/3757956/files/HU_neg_048.mzML" ftype="mzml"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
63 <param name="output_format" value="mzxml"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
64 <param name="rtime_seconds" value="FALSE"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
65 <output name="output_file"> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
66 <assert_contents> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
67 <has_n_lines n="38604"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
68 <has_text text='msRun scanCount="2031" startTime="PT43.47S" endTime="PT68387.9S"'/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
69 </assert_contents> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
70 </output> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
71 </test> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
72 <test> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
73 <param name="input_file" location="https://ftp.ebi.ac.uk/pub/databases/metabolights/studies/public/MTBLS200/FILES/OMAIR_012811_01.CDF" ftype="netcdf"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
74 <param name="output_format" value="mzml"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
75 <param name="rtime_seconds" value="TRUE"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
76 <output name="output_file"> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
77 <assert_contents> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
78 <has_n_lines n="162669"/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
79 <has_text text='run id="Experiment_1" defaultInstrumentConfigurationRef="IC"'/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
80 <has_text text='cvRef="MS" accession="MS:1000016" name="scan start time" value="0.154999997467" unitCvRef="UO" unitAccession="UO:0000010" unitName="second"'/> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
81 </assert_contents> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
82 </output> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
83 </test> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
84 </tests> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
85 <help><![CDATA[ |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
86 =============================== |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
87 bioconductor-mzR Convert Tool |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
88 =============================== |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
89 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
90 **Description** |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
91 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
92 This tool converts mass spectrometry data files between supported formats (mzML, mzXML, netCDF) using the Bioconductor mzR package. |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
93 Conversion between identical formats is not supported. |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
94 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
95 Inputs |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
96 ------ |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
97 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
98 - **Input file**: Mass spectrometry data file in mzML, mzXML, or netCDF format. |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
99 - **Output format**: Choose the desired output format (mzML or mzXML). |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
100 - **Use retention time in seconds**: If enabled, retention times in the output will be reported in seconds (otherwise, in minutes). |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
101 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
102 Outputs |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
103 ------- |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
104 |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
105 - **Converted file**: The input file converted to the selected output format. |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
106 ]]></help> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
107 <citations> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
108 <citation type="doi">10.18129/B9.bioc.mzR</citation> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
109 <citation type="doi">10.1038/nbt.2377</citation> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
110 </citations> |
42e59b8e9e0b
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/main/tools/bioconductor-mzR commit 28f3d51cdd92c47c1a175029d73454708d487e73
recetox
parents:
diff
changeset
|
111 </tool> |