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

updated pileup tutorial and supporting documents for genotype example #501

Merged
merged 4 commits into from Jun 5, 2019

Conversation

abhim00
Copy link
Contributor

@abhim00 abhim00 commented May 29, 2019

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@akmorrow13 akmorrow13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/jupyterWidgets/usage.rst Outdated Show resolved Hide resolved
.. code:: python

# make genotype track
tracks=[Track(viz="features", label="my Features", source=pileup.sources.VcfDataSource(./data/genodata.v3.vcf))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment above. Also, I dont think this would work because the filepath is not in quotes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a feature visualization, not genotypes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix this... was an oversight

mango-viz/examples/pileup-tutorial.ipynb Outdated Show resolved Hide resolved
@abhim00
Copy link
Contributor Author

abhim00 commented May 29, 2019

I made the changes, hope this works.

.. code:: python

# make genotype track
tracks=[Track(viz="genotypes", label="my Genotypes", source=pileup.sources.VcfDataSource("/path/to_vcf.vcf"))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"/path/to_vcf.vcf" -> "<path_to_file>/my_vcf.vcf"

@akmorrow13
Copy link
Contributor

Thanks @abhim00 just one minor change other than that looks good!

@akmorrow13
Copy link
Contributor

Jenkins, test this please.

@coveralls
Copy link

coveralls commented Jun 3, 2019

Coverage Status

Coverage remained the same at 72.402% when pulling 4b6782d on abhim00:mangoupdate1 into 29f3b2e on bigdatagenomics:master.

@abhim00
Copy link
Contributor Author

abhim00 commented Jun 3, 2019

fixed that issue !

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/838/
Test FAILed.

@akmorrow13
Copy link
Contributor

Jenkins, retest this please.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/839/
Test PASSed.

@akmorrow13
Copy link
Contributor

Thanks @abhim00 !

@akmorrow13 akmorrow13 merged commit 3a9d4d5 into bigdatagenomics:master Jun 5, 2019
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

Successfully merging this pull request may close these issues.

None yet

4 participants