Skip to content

Commit

Permalink
generalize gfa output assertions
Browse files Browse the repository at this point in the history
seems that the sequence in the gfa is reverse complememted (and maybe
also shifted). which is because its circular. so the old assertion did
not work.
  • Loading branch information
bernt-matthias committed Nov 5, 2020
1 parent 5a6067c commit c2b6575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/unicycler/unicycler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ $pilon.no_pilon
</section>
<output name="assembly_graph" ftype="gfa1">
<assert_contents>
<has_text text="TATCTGTTACTGAGAAGTTAATGGATGAATTGGCAC"/>
<has_line_matching expression="S\t1\t[ATCG]{5386,5386}\tLN:i:5386\tdp:f:1.0"/>
</assert_contents>
</output>
<output name="assembly" ftype="fasta">
Expand Down Expand Up @@ -297,7 +297,7 @@ $pilon.no_pilon
</section>
<output name="assembly_graph" ftype="gfa1">
<assert_contents>
<has_text text="TATCTGTTACTGAGAAGTTAATGGATGAATTGGCAC" />
<has_line_matching expression="S\t1\t[ATCG]{5386,5386}\tLN:i:5386\tdp:f:1.0"/>
</assert_contents>
</output>
<output name="assembly" ftype="fasta">
Expand Down Expand Up @@ -344,7 +344,7 @@ $pilon.no_pilon
</section>
<output name="assembly_graph" ftype="gfa1">
<assert_contents>
<has_text text="TATCTGTTACTGAGAAGTTAATGGATGAATTGGCAC" />
<has_line_matching expression="S\t1\t[ATCG]{5386,5386}\tLN:i:5386\tdp:f:1.0"/>
</assert_contents>
</output>
<output name="assembly" ftype="fasta">
Expand Down

0 comments on commit c2b6575

Please sign in to comment.