mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Update MAF to interval to use job working directory instead of __new_file_path__.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<tool id="MAF_To_Interval1" name="MAF to Interval" force_history_refresh="True">
|
||||
<description>Converts a MAF formatted file to the Interval format</description>
|
||||
<command interpreter="python">maf_to_interval.py $input1 $out_file1 $out_file1.id $__new_file_path__ $input1.dbkey $species $input1.metadata.species $complete_blocks $remove_gaps</command>
|
||||
<command interpreter="python">maf_to_interval.py "${ input1 }" "${ out_file1 }" "${ out_file1.id }" "." "${ input1.dbkey }" "${ species }" "${ input1.metadata.species }" "${ complete_blocks }" "${ remove_gaps }"</command>
|
||||
<inputs>
|
||||
<param format="maf" name="input1" type="data" label="MAF file to convert"/>
|
||||
<param name="species" type="select" label="Select additional species" display="checkboxes" multiple="true" help="The species matching the dbkey of the alignment is always included. A separate history item will be created for each species.">
|
||||
|
||||
Reference in New Issue
Block a user