Changes between Initial Version and Version 1 of Ticket #5043, comment 7
- Timestamp:
- Aug 30, 2021, 6:10:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5043, comment 7
initial v1 3 3 Should put code in my colab script to catch sequence database fetch errors and give a message that sequence data was not available instead of a traceback. 4 4 5 6 {{{ 5 7 Sequence length 427 6 8 Have Colab GPU runtime … … 75 77 76 78 ContentTooShortError: <urlopen error retrieval incomplete: got only 83886080 out of 1073742897 bytes> 79 80 }}}