mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Python is used to run python scripts.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user