# HG changeset patch
# User iuc
# Date 1743765522 0
# Node ID 4e70d88adf2f8ef84de230290d6c194e7dfac756
# Parent e5c372c91e46068896d2f673ad5172cc5d7fe37c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/busco/ commit 68696449a909c43d0e44bc9cfc8f8945e8a9dfce
diff -r e5c372c91e46 -r 4e70d88adf2f busco.xml
--- a/busco.xml Tue Oct 29 14:13:47 2024 +0000
+++ b/busco.xml Fri Apr 04 11:18:42 2025 +0000
@@ -8,11 +8,37 @@
busco
+
+ augustus
tar
fonts-conda-ecosystem
+
+ sepp
busco --version
input.fa &&
+#else
+ ln -s '$input' input.fa &&
#end if
busco
---in '${input}'
+--in 'input.fa'
--mode '${busco_mode.mode}'
--out busco_galaxy
--cpu \${GALAXY_SLOTS:-4}
--evalue ${adv.evalue}
--limit ${adv.limit}
--contig_break ${adv.contig_break}
-
-#if $lineage_conditional.selector == 'cached':
- --offline
- --download_path $lineage_conditional.cached_db.fields.path
+#if $test == 'true'
+--download_path mock_db_path
+#else
+--offline
+--download_path '$cached_db.fields.path'
#end if
#if $lineage.lineage_mode == "auto_detect":
@@ -65,46 +97,36 @@
#end if
#if $outputs and 'image' in $outputs:
- &&
- mkdir BUSCO_summaries
- &&
- ls -l busco_galaxy/run_*/ &&
- cp busco_galaxy/short_summary.*.txt BUSCO_summaries/
- &&
- generate_plot.py -wd BUSCO_summaries -rt specific
+ && mkdir BUSCO_summaries
+ && cp busco_galaxy/short_summary.*.txt BUSCO_summaries/
+ && generate_plot.py -wd BUSCO_summaries -rt specific
#end if
#if $outputs and 'gff' in $outputs:
- &&
- echo "\##gff-version 3" > busco_output.gff
- &&
+ && echo "\##gff-version 3" > busco_output.gff
## gff files can be absent
- cat busco_galaxy/run_*/busco_sequences/*busco_sequences/*.gff >> busco_output.gff 2> /dev/null || true
+ && (cat busco_galaxy/run_*/busco_sequences/*busco_sequences/*.gff >> busco_output.gff 2> /dev/null || true)
#end if
-
-
+#if $outputs and 'faa' in $outputs:
+ && (cat busco_galaxy/run_*/busco_sequences/*busco_sequences/*.faa >> busco_output.faa 2> /dev/null || true)
+#end if
+#if $outputs and 'fna' in $outputs:
+ && (cat busco_galaxy/run_*/busco_sequences/*busco_sequences/*.fna >> busco_output.fna 2> /dev/null || true)
+#end if
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
@@ -127,7 +149,7 @@
-
+
@@ -153,7 +175,9 @@
-
+
+
+
@@ -163,6 +187,8 @@
+
+
@@ -186,11 +212,18 @@
outputs and 'gff' in outputs
+
+ outputs and 'faa' in outputs
+
+
+ outputs and 'fna' in outputs
+
-
-
+
+
@@ -384,8 +451,12 @@
+
+
+
-
+
5.8.0
- 0
+ 1
@@ -10,262 +10,175 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff -r e5c372c91e46 -r 4e70d88adf2f test-data/busco_database_options.loc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/busco_database_options.loc Fri Apr 04 11:18:42 2025 +0000
@@ -0,0 +1,2 @@
+archaea_odb10 Archaea busco-demo-db-20230328
+arthropoda_odb10 Arthropoda busco-demo-db-20230328
\ No newline at end of file
diff -r e5c372c91e46 -r 4e70d88adf2f test-data/genome.fa.gz
Binary file test-data/genome.fa.gz has changed
diff -r e5c372c91e46 -r 4e70d88adf2f tool-data/busco_database_options.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/busco_database_options.loc.sample Fri Apr 04 11:18:42 2025 +0000
@@ -0,0 +1,6 @@
+#This is a sample file distributed with Galaxy that enables tools
+#to use fill the select for the available BUSCO lineages
+#file has this format (white space characters are TAB characters)
+# - value: value used in the options
+# - name: name shown to the user in options
+# - db_value: the id/value of the busco db (in the busco_database data table)
\ No newline at end of file
diff -r e5c372c91e46 -r 4e70d88adf2f tool_data_table_conf.xml.sample
--- a/tool_data_table_conf.xml.sample Tue Oct 29 14:13:47 2024 +0000
+++ b/tool_data_table_conf.xml.sample Fri Apr 04 11:18:42 2025 +0000
@@ -3,4 +3,8 @@
value, name, version, path
+
+ value, name, db_value
+
+
diff -r e5c372c91e46 -r 4e70d88adf2f tool_data_table_conf.xml.test
--- a/tool_data_table_conf.xml.test Tue Oct 29 14:13:47 2024 +0000
+++ b/tool_data_table_conf.xml.test Fri Apr 04 11:18:42 2025 +0000
@@ -3,4 +3,8 @@
value, name, version, path
+
+ value, name, db_value
+
+
\ No newline at end of file