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

Optimisation: Drop samtools index processes #1121

Open
matthdsm opened this issue Jun 20, 2023 · 4 comments
Open

Optimisation: Drop samtools index processes #1121

matthdsm opened this issue Jun 20, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@matthdsm
Copy link

Description of feature

Most samtools tools now include the option to --write-index. By leveraging this we could omit a bunch of SAMTOOLS_INDEX processes, saving a lot of data shuffling and processes.

@matthdsm matthdsm added the enhancement New feature or request label Jun 20, 2023
@FriederikeHanssen
Copy link
Contributor

Good idea, I remember we considered this once and someone told me or tested it and at that point in time there was something of with this option. But I think it is a good idea to revisit this and test it.

@matthdsm
Copy link
Author

I recently tested this with a modified SAMTOOLS_MARKDUP module and it worked like a charm!

@FriederikeHanssen
Copy link
Contributor

awesome! (samtools markdup, we also want to add)

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

2 participants