diff macs_wrapper.xml @ 2:5d67bc6f385f draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d"
author devteam
date Wed, 05 Feb 2020 15:28:57 +0000
parents 7f4aca133f73
children
line wrap: on
line diff
--- a/macs_wrapper.xml	Tue Oct 13 12:24:35 2015 -0400
+++ b/macs_wrapper.xml	Wed Feb 05 15:28:57 2020 +0000
@@ -1,6 +1,7 @@
-<tool id="peakcalling_macs" name="MACS" version="1.0.1">
+<tool id="peakcalling_macs" name="MACS" version="1.0.1" profile="16.04">
   <description>Model-based Analysis of ChIP-Seq</description>
-  <command interpreter="python">macs_wrapper.py $options_file $output_bed_file $output_extra_files $output_extra_files.files_path</command>
+  <command>
+  python '$__tool_directory__/macs_wrapper.py' '$options_file' '$output_bed_file' '$output_extra_files' '$output_extra_files.files_path'</command>
   <requirements>
     <requirement type="package" version="1.3.7.1">macs</requirement>
     <requirement type="package" version="2.15.0">R</requirement>