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

Typo in the exercises of /workshop-7/module-3-haplotype-clustering.html #191

Closed
jonbrenas opened this issue Jul 25, 2023 · 1 comment
Closed

Comments

@jonbrenas
Copy link
Collaborator

The first exercise reads:

Investigate the Vgsc locus in West Africa with haplotype clustering, in Ghana, Burkina Faso and Cote D’Ivoire. Hint: sample_query= ‘country in [Ghana”, “Burkina Faso”, “Cote d'Ivoire”]’, VGSC gene coordinates: ‘2L:2,358,000-2,410,000’. This is a relatively large region so you may want to use a smaller window. If you are unsure, try it with multiple window sizes and examine the differences.

whereto query should be:

‘country in [ " Ghana”, “Burkina Faso”, “Cote d'Ivoire”]’.

I saw it during the workshop last week and forgot to create the issue.

@jonbrenas
Copy link
Collaborator Author

Solved by #243.

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

1 participant