-
Notifications
You must be signed in to change notification settings - Fork 31
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
Mango UI does display the complete patterns for Genome sequence #454
Comments
@akmorrow13 Can you shed some light on this, I do not see the whole patterns in the bottom portion of the browser. Thanks |
Can you right click and see if there is a javascript console error? |
@akmorrow13 I just built new code base, still the same issue, no javascript errors.Is that something to do with the data set I am using? |
Oh, my apologies. There is data (see the coverage track). To view reads, click on the settings wheel to "Show Alignments". By default, Mango only shows coverage. I can change this to show alignments by default. |
@akmorrow13 , cool thanks, yes that was it. I think default show is better. Thanks much. |
@akmorrow13 whenever I change the the range on the browser, I see the |
There is a driver cache and a spark RDD cache. When the data is in the driver cache, it just grabs data through there. When the data is not on the driver cache, it goes to Spark memory, which takes longer. When the data is also not in the RDD, it has to go to storage, which takes the longest. |
@akmorrow13 thanks the UI worked for me. I have this UI, can you help in interpreting this, Like what it is that I am looking at. It will give me a sense of understanding. Can you share few words. Thanks |
@ssabnis it looks like your reference does not match your sample. Maybe you're sample is aligned to hg19, instead of hg38. The top track is showing you coverage of the sample you are viewing, and the bottom track shows the raw reads at this location in the genome. |
@akmorrow13 thanks, I have the following file, |
A vcf file can be any variant file you choose to view. Some example files can be found at http://www.internationalgenome.org/data/ and are free to download and play around with. You can download vcf files here and visualize the in the Mango browser as --variants. |
I am able to finally run the
mango
, But I do not see the patterns appear for the range on the browser from the reads, is UI issue is related to data? if so can someone suggest a better dataset where I can see all the reads appear for the range. Thanks in advance.Command
./mango-submit ~/GCA_000001405.15_GRCh38_full_analysis_set.2bit -reads hdfs://hadoop-mynamenode:9000/NA12878_phased_possorted_bam.alignments.adam
The text was updated successfully, but these errors were encountered: