Skip to content

Commit

Permalink
add hectar (fixes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Oct 10, 2023
1 parent 4b15c1c commit ec665a0
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 @@ -40,6 +40,10 @@
genoboo add eggnog @CONNECT_INFO@ '${annot.eggnog}';
#end if
#if $annot.hectar:
genoboo add hectar @CONNECT_INFO@ '${annot.hectar}';
#end if
#if $annot.blast_cond.blast_choice == "blast":
genoboo add blast @CONNECT_INFO@
--format 'xml'
Expand Down Expand Up @@ -101,6 +105,7 @@
</conditional>
<param name="interproscan" label="InterProScan results" optional="true" type="data" format="tsv,gff3" />
<param name="eggnog" label="EggNOG-Mapper results" optional="true" type="data" format="tsv" />
<param name="hectar" label="Hectar results" optional="true" type="data" format="tsv" />

<conditional name="blast_cond">
<param name="blast_choice" type="select" label="Import Blast or Diamond results">
Expand Down

0 comments on commit ec665a0

Please sign in to comment.