# HG changeset patch
# User gga
# Date 1698138581 0
# Node ID bd94e502872aedb1c1274803adbd0984f6f2553b
# Parent ace14a8ac6e45cc14aee95cd67fe2dfb7ab064a6
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/genenotebook commit bd0a923142aeba63c9314632659a3095dfbedfa8
diff -r ace14a8ac6e4 -r bd94e502872a genenotebook_build.xml
--- a/genenotebook_build.xml Tue Oct 10 15:29:02 2023 +0000
+++ b/genenotebook_build.xml Tue Oct 24 09:09:41 2023 +0000
@@ -12,7 +12,7 @@
genoboo add genome @CONNECT_INFO@ --name '${genome.name}' ${genome.public} '${genome.genome}';
#for annot in $genome.annots:
- genoboo add annotation @CONNECT_INFO@ --name '${genome.name}'
+ genoboo add annotation @CONNECT_INFO@ --name '${genome.name}' --annot '${annot.annot}'
#if $annot.prot_naming.method == 'regex'
#if $annot.prot_naming.re_protein:
--re_protein '$annot.prot_naming.re_protein'
@@ -33,19 +33,21 @@
#else:
tsv
#end if
+ --annot '${annot.annot}'
'${annot.interproscan}';
#end if
#if $annot.eggnog:
- genoboo add eggnog @CONNECT_INFO@ '${annot.eggnog}';
+ genoboo add eggnog @CONNECT_INFO@ --annot '${annot.annot}' '${annot.eggnog}';
#end if
#if $annot.hectar:
- genoboo add hectar @CONNECT_INFO@ '${annot.hectar}';
+ genoboo add hectar @CONNECT_INFO@ --annot '${annot.annot}' '${annot.hectar}';
#end if
#if $annot.blast_cond.blast_choice == "blast":
genoboo add blast @CONNECT_INFO@
+ --annot '${annot.annot}'
--format 'xml'
--algorithm '${annot.blast_cond.algorithm}'
--matrix '${annot.blast_cond.matrix}'
@@ -53,6 +55,7 @@
'${annot.blast_cond.blast}';
#elif $annot.blast_cond.blast_choice == "diamond":
genoboo add diamond @CONNECT_INFO@
+ --annot '${annot.annot}'
--format 'xml'
--algorithm '${annot.blast_cond.algorithm}'
--matrix '${annot.blast_cond.matrix}'
@@ -62,6 +65,7 @@
#for exp in $annot.expression:
genoboo add expression @CONNECT_INFO@
+ --annot '${annot.annot}'
--sample-description ''
${exp.public}
#for replica in $exp.expression_replicas:
@@ -84,6 +88,7 @@
+
@@ -170,6 +175,7 @@
+
@@ -184,6 +190,7 @@
+
@@ -211,6 +218,7 @@
+
@@ -230,6 +238,7 @@
+
@@ -265,6 +274,7 @@
+
diff -r ace14a8ac6e4 -r bd94e502872a macros.xml
--- a/macros.xml Tue Oct 10 15:29:02 2023 +0000
+++ b/macros.xml Tue Oct 24 09:09:41 2023 +0000
@@ -7,7 +7,7 @@
- 0.4.7
+ 0.4.8
@TOOL_VERSION@+galaxy0
diff -r ace14a8ac6e4 -r bd94e502872a test-data/output/genome.tar.bz2
Binary file test-data/output/genome.tar.bz2 has changed