- or download this
use DrawTransmembrane;
Can't locate DrawTransmembrane.pm
- or download this
Warning: Cannot install DrawTransmembrane, don't know what it is.
Try the command
...
i /DrawTransmembrane/
to find objects with matching identifiers.
- or download this
Global symbol "$topology_final" requires explicit package name at Draw
+Transmembrane.pl line 6.
Global symbol "@total_top" requires explicit package name at DrawTrans
+membrane.pl line 8.
...
Global symbol "@total_top" requires explicit package name at DrawTrans
+membrane.pl line 19.
Global symbol "@total_top" requires explicit package name at DrawTrans
+membrane.pl line 28.
Execution of DrawTransmembrane.pl aborted due to compilation errors.
- or download this
Can't locate object method "new" via package "DrawTransmembrane" (perh
+aps you forgot to load "DrawTransmembrane"?)
- or download this
Not a HASH reference at /usr/share/perl5/Bio/Graphics/DrawTransmembran
+e.pm line 125.
- or download this
#!/usr/bin/perl
use strict;
...
print OUTPUT $image->png;
close (OUTPUT);
}
- or download this
#!/usr/bin/perl
use strict;
...
binmode OUTPUT;
print OUTPUT $im->png;
close OUTPUT;
- or download this
#!/usr/bin/perl
use strict;
...
binmode OUTPUT;
print OUTPUT $image->png;
close (OUTPUT);