Python is used to run python scripts.

This commit is contained in:
Daniel Blankenberg
2007-10-04 23:31:38 +00:00
parent 48e9652241
commit 207f3ce455
+1 -1
View File
@@ -1,6 +1,6 @@
<tool id="Extract genomic DNA2" name="Extract genomic DNA">
<description>using coordinates from UNassembled genomes</description>
<command interpreter="perl">twoBitToFa_wrapper.py $input $out_file1 $input_chromCol $input_startCol $input_endCol $input_strandCol $dbkey "/depot/data2/galaxy/twobit.loc"</command>
<command interpreter="python">twoBitToFa_wrapper.py $input $out_file1 $input_chromCol $input_startCol $input_endCol $input_strandCol $dbkey "/depot/data2/galaxy/twobit.loc"</command>
<inputs>
<param format="interval" name="input" type="data" label="Fetch sequences corresponding to Query"/>
</inputs>