Skip to content

Commit

Permalink
Change read separator to '|'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Sep 8, 2017
1 parent ea138ac commit 6e8c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/read_merger.pl
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@
sub print_merged_sequence {
my ($seq1, $seq2) = @_;
print ">" . $seq1->{id} . "\n";
print $seq1->{seq} . "N" . $seq2->{seq} . "\n";
print $seq1->{seq} . "|" . $seq2->{seq} . "\n";
}

0 comments on commit 6e8c9c2

Please sign in to comment.