UniProt website fallback message

If you are not seeing anything on this page, it might be for multiple reasons:
  • You might have an outdated browser: make sure that your browser is up to date as older versions might not work with the website.
  • There might have been a network issue: ensure that your connectivity is stable and try to reload the page to see if it solves the issue.
wrong # args: should be "exit code"
    while executing
"exit"
    (in namespace eval "::request" script line 18)
    invoked from within
"namespace eval ::request $script"
    ("::try" body line 12)

OUTPUT BUFFER:

# Provide multipart/form-data for http lappend auto_path /home/moumou/ordali/lib package require http package require form-data set url "http://www.uniprot.org/batch/" set file "filefof" set type "text/plain" set Lid [list sydc_human p13368 Q55c99] set file tmp #set res [form-data::post $url "file" $type $file [list file $file format txt]] set res [form-data::post $url "file" $type $Lid [list file $file format txt]] puts $res exit