Skip to content

Commit

Permalink
add back tests + udpate todo
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored and fubar2 committed Jan 9, 2024
1 parent 3dc79f4 commit 41d0caf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions tools/jbrowse2/jbrowse2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,14 @@ cp $output.files_path/index.html $output;
type="data" />
</when>
</conditional>
<!-- TODO auto add GC track when implemented https://github.com/GMOD/jbrowse-components/pull/2683-->
<!-- TODO auto add GC track when implemented
https://github.com/GMOD/jbrowse-components/pull/2683
https://github.com/GMOD/jbrowse-components/pull/3328
-->

<!-- TODO genetic code not yet supported in jbrowse2 https://github.com/GMOD/jbrowse-components/issues/1765 -->
<!-- TODO genetic code not yet supported in jbrowse2
https://github.com/GMOD/jbrowse-components/issues/1765
-->

<conditional name="action">
<param type="select" label="JBrowse-in-Galaxy Action" name="action_select">
Expand Down Expand Up @@ -616,7 +621,7 @@ cp $output.files_path/index.html $output;
</assert_contents>
</output>
</test>
<!--test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>
<repeat name="track_groups">
Expand All @@ -641,8 +646,8 @@ cp $output.files_path/index.html $output;
<has_text text="NeatHTMLFeatures"></has_text>
</assert_contents>
</output>
</test-->
<!--test>
</test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>
<repeat name="track_groups">
Expand Down Expand Up @@ -846,8 +851,8 @@ cp $output.files_path/index.html $output;
<has_text text="2.gff"/>
</assert_contents>
</output>
</test-->
<!--test>
</test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>

Expand Down Expand Up @@ -914,8 +919,8 @@ cp $output.files_path/index.html $output;
<has_text text="dijitIconNewTask"/>
</assert_contents>
</output>
</test-->
<!--test>
</test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>

Expand Down Expand Up @@ -956,8 +961,8 @@ cp $output.files_path/index.html $output;
<has_text text="&lt;subParts&gt;exon&lt;/subParts&gt;"></has_text>
</assert_contents>
</output>
</test-->
<!--test>
</test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>

Expand Down Expand Up @@ -1014,8 +1019,8 @@ cp $output.files_path/index.html $output;
<has_text text="style.strandArrow"/>
</assert_contents>
</output>
</test-->
<!--test>
</test>
<test>
<param name="reference_genome|genome_type_select" value="history"/>
<param name="reference_genome|genome" value="merlin.fa"/>

Expand All @@ -1037,19 +1042,18 @@ cp $output.files_path/index.html $output;
<has_text text="bam_index"/>
</assert_contents>
</output>
</test-->

<!--test-->
</test>
<test>
<!-- data_table -->
<!--param name="reference_genome|genome_type_select" value="indexed"/>
<param name="reference_genome|genome_type_select" value="indexed"/>
<param name="reference_genome|genome" value="merlin"/>
<param name="uglyTestingHack" value="enabled" />
<output name="output">
<assert_contents>
<has_text text="merlin.fa"/>
</assert_contents>
</output>
</test-->
</test>
<!-- TODO add a synteny test -->
<!-- TODO add a cram test -->
<!-- TODO add an hic test -->
Expand Down
Empty file modified tools/jbrowse2/test-data/merlin.fa
100755 → 100644
Empty file.

0 comments on commit 41d0caf

Please sign in to comment.