I'm greatly confused. Maybe because I don't speak perl. Sorry for that.
El 16/2/25 a las 12:21, Andreas Tille escribió:
The package is *not* accessing the internet when building. If there is *no* result (since the internet is not accessed the first part of if ($@ || !defined $seq_object) {
By the time this is run, we have already executed this: eval { $seq_object = get_sequence('genbank',"AI129902"); }; Is that not an attempt to access the network? Thanks.