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

Trouble finding index #16

Open
matthewangel opened this issue Mar 6, 2025 · 1 comment
Open

Trouble finding index #16

matthewangel opened this issue Mar 6, 2025 · 1 comment
Assignees

Comments

@matthewangel
Copy link

EM-seq/main.nf

Line 50 in a6d15da

if (! file("${params.genome}.bwt").exists()) {

Should this be ${params.genome}.bwameth.c2t.bwt? I'm not sure how this will ever find the correct index since there will never be a ${params.genome}.bwt.

@aerijman
Copy link
Contributor

aerijman commented Mar 7, 2025

Good catch! May be we should use a regex, because customers might want to run it systematically, without having to generate the index every time.

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