-
Notifications
You must be signed in to change notification settings - Fork 737
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
feat: remove hacky INDEX #1222
feat: remove hacky INDEX #1222
Conversation
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.
I love it! The only thing is how does this look in the work directory? Are all the index files in the root? Just wondering.
yes all files in the root folder, it how I use to do it in sarek before |
How does it work with multiple bwa indices, so like for bwa and bwamem2?
|
Not sure I understood your question there |
Hi Guys. Let's maybe discuss and vote for this on #modules before merging because this will have implications for other modules requiring a typical alignment index and will also mean we need to update the Be great if you can summarise the advantages and disadvantages compared to the current method in #modules please @maxulysse ? |
Nevermind me, I half-way remembered this thread but didn't open it. Now I see that there is a long dicussion there. Will read through it there and comment |
@mahesh-panchal any idea why the nf-core linting is failing? |
Looks like a parsing issue. I'll have a look. |
These lines need an update it seems: |
Updated linter in nf-core/tools#1397, but not sure what to do here. |
Fixed in nf-core/tools@931006f Still waiting on nf-core/modules#1222
PR checklist
Closes #XXX
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd