Skip to content
Snippets Groups Projects
Commit e9f3b354 authored by Simon Potter's avatar Simon Potter
Browse files

main trunkified

parent e54cc8a8
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ if ($phase == 4) {
$contig->name("$acc.$ver.1.$length");
$contig->embl_offset(1);
$contig->length($length);
$contig->seq($seq);
$contig->seq($seq->seq);
print "Contig ", $contig->name, "\n";
if ($verbose) {
......@@ -206,7 +206,7 @@ else {
$contig->name($id);
$contig->embl_offset($offset);
$contig->length($length);
$contig->seq(new Bio::Seq(-id => $id, -seq =>$subseq));
$contig->seq($subseq);
$order++;
print "Contig ", $contig->name, "\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment