You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to automatically handle situations where query_granges spans multiple chromosomes. Could add an extra loop at the level of query or query_vcf/query_table.
Constructing GRanges query using min/max ranges across one or more chromosomes.
+ as_blocks=TRUE: Will query a single range per chromosome that covers all regions requested (plus anything in between).
========= echotabix::query =========
query_dat is already a GRanges object. Returning directly.
Inferred format: 'table'
Querying tabular tabix file using: Rsamtools.
Checking query chromosome style is correct.
Chromosome format: 1
Retrieving data.
Error: scanTabix: '4' not present in tabix index
path: https://zenodo.org/record/7062238/files/IMPACT707_EUR_chr12.annot.bgz?download=1
index: https://zenodo.org/record/7062238/files/IMPACT707_EUR_chr12.annot.bgz.tbi?download=1
The text was updated successfully, but these errors were encountered:
Would be useful to automatically handle situations where
query_granges
spans multiple chromosomes. Could add an extra loop at the level ofquery
orquery_vcf
/query_table
.Otherwise, stuff like this can happen:
The text was updated successfully, but these errors were encountered: