Skip to content

Commit

Permalink
reset autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Aug 25, 2024
1 parent 546a0eb commit 7950412
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/delly/merge.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0"?>
<tool id="delly_merge" name="Delly merge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01">
<description>structural variants across/within BCF/VCF file(s)</description>
<macros>
Expand Down Expand Up @@ -87,7 +88,7 @@ $generic.pass
<assert_contents>
<has_n_lines n="128"/>
<has_line line="##fileformat=VCFv4.2"/>
<has_line line="#CHROM&#9;POS&#9;ID&#9;REF&#9;ALT&#9;QUAL&#9;FILTER&#9;INFO"/>
<has_line line="#CHROM&#009;POS&#009;ID&#009;REF&#009;ALT&#009;QUAL&#009;FILTER&#009;INFO"/>
</assert_contents>
</output>
</test>
Expand Down Expand Up @@ -125,7 +126,7 @@ $generic.pass
<assert_contents>
<has_n_lines n="108"/>
<has_line line="##fileformat=VCFv4.2"/>
<has_line line="#CHROM&#9;POS&#9;ID&#9;REF&#9;ALT&#9;QUAL&#9;FILTER&#9;INFO"/>
<has_line line="#CHROM&#009;POS&#009;ID&#009;REF&#009;ALT&#009;QUAL&#009;FILTER&#009;INFO"/>
</assert_contents>
</output>
</test>
Expand All @@ -144,7 +145,7 @@ $generic.pass
<assert_contents>
<has_n_lines n="128"/>
<has_line line="##fileformat=VCFv4.2"/>
<has_line line="#CHROM&#9;POS&#9;ID&#9;REF&#9;ALT&#9;QUAL&#9;FILTER&#9;INFO"/>
<has_line line="#CHROM&#009;POS&#009;ID&#009;REF&#009;ALT&#009;QUAL&#009;FILTER&#009;INFO"/>
</assert_contents>
</output>
</test>
Expand Down

0 comments on commit 7950412

Please sign in to comment.