Mercurial > repos > bgruening > music_deconvolution
diff music_deconvolution.xml @ 5:2ba99a52bd44 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit d007ae51743e621dc47524f681501e72ef3a2910"
author | bgruening |
---|---|
date | Mon, 02 May 2022 10:00:16 +0000 |
parents | 56371b5a2da9 |
children |
line wrap: on
line diff
--- a/music_deconvolution.xml Thu Feb 10 12:52:31 2022 +0000 +++ b/music_deconvolution.xml Mon May 02 10:00:16 2022 +0000 @@ -6,6 +6,7 @@ </macros> <expand macro="requirements" /> <command detect_errors="exit_code" ><![CDATA[ +cat '$conf' >> /dev/stderr && mkdir report_data && Rscript --vanilla '$__tool_directory__/scripts/${do.method}.R' '$conf' ]]></command>