Miscellaneous |
Version lineage of this tool (guids ordered most recent to oldest) |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.12.0+galaxy3 (this tool) |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.12.0+galaxy1 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.12.0+galaxy0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.6.1+galaxy0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.4.4.0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.4.3.0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/3.0.0.0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/1.1.0 |
toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_merge/xcms_merge/1.0.0 |
xcms_merge |
Requirements (dependencies defined in the <requirements> tag set) |
name | version | type |
bioconductor-xcms | 3.12.0 | package |
r-batch | 1.1_5 | package |
r-rcolorbrewer | 1.1_2 | package |
unzip | 6.0 | package |
Additional information about this tool |
LC_ALL=C Rscript $__tool_directory__/xcms_merge.r images 'c("${"\",\"".join(map(str, $images))}")' #if str($sampleMetadata) != 'None': sampleMetadata '$sampleMetadata' #end if #if $file_load_section.file_load_conditional.file_load_select == "yes": #if $file_load_section.file_load_conditional.input[0].is_of_type("mzxml") or $file_load_section.file_load_conditional.input[0].is_of_type("mzml") or $file_load_section.file_load_conditional.input[0].is_of_type("mzdata") or $file_load_section.file_load_conditional.input[0].is_of_type("netcdf"): #set singlefile_galaxyPath = '|'.join( [ str( $single_file ) for $single_file in $file_load_section.file_load_conditional.input ] ) #set singlefile_sampleName = '|'.join( [ str( $single_file.element_identifier ) for $single_file in $file_load_section.file_load_conditional.input ] ) singlefile_galaxyPath '$singlefile_galaxyPath' singlefile_sampleName '$singlefile_sampleName' #else zipfile '$file_load_section.file_load_conditional.input' #end if #end if
Functional tests |
name | inputs | outputs | required files |
Test-1 |
images: ['ko15-xset.RData', 'ko16-xset.RData', 'wt15-xset.RData', 'wt16-xset.RData'] sampleMetadata: sampleMetadata.tab file_load_section|file_load_conditional|input: ['wt15.CDF', 'ko16.CDF', 'ko15.CDF', 'wt16.CDF'] file_load_section|file_load_conditional|file_load_select: yes |
ko15-xset.RData ko16-xset.RData wt15-xset.RData wt16-xset.RData sampleMetadata.tab wt15.CDF ko16.CDF ko15.CDF wt16.CDF |