Repository 'busco'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/busco

Changeset 16:bb935709506a (2023-01-12)
Previous changeset 15:41030a6c03b7 (2022-04-11) Next changeset 17:e824f5d958d0 (2023-03-02)
Commit message:
planemo upload commit f7f94fe1eccafe1e29657bbd79197b4b32e03ffe
modified:
busco.xml
macros.xml
test-data/genome_results/full_table
test-data/genome_results/missing_buscos_list
test-data/genome_results/short_summary
test-data/genome_results_metaeuk/full_table
test-data/genome_results_metaeuk/missing_buscos_list
test-data/genome_results_metaeuk/short_summary
test-data/genome_results_metaeuk/summary.png
test-data/genome_results_metaeuk_auto/full_table
test-data/genome_results_metaeuk_auto/missing_buscos_list
test-data/genome_results_metaeuk_auto/short_summary
test-data/genome_results_metaeuk_auto/summary.png
test-data/proteome_results/full_table
test-data/proteome_results/missing_buscos_list
test-data/proteome_results/short_summary
test-data/proteome_results/summary.png
test-data/transcriptome_results/full_table
test-data/transcriptome_results/missing_buscos_list
test-data/transcriptome_results/short_summary
test-data/transcriptome_results/summary.png
added:
test-data/genome_results_metaeuk/out.gff
test-data/genome_results_metaeuk_auto/out.gff
test-data/transcriptome_results/out.gff
b
diff -r 41030a6c03b7 -r bb935709506a busco.xml
--- a/busco.xml Mon Apr 11 09:02:11 2022 +0000
+++ b/busco.xml Thu Jan 12 13:28:58 2023 +0000
[
b'@@ -1,11 +1,11 @@\n <tool id="busco" name="Busco" profile="20.01" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">\n     <description>assess genome assembly and annotation completeness</description>\n+    <macros>\n+        <import>macros.xml</import>\n+    </macros>\n     <xrefs>\n         <xref type="bio.tools">busco</xref>\n     </xrefs>\n-    <macros>\n-        <import>macros.xml</import>\n-    </macros>\n     <requirements>\n         <requirement type="package" version="@TOOL_VERSION@">busco</requirement>\n         <requirement type="package" version="1.34">tar</requirement>\n@@ -13,16 +13,21 @@\n     </requirements>\n     <version_command>busco --version</version_command>\n     <command><![CDATA[\n+\n+#if $busco_mode.mode == \'geno\' and $busco_mode.use_augustus.use_augustus_selector == \'yes\':\n+\n if [ -z "\\$AUGUSTUS_CONFIG_PATH" ] ; then BUSCO_PATH=\\$(dirname \\$(which busco)) ; export AUGUSTUS_CONFIG_PATH=\\$(realpath \\${BUSCO_PATH}/../config) ; fi &&\n cp -r "\\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&\n export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&\n \n-#if $busco_mode.mode == \'geno\' and $busco_mode.use_augustus.use_augustus_selector == \'yes\' and $busco_mode.use_augustus.aug_prediction.augustus_mode == \'history\':\n+#if $busco_mode.use_augustus.aug_prediction.augustus_mode == \'history\':\n     ## Using an augustus model from history, we need to unzip it and let augustus find it\n     mkdir -p \'augustus_dir/species/\' &&\n     tar -C \'augustus_dir/species/\' -xzf \'${busco_mode.use_augustus.aug_prediction.augustus_model}\' &&\n #end if\n \n+#end if\n+\n busco\n --in \'${input}\'\n --update-data\n@@ -59,6 +64,14 @@\n     generate_plot.py -wd BUSCO_summaries -rt specific\n #end if\n \n+#if $outputs and \'gff\' in $outputs:\n+    &&\n+    echo "\\##gff-version 3" > busco_output.gff\n+    &&\n+    ## gff files can be absent\n+    cat busco_galaxy/run_*/busco_sequences/*busco_sequences/*.gff >> busco_output.gff 2> /dev/null || true\n+#end if\n+\n ]]>    </command>\n     <inputs>\n         <param type="data" name="input" format="fasta" label="Sequences to analyse" help="Can be an assembled genome or transcriptome (DNA), or protein sequences from an annotated gene set." />\n@@ -123,6 +136,7 @@\n             <option value="short_summary" selected="true">short summary text</option>\n             <option value="missing">list with missing IDs</option>\n             <option value="image">summary image</option>\n+            <option value="gff">gff</option>\n         </param>\n \n         <section name="adv" title="Advanced Options" expanded="False">\n@@ -141,9 +155,12 @@\n         <data name=\'summary_image\' format=\'png\' label="${tool.name} on ${on_string}: summary image" from_work_dir="BUSCO_summaries/busco_figure.png">\n             <filter>outputs and \'image\' in outputs</filter>\n         </data>\n+        <data name=\'busco_gff\' format=\'gff3\' label="${tool.name} on ${on_string}: GFF" from_work_dir="busco_output.gff">\n+            <filter>outputs and \'gff\' in outputs</filter>\n+        </data>\n     </outputs>\n     <tests>\n-        <test expect_num_outputs="3">\n+        <test expect_num_outputs="4">\n             <param name="input" value="genome.fa" />\n             <conditional name="lineage">\n                 <param name="lineage_mode" value="select_lineage" />\n@@ -155,16 +172,22 @@\n                     <param name="use_augustus_selector" value="yes" />\n                 </conditional>\n             </conditional>\n-            <param name="outputs" value="short_summary,missing" />\n+            <param name="outputs" value="short_summary,missing,gff" />\n             <output name="busco_sum" file="genome_results/short_summary" compare="diff" lines_diff="4" />\n             <output name="busco_table" file="genome_results/full_table" compare="diff" lines_diff="4" />\n+            <output name="busco_gff">\n+                <assert_contents>\n+                    <has_n_lines n="1"/>\n+                    <has_text text="##gff-version 3" />\n+                </assert_contents>\n+            </output>\n             <out'..b'scriptome_results/full_table" compare="diff" lines_diff="6" />\n             <output name="busco_missing" file="transcriptome_results/missing_buscos_list" compare="diff" lines_diff="6" />\n             <output name="summary_image" file="transcriptome_results/summary.png" compare="sim_size" />\n+            <output name="busco_gff" file="transcriptome_results/out.gff" compare="diff" />\n         </test>\n-        <test expect_num_outputs="2">\n+        <test expect_num_outputs="3">\n             <param name="input" value="genome.fa" />\n             <conditional name="lineage">\n                 <param name="lineage_mode" value="select_lineage" />\n@@ -210,9 +240,15 @@\n                     </conditional>\n                 </conditional>\n             </conditional>\n-            <param name="outputs" value="short_summary" />\n+            <param name="outputs" value="short_summary,gff" />\n             <output name="busco_sum" file="genome_results/short_summary" compare="diff" lines_diff="4" />\n             <output name="busco_table" file="genome_results/full_table" compare="diff" lines_diff="4" />\n+            <output name="busco_gff">\n+                <assert_contents>\n+                    <has_n_lines n="1"/>\n+                    <has_text text="##gff-version 3" />\n+                </assert_contents>\n+            </output>\n         </test>\n         <test expect_num_outputs="3">\n             <param name="input" value="genome.fa" />\n@@ -235,7 +271,7 @@\n             <output name="busco_table" file="genome_results/full_table" compare="diff" lines_diff="4" />\n             <output name="busco_missing" file="genome_results/missing_buscos_list" compare="diff" lines_diff="4" />\n         </test>\n-        <test expect_num_outputs="4">\n+        <test expect_num_outputs="5">\n             <param name="input" value="genome.fa" />\n             <conditional name="lineage">\n                 <param name="lineage_mode" value="select_lineage" />\n@@ -247,13 +283,14 @@\n                     <param name="use_augustus_selector" value="no" />\n                 </conditional>\n             </conditional>\n-            <param name="outputs" value="short_summary,missing,image" />\n+            <param name="outputs" value="short_summary,missing,image,gff" />\n             <output name="busco_sum" file="genome_results_metaeuk/short_summary" compare="diff" lines_diff="6" />\n             <output name="busco_table" file="genome_results_metaeuk/full_table" compare="diff" lines_diff="6" />\n             <output name="busco_missing" file="genome_results_metaeuk/missing_buscos_list" compare="diff" lines_diff="6" />\n             <output name="summary_image" file="genome_results_metaeuk/summary.png" compare="sim_size" />\n+            <output name="busco_gff" file="genome_results_metaeuk/out.gff" compare="diff" />\n         </test>\n-        <test expect_num_outputs="4">\n+        <test expect_num_outputs="5">\n             <param name="input" value="genome.fa" />\n             <conditional name="lineage">\n                 <param name="lineage_mode" value="auto_detect" />\n@@ -265,11 +302,12 @@\n                     <param name="use_augustus_selector" value="no" />\n                 </conditional>\n             </conditional>\n-            <param name="outputs" value="short_summary,missing,image" />\n+            <param name="outputs" value="short_summary,missing,image,gff" />\n             <output name="busco_sum" file="genome_results_metaeuk_auto/short_summary" compare="diff" lines_diff="6" />\n             <output name="busco_table" file="genome_results_metaeuk_auto/full_table" compare="diff" lines_diff="2" />\n             <output name="busco_missing" file="genome_results_metaeuk_auto/missing_buscos_list" compare="diff" lines_diff="2" />\n             <output name="summary_image" file="genome_results_metaeuk_auto/summary.png" compare="sim_size" />\n+            <output name="busco_gff" file="genome_results_metaeuk_auto/out.gff" compare="diff" />\n         </test>\n     </tests>\n     <help><![CDATA[\n'
b
diff -r 41030a6c03b7 -r bb935709506a macros.xml
--- a/macros.xml Mon Apr 11 09:02:11 2022 +0000
+++ b/macros.xml Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">5.3.2</token>
+    <token name="@TOOL_VERSION@">5.4.4</token>
     <token name="@VERSION_SUFFIX@">0</token>
 
     <xml name="citations">
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results/full_table
--- a/test-data/genome_results/full_table Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results/full_table Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id Status Sequence Gene Start Gene End Strand Score Length OrthoDB url Description
 774at6656 Missing
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results/missing_buscos_list
--- a/test-data/genome_results/missing_buscos_list Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results/missing_buscos_list Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id
 100070at6656
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results/short_summary
--- a/test-data/genome_results/short_summary Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results/short_summary Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,7 +1,7 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpctznxi43/files/9/e/c/dataset_9ec37448-e146-4536-b66f-9082e1734ea4.dat
-# BUSCO was run in mode: genome
+# Summarized benchmarking in BUSCO notation for file /tmp/tmprqvmp912/files/000/dataset_22.dat
+# BUSCO was run in mode: euk_genome_aug
 # Gene predictor used: augustus
 
  ***** Results: *****
@@ -14,11 +14,22 @@
  1012 Missing BUSCOs (M)    
  1013 Total BUSCO groups searched    
 
+Assembly Statistics:
+ 1 Number of scaffolds
+ 1 Number of contigs
+ 62370 Total length
+ 0.000% Percent gaps
+ 62 KB Scaffold N50
+ 62 KB Contigs N50
+
+
 Dependencies and versions:
  hmmsearch: 3.1
- makeblastdb: 2.12.0+
- tblastn: 2.12.0+
- augustus: 3.4.0
+ bbtools: 39.01
+ makeblastdb: 2.13.0+
+ tblastn: 2.13.0+
+ augustus: 3.5.0
  gff2gbSmallDNA.pl: None
  new_species.pl: None
  etraining: None
+ busco: 5.4.4
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk/full_table
--- a/test-data/genome_results_metaeuk/full_table Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk/full_table Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id Status Sequence Gene Start Gene End Strand Score Length OrthoDB url Description
 774at6656 Missing
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk/missing_buscos_list
--- a/test-data/genome_results_metaeuk/missing_buscos_list Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk/missing_buscos_list Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id
 100070at6656
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk/out.gff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/genome_results_metaeuk/out.gff Thu Jan 12 13:28:58 2023 +0000
b
@@ -0,0 +1,13 @@
+##gff-version 3
+sample MetaEuk gene 40256 42071 198 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255
+sample MetaEuk mRNA 40256 42071 198 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_mRNA;Parent=68987at6656|sample|+|40255
+sample MetaEuk exon 40256 40390 49 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_exon_0;Parent=68987at6656|sample|+|40255_mRNA
+sample MetaEuk CDS 40256 40390 49 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_CDS_0;Parent=68987at6656|sample|+|40255_exon_0
+sample MetaEuk exon 40653 41168 94 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_exon_1;Parent=68987at6656|sample|+|40255_mRNA
+sample MetaEuk CDS 40653 41168 94 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_CDS_1;Parent=68987at6656|sample|+|40255_exon_1
+sample MetaEuk exon 41718 42071 65 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_exon_2;Parent=68987at6656|sample|+|40255_mRNA
+sample MetaEuk CDS 41718 42071 65 + . Target_ID=68987at6656;TCS_ID=68987at6656|sample|+|40255_CDS_2;Parent=68987at6656|sample|+|40255_exon_2
+sample MetaEuk gene 34846 35679 545 - . Target_ID=94238at6656_7227_0:001f92;TCS_ID=94238at6656_7227_0:001f92|sample|-|34845
+sample MetaEuk mRNA 34846 35679 545 - . Target_ID=94238at6656_7227_0:001f92;TCS_ID=94238at6656_7227_0:001f92|sample|-|34845_mRNA;Parent=94238at6656_7227_0:001f92|sample|-|34845
+sample MetaEuk exon 34846 35679 545 - . Target_ID=94238at6656_7227_0:001f92;TCS_ID=94238at6656_7227_0:001f92|sample|-|34845_exon_0;Parent=94238at6656_7227_0:001f92|sample|-|34845_mRNA
+sample MetaEuk CDS 34846 35679 545 - . Target_ID=94238at6656_7227_0:001f92;TCS_ID=94238at6656_7227_0:001f92|sample|-|34845_CDS_0;Parent=94238at6656_7227_0:001f92|sample|-|34845_exon_0
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk/short_summary
--- a/test-data/genome_results_metaeuk/short_summary Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk/short_summary Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,7 +1,7 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpctznxi43/files/9/6/4/dataset_96441510-fb85-41dd-a4ce-8a20d74173a9.dat
-# BUSCO was run in mode: genome
+# Summarized benchmarking in BUSCO notation for file /tmp/tmprqvmp912/files/000/dataset_28.dat
+# BUSCO was run in mode: euk_genome_met
 # Gene predictor used: metaeuk
 
  ***** Results: *****
@@ -14,6 +14,17 @@
  1011 Missing BUSCOs (M)    
  1013 Total BUSCO groups searched    
 
+Assembly Statistics:
+ 1 Number of scaffolds
+ 1 Number of contigs
+ 62370 Total length
+ 0.000% Percent gaps
+ 62 KB Scaffold N50
+ 62 KB Contigs N50
+
+
 Dependencies and versions:
  hmmsearch: 3.1
- metaeuk: 4.a0f584d
+ bbtools: 39.01
+ metaeuk: 6.a5d39d9
+ busco: 5.4.4
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk/summary.png
b
Binary file test-data/genome_results_metaeuk/summary.png has changed
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk_auto/full_table
--- a/test-data/genome_results_metaeuk_auto/full_table Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk_auto/full_table Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.3.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: eukaryota_odb10 (Creation date: 2020-09-10, number of genomes: 70, number of BUSCOs: 255)
 # Busco id Status Sequence Gene Start Gene End Strand Score Length
 39650at2759 Missing
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk_auto/missing_buscos_list
--- a/test-data/genome_results_metaeuk_auto/missing_buscos_list Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk_auto/missing_buscos_list Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.3.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: eukaryota_odb10 (Creation date: 2020-09-10, number of genomes: 70, number of BUSCOs: 255)
 # Busco id
 1001705at2759
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk_auto/out.gff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/genome_results_metaeuk_auto/out.gff Thu Jan 12 13:28:58 2023 +0000
b
@@ -0,0 +1,5 @@
+##gff-version 3
+sample MetaEuk gene 34846 35679 545 - . Target_ID=1053181at2759_7227_0:001f92;TCS_ID=1053181at2759_7227_0:001f92|sample|-|34845
+sample MetaEuk mRNA 34846 35679 545 - . Target_ID=1053181at2759_7227_0:001f92;TCS_ID=1053181at2759_7227_0:001f92|sample|-|34845_mRNA;Parent=1053181at2759_7227_0:001f92|sample|-|34845
+sample MetaEuk exon 34846 35679 545 - . Target_ID=1053181at2759_7227_0:001f92;TCS_ID=1053181at2759_7227_0:001f92|sample|-|34845_exon_0;Parent=1053181at2759_7227_0:001f92|sample|-|34845_mRNA
+sample MetaEuk CDS 34846 35679 545 - . Target_ID=1053181at2759_7227_0:001f92;TCS_ID=1053181at2759_7227_0:001f92|sample|-|34845_CDS_0;Parent=1053181at2759_7227_0:001f92|sample|-|34845_exon_0
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk_auto/short_summary
--- a/test-data/genome_results_metaeuk_auto/short_summary Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/genome_results_metaeuk_auto/short_summary Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,7 +1,7 @@
-# BUSCO version is: 5.3.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: eukaryota_odb10 (Creation date: 2020-09-10, number of genomes: 70, number of BUSCOs: 255)
-# Summarized benchmarking in BUSCO notation for file /tmp/tmp5e3tdhzs/files/c/9/b/dataset_c9b61090-5a2d-4dd0-8fd1-d147a4e1573c.dat
-# BUSCO was run in mode: genome
+# Summarized benchmarking in BUSCO notation for file /tmp/tmprqvmp912/files/000/dataset_34.dat
+# BUSCO was run in mode: euk_genome_met
 # Gene predictor used: metaeuk
 
  ***** Results: *****
@@ -14,7 +14,18 @@
  254 Missing BUSCOs (M)    
  255 Total BUSCO groups searched    
 
+Assembly Statistics:
+ 1 Number of scaffolds
+ 1 Number of contigs
+ 62370 Total length
+ 0.000% Percent gaps
+ 62 KB Scaffold N50
+ 62 KB Contigs N50
+
+
 Dependencies and versions:
  hmmsearch: 3.1
+ bbtools: 39.01
  prodigal: 2.6.3
- metaeuk: 5.34c21f2
+ busco: 5.4.4
+ metaeuk: 6.a5d39d9
b
diff -r 41030a6c03b7 -r bb935709506a test-data/genome_results_metaeuk_auto/summary.png
b
Binary file test-data/genome_results_metaeuk_auto/summary.png has changed
b
diff -r 41030a6c03b7 -r bb935709506a test-data/proteome_results/full_table
--- a/test-data/proteome_results/full_table Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/proteome_results/full_table Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id Status Sequence Score Length OrthoDB url Description
 774at6656 Missing
b
diff -r 41030a6c03b7 -r bb935709506a test-data/proteome_results/missing_buscos_list
--- a/test-data/proteome_results/missing_buscos_list Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/proteome_results/missing_buscos_list Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id
 100070at6656
b
diff -r 41030a6c03b7 -r bb935709506a test-data/proteome_results/short_summary
--- a/test-data/proteome_results/short_summary Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/proteome_results/short_summary Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,6 +1,6 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpctznxi43/files/8/5/3/dataset_853c93b4-f61b-4a14-a96c-ade0e2f5bbbd.dat
+# Summarized benchmarking in BUSCO notation for file /tmp/tmprqvmp912/files/000/dataset_6.dat
 # BUSCO was run in mode: proteins
 
  ***** Results: *****
@@ -15,3 +15,4 @@
 
 Dependencies and versions:
  hmmsearch: 3.1
+ busco: 5.4.4
b
diff -r 41030a6c03b7 -r bb935709506a test-data/proteome_results/summary.png
b
Binary file test-data/proteome_results/summary.png has changed
b
diff -r 41030a6c03b7 -r bb935709506a test-data/transcriptome_results/full_table
--- a/test-data/transcriptome_results/full_table Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/transcriptome_results/full_table Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id Status Sequence Score Length OrthoDB url Description
 774at6656 Missing
b
diff -r 41030a6c03b7 -r bb935709506a test-data/transcriptome_results/missing_buscos_list
--- a/test-data/transcriptome_results/missing_buscos_list Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/transcriptome_results/missing_buscos_list Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,4 +1,4 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
 # Busco id
 100070at6656
b
diff -r 41030a6c03b7 -r bb935709506a test-data/transcriptome_results/out.gff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/transcriptome_results/out.gff Thu Jan 12 13:28:58 2023 +0000
b
@@ -0,0 +1,5 @@
+##gff-version 3
+BUSCOaEOG7B0HST MetaEuk gene 1 2700 1493 + . Target_ID=22364at6656_211228_0:002349;TCS_ID=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0
+BUSCOaEOG7B0HST MetaEuk mRNA 1 2700 1493 + . Target_ID=22364at6656_211228_0:002349;TCS_ID=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0_mRNA;Parent=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0
+BUSCOaEOG7B0HST MetaEuk exon 1 2700 1493 + . Target_ID=22364at6656_211228_0:002349;TCS_ID=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0_exon_0;Parent=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0_mRNA
+BUSCOaEOG7B0HST MetaEuk CDS 1 2700 1493 + . Target_ID=22364at6656_211228_0:002349;TCS_ID=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0_CDS_0;Parent=22364at6656_211228_0:002349|BUSCOaEOG7B0HST|+|0_exon_0
b
diff -r 41030a6c03b7 -r bb935709506a test-data/transcriptome_results/short_summary
--- a/test-data/transcriptome_results/short_summary Mon Apr 11 09:02:11 2022 +0000
+++ b/test-data/transcriptome_results/short_summary Thu Jan 12 13:28:58 2023 +0000
b
@@ -1,7 +1,7 @@
-# BUSCO version is: 5.2.1 
+# BUSCO version is: 5.4.4 
 # The lineage dataset is: arthropoda_odb10 (Creation date: 2020-09-10, number of genomes: 90, number of BUSCOs: 1013)
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpctznxi43/files/b/5/f/dataset_b5fc3813-7cbb-4aa0-b30c-dc2a6e85905d.dat
-# BUSCO was run in mode: transcriptome
+# Summarized benchmarking in BUSCO notation for file /tmp/tmprqvmp912/files/000/dataset_12.dat
+# BUSCO was run in mode: euk_tran
 
  ***** Results: *****
 
@@ -15,4 +15,5 @@
 
 Dependencies and versions:
  hmmsearch: 3.1
- metaeuk: 4.a0f584d
+ metaeuk: 6.a5d39d9
+ busco: 5.4.4
b
diff -r 41030a6c03b7 -r bb935709506a test-data/transcriptome_results/summary.png
b
Binary file test-data/transcriptome_results/summary.png has changed