diff macs_wrapper.xml @ 3:e5f3bfba6812 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 10:28:23 -0500 (2020-02-05)
parents f6319b0b4391
children
line wrap: on
line diff
--- a/macs_wrapper.xml	Wed Nov 11 12:19:24 2015 -0500
+++ b/macs_wrapper.xml	Wed Feb 05 10:28:23 2020 -0500
@@ -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>