-
Notifications
You must be signed in to change notification settings - Fork 427
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 dragmap aligner #464
Add dragmap aligner #464
Conversation
|
subworkflows/local/prepare_genome.nf
Outdated
} else if (params.aligner == "dragmap") { | ||
DRAGMAP_HASHTABLE(fasta) | ||
ch_bwa = DRAGMAP_HASHTABLE.out.hashmap | ||
ch_versions = ch_versions.mix(DRAGMAP_HASHTABLE.out.versions) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have a placeholder in igenomes for this hashtable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even, I think it should be computed even when a bwa params is present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so maybe change bwa
param to mapping_reference or something?
Can you had tests for it in |
e4cfae1
to
9754661
Compare
Looking super good. |
If the code changes, look good those still need to be done.