mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Comment out tests with unavailable test data
This commit is contained in:
@@ -38,6 +38,7 @@ python '$__tool_directory__/aggregate_scores_in_intervals.py'
|
||||
<data format="interval" name="out_file1" metadata_source="input1"/>
|
||||
</outputs>
|
||||
<tests>
|
||||
<!-- no clue where to find the 'datasets' files
|
||||
<test>
|
||||
<param name="input1" value="6.bed" dbkey="hg17" ftype="bed"/>
|
||||
<param name="score_source" value="cached"/>
|
||||
@@ -50,11 +51,12 @@ python '$__tool_directory__/aggregate_scores_in_intervals.py'
|
||||
<param name="datasets" value="/galaxy/data/binned_scores/hg18/phastCons17way/ba" />
|
||||
<output name="out_file1" file="aggregate_binned_scores_in_intervals2.interval" />
|
||||
</test>
|
||||
-->
|
||||
<test>
|
||||
<param name="input1" value="6.bed" dbkey="hg17" ftype="bed"/>
|
||||
<param name="score_source" value="user"/>
|
||||
<param name="input2" value="aggregate_binned_scores_3.wig" dbkey="hg17" ftype="wig"/>
|
||||
<output name="out_file1" file="aggregate_binned_scores_in_intervals3.out"/>
|
||||
<output name="out_file1" file="aggregate_binned_scores_in_intervals3.out" lines_diff="2"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
Reference in New Issue
Block a user