• {BiGEst API endpoint}
  • Taxonomy
  • IDmapping
  • BioDataToolkit
  • GO
  • OrthoInspector
  • MISTIC
  • PDB

could not read "desc/favicon-32x32.png.yml": no such file or directory while executing "file mtime desc/$apiname.yml" (in namespace eval "::request" script line 142) invoked from within "namespace eval request { puts -nonewline "" set apiname "taxonomy" if {[dict exists [::rivet::var all] api]} { set apiname [dict get [::rivet::va..."

OUTPUT BUFFER:

namespace eval request { puts -nonewline "" set apiname "taxonomy" if {[dict exists [::rivet::var all] api]} { set apiname [dict get [::rivet::var all] api] } puts -nonewline " REST API - " puts -nonewline [string toupper $apiname] puts -nonewline "
  • \{BiGEst API endpoint\}
  • " foreach name {Taxonomy IDmapping BioDataToolkit GO OrthoInspector MISTIC PDB} { if {[regexp {^composer} $name]} continue set current "" if {[string tolower $name] eq $apiname} { set current " active" } puts [format {
  • %s
  • } $current [string tolower $name] $name] } puts -nonewline "
" puts -nonewline "last updated on [clock format [file mtime desc/$apiname.yml] -format "%Y-%m-%d"]" puts -nonewline "
" package require itcl package require Session }