Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Oct 23, 2023
1 parent 8393e9d commit cefc8e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/genenotebook/genenotebook_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<param name="genome" value="genome.fa" />
<repeat name="annots">
<param name="annotation" value="annot.gff" />
<param name="annot" value="My annotation" />
</repeat>
</repeat>
<output name="gnb_db" file="output/genome_annot.tar.bz2" compare="sim_size" />
Expand All @@ -189,6 +190,7 @@
<param name="genome" value="genome.fa" />
<repeat name="annots">
<param name="annotation" value="annot.gff" />
<param name="annot" value="My annotation" />
<param name="interproscan" value="interproscan.tsv" ftype="tsv" />
</repeat>
</repeat>
Expand Down Expand Up @@ -216,6 +218,7 @@
<param name="genome" value="genome.fa" />
<repeat name="annots">
<param name="annotation" value="annot.gff" />
<param name="annot" value="My annotation" />
<param name="interproscan" value="interproscan.tsv" ftype="tsv" />
<param name="eggnog" value="eggnog.tsv" ftype="tsv" />
<param name="hectar" value="hectar.tsv" ftype="tsv" />
Expand All @@ -235,6 +238,7 @@
<param name="genome" value="genome.fa" />
<repeat name="annots">
<param name="annotation" value="annot.gff" />
<param name="annot" value="My annotation" />

<conditional name="prot_naming">
<param name="method" value="regex"/>
Expand Down Expand Up @@ -270,6 +274,7 @@
<param name="genome" value="genome.fa" />
<repeat name="annots">
<param name="annotation" value="annot.gff" />
<param name="annot" value="My annotation" />

<conditional name="prot_naming">
<param name="method" value="regex"/>
Expand Down

0 comments on commit cefc8e0

Please sign in to comment.