Repository 'chimerascan'
hg clone https://toolshed.g2.bx.psu.edu/repos/bioitcore/chimerascan

Changeset 2:ec38f053b647 (2017-09-12)
Previous changeset 1:b9877fa1159a (2017-09-12) Next changeset 3:27d8ed014662 (2017-09-12)
Commit message:
planemo upload commit 93e677982c3636da455de2f827a87e516c7985ac-dirty
modified:
chimerascan.xml
b
diff -r b9877fa1159a -r ec38f053b647 chimerascan.xml
--- a/chimerascan.xml Tue Sep 12 13:57:02 2017 -0400
+++ b/chimerascan.xml Tue Sep 12 13:59:07 2017 -0400
b
@@ -1,7 +1,7 @@
 <tool id="chimerascan" name="ChimeraScan">
     <description>A tool for identifying chimeric transcription in sequencing data.</description>
-    <command detect_errors="exit_code" interpreter="python">
-            $__tool_directory__/chimerascan_run.py -p 8 $__tool_directory__/myindex 
+    <command detect_errors="exit_code">
+            bash $__tool_directory__/run.sh && python $__tool_directory__/chimerascan_run.py -p 8 $__tool_directory__/myindex 
             #if $input_type_conditional.chimerascan_input_type == "paired"
                     $input_type_conditional.input_1 $input_type_conditional.input_2
             #else