Skip to content

Commit

Permalink
Fix wig_to_bigwig tool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 5, 2018
1 parent 77b4394 commit 18ac62c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/filters/wig_to_bigwig.xml
Expand Up @@ -11,7 +11,7 @@
</stdio>
<command>
<![CDATA[
grep -v "^track" $input1 | wigToBigWig stdin $chromInfo $out_file1
grep -v "^track" '$input1' | wigToBigWig stdin '$chromInfo' '$out_file1'
#if $settings.settingsType == "full":
-blockSize=${settings.blockSize} -itemsPerSlot=${settings.itemsPerSlot} ${settings.clip} ${settings.unc}
#else:
Expand Down Expand Up @@ -57,9 +57,9 @@
<output name="out_file1" file="2.bigwig"/>
</test>
<test>
<param name="input1" value="1.bedgraph" dbkey="hg19" ftype="bedgraph"/>
<param name="input1" value="1.bedgraph" dbkey="hg17" ftype="bedgraph"/>
<param name="settingsType" value="preset" />
<output name="out_file1" file="3.bigwig"/>
<output name="out_file1" file="3.bigwig" compare="sim_size"/>
</test>
</tests>
<help>
Expand Down

0 comments on commit 18ac62c

Please sign in to comment.