Skip to content

Commit

Permalink
don't compare files
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarrop committed Nov 2, 2023
1 parent 4dbe5d1 commit 662acf5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 195 deletions.
6 changes: 3 additions & 3 deletions tools/repeatexplorer2/repex_full_clustering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<param name="fastafile" value="LAS_paired_10k.fa.gz" ftype="fasta.gz"/>
<param name="paired" value="True"/>
<param name="taxon" value="VIRIDIPLANTAE3.0"/>
<output name="reportfile" file="test1_out.html">
<output name="reportfile">
<assert_contents>
<has_text text="Clustering summary"/>
</assert_contents>
Expand All @@ -77,7 +77,7 @@
<param name="paired" value="True"/>
<param name="sample" value="5000"/>
<param name="taxon" value="VIRIDIPLANTAE3.0"/>
<output name="reportfile" file="test2_out.html">
<output name="reportfile">
<assert_contents>
<has_text text="Clustering summary"/>
</assert_contents>
Expand All @@ -90,7 +90,7 @@
<param name="taxon" value="VIRIDIPLANTAE3.0"/>
<param name="mincl" value="0.01"/>
<param name="keep_names" value="True"/>
<output name="reportfile" file="test3_out.html">
<output name="reportfile">
<assert_contents>
<has_text text="Clustering summary"/>
</assert_contents>
Expand Down
64 changes: 0 additions & 64 deletions tools/repeatexplorer2/test-data/test1_out.html

This file was deleted.

64 changes: 0 additions & 64 deletions tools/repeatexplorer2/test-data/test2_out.html

This file was deleted.

64 changes: 0 additions & 64 deletions tools/repeatexplorer2/test-data/test3_out.html

This file was deleted.

0 comments on commit 662acf5

Please sign in to comment.