mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Fix tests for bed2gff
and use single-quotes for path, remove deprecated inpterpreter attribute. Fixes https://jenkins.galaxyproject.org/job/docker-main-tools-py3/248/
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<edam_operations>
|
||||
<edam_operation>operation_3434</edam_operation>
|
||||
</edam_operations>
|
||||
<command interpreter="python">bed_to_gff_converter.py $input $out_file1</command>
|
||||
<command>python '$__tool_directory__/bed_to_gff_converter.py' '$input' '$out_file1'</command>
|
||||
<inputs>
|
||||
<param format="bed" name="input" type="data" label="Convert this dataset"/>
|
||||
</inputs>
|
||||
@@ -13,7 +13,12 @@
|
||||
<tests>
|
||||
<test>
|
||||
<param name="input" value="9.bed"/>
|
||||
<output name="out_file1" file="bed2gff_out.gff"/>
|
||||
<output name="out_file1">
|
||||
<assert_contents>
|
||||
<has_line line="chr28	bed2gff	mRNA	346188	388197	0	+	.	mRNA BC114771;"/>
|
||||
<has_line line="chr28	bed2gff	exon	388086	388197	0	+	.	exon BC114771;"/>
|
||||
</assert_contents>
|
||||
</output>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
Reference in New Issue
Block a user