swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326
Raw File
Tip revision: 9196b8a24f9056c6921bc8e3d80951cea983267b authored by Eddie Belter on 23 January 2015, 17:29:29 UTC
Merge pull request #430 from ebelter/fastq-to-bam2
Tip revision: 9196b8a
Genome.t
#!/usr/bin/env genome-perl
use strict;
use warnings;
use Test::More tests => 1;
use above "Genome";
ok(1,"used Genome without crashing with the 'above' pragma'");
back to top