comparison msnbase_readmsdata.xml @ 12:f6b2750ea32e draft

"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3621a0c0a3a089fdb8973ae15a5614f32fa1d8df"
author workflow4metabolomics
date Tue, 07 Jan 2020 04:30:02 -0500
parents 86a20118e743
children 226fb89cacc4
comparison
equal deleted inserted replaced
11:86a20118e743 12:f6b2750ea32e
1 <tool id="msnbase_readmsdata" name="MSnbase readMSData" version="@WRAPPER_VERSION@.1"> 1 <tool id="msnbase_readmsdata" name="MSnbase readMSData" version="@WRAPPER_VERSION@.2">
2 <description>Imports mass-spectrometry data files</description> 2 <description>Imports mass-spectrometry data files</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 <import>macros_msnbase.xml</import> 6 <import>macros_msnbase.xml</import>
11 11
12 <command><![CDATA[ 12 <command><![CDATA[
13 @COMMAND_RSCRIPT@/msnbase_readmsdata.r 13 @COMMAND_RSCRIPT@/msnbase_readmsdata.r
14 14
15 #if $input.is_of_type("mzxml") or $input.is_of_type("mzml") or $input.is_of_type("mzdata") or $input.is_of_type("netcdf"): 15 #if $input.is_of_type("mzxml") or $input.is_of_type("mzml") or $input.is_of_type("mzdata") or $input.is_of_type("netcdf"):
16 singlefile_galaxyPath '$input' singlefile_sampleName '$input.name' 16 #if $os.path.islink(str($input))
17 #set $source = $os.readlink(str($input))
18 singlefile_galaxyPath '$source' singlefile_sampleName '$os.path.basename($source)'
19 #else
20 singlefile_galaxyPath '$input' singlefile_sampleName '$input.name'
21 #end if
17 #else 22 #else
18 zipfile '$input' 23 zipfile '$input'
19 #end if 24 #end if
20 25
21 @COMMAND_LOG_EXIT@ 26 @COMMAND_LOG_EXIT@
105 generates an MSnExp object. This function uses the functionality 110 generates an MSnExp object. This function uses the functionality
106 provided by the ‘mzR’ package to access data and meta data in 111 provided by the ‘mzR’ package to access data and meta data in
107 ‘mzData’, ‘mzXML’ and ‘mzML’. 112 ‘mzData’, ‘mzXML’ and ‘mzML’.
108 113
109 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html 114 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html
110 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf
111 115
112 116
113 ----------------- 117 -----------------
114 Workflow position 118 Workflow position
115 ----------------- 119 -----------------