We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tabix.read
Is it possible to query indexed VCF files that are stored remotely?
Thanks!
vcf_url <- "ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/release/20110521//ALL.chr18.phase1_release_v3.20101123.snps_indels_svs.genotypes.vcf.gz" tab <- seqminer::tabix.read(tabixFile =vcf_url, tabixRange = "8:48673708-48692728") print(tab) ### character(0)
The text was updated successfully, but these errors were encountered:
@zhanxw any news on this?
Sorry, something went wrong.
Hi @zhanxw, querying remote files would would be a really useful feature for seqminer to have. Any possibility this will be added?
seqminer
@yang-lina perhaps you would be able to help with this?
No branches or pull requests
Is it possible to query indexed VCF files that are stored remotely?
Thanks!
The text was updated successfully, but these errors were encountered: