File: emboss

package info (click to toggle)
emboss-explorer 2.2.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,765; sh: 118; makefile: 23
file content (9 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;

use EMBOSS::GUI;

my $emboss = EMBOSS::GUI->new();
$emboss->go();