Skip to content

Commit 757a96d

Browse files
committed
use info before the first space as seq names
1 parent 6c32c10 commit 757a96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/TIR-Learner1.23/Module3_New/call_seq_by_list2.pl

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
s/^\s+//;
8989
my ($chr, $seq)=(split /\n/, $_, 2);
9090
$chr=~s/\s+$//;
91+
$chr=(split /\s+/, $chr)[0];
9192
$seq=~s/\s+//g;
9293
$genome{$chr}=$seq;
9394
}

0 commit comments

Comments
 (0)