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

All-against-all mappings #24

Open
iminkin opened this issue Nov 26, 2019 · 1 comment
Open

All-against-all mappings #24

iminkin opened this issue Nov 26, 2019 · 1 comment

Comments

@iminkin
Copy link

iminkin commented Nov 26, 2019

Hi,

Suppose that I have N long genomes (e.g. primates) and want to compute mappings between all pairs of the genomes. What is the best way to do so using mashmap? For example, is it a good idea to cat everything into a single FASTA file and then align it against itself, or it is the best to run the comparisons separately? And how would one adjust the parameters in such a case?

@cjain7
Copy link
Contributor

cjain7 commented Nov 26, 2019

You could go with either way... With the first approach, you may need additional post-processing of discarding mappings that span two genomes (in case they occur), so may be second is more convenient. Just pick the filtering criteria based on your application needs.

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