Tabix Perl Api Error?
0
0
Entering edit mode
10.5 years ago

I love Tabix and have rolled it into a software library. Most of the data we are working with are de-novo assemblies that have more than 1000 seqids...

I found something that is worrying me:

$tabix->getnames() only returns 1000 seqids ???

I wrote to the mailing list, but thought I would ask here as well.

http://sourceforge.net/p/samtools/mailman/message/31560407/

Thanks!

EDIT:

cat my.vcf | grep -v "#" | awk '{print $1}' | sort | uniq -c | wc

1103

So I know I have more than 1000 seqids in the file...

samtools tabix perl • 1.9k views
ADD COMMENT
1
Entering edit mode

Are you sure it's not an issue with line endings or format? It sounds simple, but that always throws off line/sequence counts.

ADD REPLY

Login before adding your answer.

Traffic: 3741 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6