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 singularity call to track_from_clusters rule #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kaitj
Copy link
Collaborator

@kaitj kaitj commented Dec 20, 2023

In the rule track_from_clusters, fslmaths is called directly. This only works if fslmaths is installed on the system, otherwise it ambiguously errors out.

This commit instead calls fslmaths from the fsl_cuda container that is being used for probtrackx2_gpu (adding singularity exec -e {params.container}prior to the fslmaths call).

In the rule `track_from_clusters`, `fslmaths` is called directly. This only works if `fslmaths` is installed on the system, otherwise it ambiguously errors out. 

This commit instead calls `fslmaths` from the `fsl_cuda` container that is being used for `probtrackx2_gpu` (adding `singularity exec -e {params.container}`prior to the `fslmaths` call).
@kaitj kaitj added the bug Something isn't working label Dec 20, 2023
@kaitj kaitj self-assigned this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant