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

Add a possibility to plug another mapper #231

Open
karel-brinda opened this issue Nov 2, 2023 · 0 comments
Open

Add a possibility to plug another mapper #231

karel-brinda opened this issue Nov 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@karel-brinda
Copy link
Owner

karel-brinda commented Nov 2, 2023

  • Based on one of the reviewers comments
  • A bit tricky – not all mappers can work in 1 command
  • The way to go: create a bash script align_to_genome.sh [params] ref.fa query.fa
  • Still have to somehow handle passing minimap2 presets to this

Phases:

  1. clean the current batch_align.py (copying to deprec for archivation and removing all unused functions so that we modify only the relevant ones)
  2. create align_to_genome.sh
  3. adjust configuration

Users then can modify align_to_genome.sh if they want to use a custom read mapper (experimentally).

(All this should be relatively simple. If not, we shouldn't implement it.)

@karel-brinda karel-brinda added the enhancement New feature or request label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant