Skip to content
New issue

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

Protocols supported with -genes in mango-submit #479

Open
prakashmstpt opened this issue Feb 7, 2019 · 1 comment
Open

Protocols supported with -genes in mango-submit #479

prakashmstpt opened this issue Feb 7, 2019 · 1 comment

Comments

@prakashmstpt
Copy link

When I am using a file option with -genes both on local HDFS it does not work. If I use http it works.
My question is what are supported protocols for -genes?
Does not work:
/home/sm/mango-distribution-0.0.1//bin/mango-submit --packages org.apache.parquet:parquet-hadoop:1.8.2
-- /home/gm/workspace/mango_testing/mango_test_files//hg19.2bit -port 3333 -genes /user/gm/workspace/mango_testing/mango_test_files//ensGene.bb
-features /user/gm/workspace/mango_testing/mango_test_files//gtex_gene_expression.bed,
/user/gm/workspace/mango_testing/mango_test_files//ucsc_genes_hg19.bed
-variants /user/gm/workspace/mango_testing/mango_test_files//1000gSNPs.vcf
-reads /user/gm/workspace/mango_testing/mango_test_files//HG00096.chrom11.ILLUMINA.bwa.GBR.low_coverage.20120522.bam
Works :
/home/sm/mango-distribution-0.0.1//bin/mango-submit --packages org.apache.parquet:parquet-hadoop:1.8.2
-- /home/gm/workspace/mango_testing/mango_test_files//hg19.2bit -port 3333 -genes http://www.biodalliance.org/datasets/ensGene.bb
-features /user/gm/workspace/mango_testing/mango_test_files//gtex_gene_expression.bed,
/user/gm/workspace/mango_testing/mango_test_files//ucsc_genes_hg19.bed
-variants /user/gm/workspace/mango_testing/mango_test_files//1000gSNPs.vcf
-reads /user/gm/workspace/mango_testing/mango_test_files//HG00096.chrom11.ILLUMINA.bwa.GBR.low_coverage.20120522.bam

@akmorrow13
Copy link
Contributor

Unfortunately right now, the only supported protocol for -genes is http. Supporting local bed/bigbed files through a JSON API requires modifying pileup.js GeneTrack code to support JSON formats. I have made an issue here for this in pileup hammerlab/pileup.js#506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants