mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
change keyword 'value' to 'file' for test_toolbox
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<param name="axt_file" value="1.axt" />
|
||||
<param name="dbkey_1" value='hg17' />
|
||||
<param name="dbkey_2" value="panTro1" />
|
||||
<output name="out_file1" value="axt_to_concat_fasta.dat" />
|
||||
<output name="out_file1" file="axt_to_concat_fasta.dat" />
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<param name="axt_file" value="1.axt" />
|
||||
<param name="dbkey_1" value='hg17' />
|
||||
<param name="dbkey_2" value="panTro1" />
|
||||
<output name="out_file1" value="axt_to_fasta.dat" />
|
||||
<output name="out_file1" file="axt_to_fasta.dat" />
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<tests>
|
||||
<test>
|
||||
<param name="input" value="1.bed"/>
|
||||
<output name="out_file1" value="cf-bed2gff.dat"/>
|
||||
<output name="out_file1" file="cf-bed2gff.dat"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<tests>
|
||||
<test>
|
||||
<param name="input" value="5.gff"/>
|
||||
<output name="out_file1" value="cf-gff2bed.dat"/>
|
||||
<output name="out_file1" file="cf-gff2bed.dat"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<test>
|
||||
<param name="input1" value="3.bed" />
|
||||
<param name="region" value="transcribed" />
|
||||
<output name="out_file1" value="cf-gene2exon.dat"/>
|
||||
<output name="out_file1" file="cf-gene2exon.dat"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<tests>
|
||||
<test>
|
||||
<param name="input1" value="3.bed" />
|
||||
<output name="out_file1" value="cf-gene2intron.dat"/>
|
||||
<output name="out_file1" file="cf-gene2intron.dat"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<test>
|
||||
<param name="cond" value="c2"/>
|
||||
<param name="input" value="1.bed"/>
|
||||
<output name="out_file1" value="sta_summary.dat"/>
|
||||
<output name="out_file1" file="sta_summary.dat"/>
|
||||
</test>
|
||||
</tests>
|
||||
<help>
|
||||
|
||||
Reference in New Issue
Block a user