Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abueg committed Oct 20, 2023
1 parent bb0ffef commit 7ffb7fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/hifiasm/hifiasm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,12 @@
<param name="filter_bits" value="0"/>
<conditional name="mode">
<param name="mode_selector" value="trio"/>
<conditional name="trioinput">
<param name="reads" value="child.fasta.gz"/>
<param name="trio_input_selector" value="reads"/>
<param name="hap1_reads" value="paternal.fasta.gz"/>
<param name="hap2_reads" value="maternal.fasta.gz"/>
</conditional>
<conditional name="trioinput">
<param name="reads" value="child.fasta.gz"/>
<param name="trio_input_selector" value="reads"/>
<param name="hap1_reads" value="paternal.fasta.gz"/>
<param name="hap2_reads" value="maternal.fasta.gz"/>
</conditional>
<param name="max_kmers" value="2"/>
<param name="min_kmers" value="5"/>
</conditional>
Expand Down Expand Up @@ -588,6 +588,7 @@
<!-- TEST 15: Test trio LIST mode -->
<test expect_num_outputs="6">
<param name="filter_bits" value="0"/>
<param name="log_out" value="yes"/>
<conditional name="mode">
<param name="mode_selector" value="trio"/>
<conditional name="trioinput">
Expand All @@ -599,7 +600,6 @@
<param name="max_kmers" value="2"/>
<param name="min_kmers" value="5"/>
</conditional>
<param name="log_out" value="yes"/>
<output name="log_file" ftype="txt">
<assert_contents>
<has_text text="flagged 100 reads, out of 100 lines in file"/>
Expand Down

0 comments on commit 7ffb7fe

Please sign in to comment.