- or download this
use strict;
use warnings;
...
}
}
print Dumper(\%key) ."\n";
- or download this
$VAR1 = {
'Contig25396' => [
...
'GGCTCTCTACCTATCTGTCTCTCTCTACCTCTCTCTCCTT
+TCACGCACAC'
]
};
- or download this
use strict;
use warnings;
...
print $out join("\n", $line{key}, $line{seq}) . "\n";
}
}