comparison selectionExtracted.xml @ 4:3fcbb8030fcc draft

"planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 40eda5ea3551e8b3bae32d0a8f405fe90ef22646-dirty"
author sblanck
date Mon, 12 Apr 2021 14:47:09 +0000
parents 4d539083cf7f
children 4f753bb8681e
comparison
equal deleted inserted replaced
3:94fc6ed13946 4:3fcbb8030fcc
1 <tool id="markersSelection" name="Markers selection" force_history_refresh="True" version="0.1.0"> 1 <tool id="markersSelection" name="Markers selection" version="1.2.0">
2 <requirements>
3 <container type="docker">sblanck/mpagenomicsdependencies</container>
4 </requirements>
2 <description> of previously extracted signal</description> 5 <description> of previously extracted signal</description>
3 <command> 6 <command>
4 <![CDATA[ 7 <![CDATA[
5 Rscript 8 Rscript
6 ${__tool_directory__}/selectionExtracted.R 9 ${__tool_directory__}/selectionExtracted.R
7 --input '$input' 10 --input '$input'
8 --response '$response' 11 --response '$response'
9 --new_file_path '$__new_file_path__' 12 --new_file_path '$output.extra_files_path'
10 --folds '$folds' 13 --folds '$folds'
11 --loss '$loss' 14 --loss '$loss'
12 --outputlog '$outputlog' 15 --outputlog '$outputlog'
13 --output '$output' 16 --output '$output'
14 --log '$log' 17 --log '$log'