Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### OVERVIEW
This module wraps the RAST annotation pipeline for KBase.

### Version 0.1.10
__Changes__
- Forcing usage of taxonomy_re_api widget in spec.json to use the "release" version instead of "dev".

### Version 0.1.9
__Changes__
Made code improvements according to review comments on PR #81 by AJ. Also added error handling for bulk rasting to catch exception from gfu.save_one_genome call. Included the two apps annotate_genome_assembly and bulk_annotate_genomes_assemblies.
Expand Down
2 changes: 1 addition & 1 deletion kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ service-language:
perl

module-version:
0.1.9
0.1.10

owners:
[chenry, scanon, olson, jjeffryes, umaganapathyswork, landml, gaprice, qzhang, ialarmedalien]
Expand Down
2 changes: 1 addition & 1 deletion ui/narrative/methods/annotate_contigset/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dynamic_dropdown_options": {
"data_source": "custom",
"service_function": "taxonomy_re_api.search_species",
"service_version": "dev",
"service_version": "release",
"service_params": [
{
"search_text": "prefix:{{dynamic_dropdown_input}}",
Expand Down
2 changes: 1 addition & 1 deletion ui/narrative/methods/annotate_contigsets/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dynamic_dropdown_options": {
"data_source": "custom",
"service_function": "taxonomy_re_api.search_species",
"service_version": "dev",
"service_version": "release",
"service_params": [
{
"search_text": "prefix:{{dynamic_dropdown_input}}",
Expand Down
2 changes: 1 addition & 1 deletion ui/narrative/methods/annotate_genome_assembly/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dynamic_dropdown_options": {
"data_source": "custom",
"service_function": "taxonomy_re_api.search_species",
"service_version": "dev",
"service_version": "release",
"service_params": [
{
"search_text": "prefix:{{dynamic_dropdown_input}}",
Expand Down