Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tangerzhang authored Mar 7, 2019
1 parent 9eb21c2 commit 4f4a885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ALLHiC_build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $/='>';
while(<IN>){
chomp;
my ($ctg,$seq) = split(/\n/,$_,2);
$ctg =~ s/\s+.*//g;
$seq =~ s/\s+//g;
$seqdb{$ctg} = $seq;
}
Expand Down

0 comments on commit 4f4a885

Please sign in to comment.