We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mappy
Currently, in DAJIN2, each allele's FASTA is split and mapped individually during mapping.
mapping
By consolidating these into a multi-FASTA format FASTA file, the cost of repeatedly invoking mappy can be minimized.
0.5.6
OS: Python version:
If there was a reason why it was necessary to split and map separately, that reason should be documented.
The text was updated successfully, but these errors were encountered:
akikuno
No branches or pull requests
📋 Description
Currently, in DAJIN2, each allele's FASTA is split and mapped individually during
mapping
.By consolidating these into a multi-FASTA format FASTA file, the cost of repeatedly invoking
mappy
can be minimized.🔖 DAJIN2 Version
0.5.6
🔍 Environment
📎 Anything else?
If there was a reason why it was necessary to split and map separately, that reason should be documented.
The text was updated successfully, but these errors were encountered: