Skip to content

Commit

Permalink
Fixed SAM-format error--see #13
Browse files Browse the repository at this point in the history
  • Loading branch information
nhansen committed Jan 24, 2022
1 parent ebd5b85 commit 95c6156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc/delta2sam.pl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ sub write_edgelets {
$cigar = $cigar.$query_hc."H";
}
my $seq = $query_db->seq($query_entry, $query_start, $query_end);
print $sam_fh "$query_entry\t$flag\t$ref_entry\t$ref_start\t0\t$cigar\t*\t*\t*\t$seq\t*\n";
print $sam_fh "$query_entry\t$flag\t$ref_entry\t$ref_start\t0\t$cigar\t*\t0\t0\t$seq\t*\n";
}
}
}
Expand Down

0 comments on commit 95c6156

Please sign in to comment.