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 ability to skip tractography #199

Open
jhauneuro opened this issue Dec 18, 2024 · 2 comments
Open

Add ability to skip tractography #199

jhauneuro opened this issue Dec 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jhauneuro
Copy link

Summary

Hello,
Thank you for creating and continuing to develop the QSI tool family. They have been very useful in my work. I would like to run --recon-spec mrtrix_singleshell_ss3t_ACT-hsvs to create my FOD maps and then perform tractography with specific ROIs using mrtrix. The tck.gz files take time to compute and take up quite a bit of space (~9GB per participant). I saw there was a --notrack option and tried it but it still runs and outputs the tracks.

Here is the command I ran:

docker run -it --rm \
    -v $fs_license:/opt/freesurfer/license.txt \
    -v $qsiprep_dir:/data:ro \
    -v $qsirecon_dir:/out \
    -v $qsirecon_dir:/scratch \
    -v $fs_subjects_dir:/freesurfer \
    pennlinc/qsirecon:1.0.0rc3 \
    /data /out participant \
    -w /scratch \
 	--fs-license-file /opt/freesurfer/license.txt \
	--input-type qsiprep \
 	--fs-subjects-dir /freesurfer \
    --recon-spec mrtrix_singleshell_ss3t_ACT-hsvs \
    --notrack \
    --atlases Brainnetome246Ext \
 	--participant-label 0001

Additional details

  • QSIRecon version: 1.0.0rc3
  • Docker version: 27.3.1
@jhauneuro jhauneuro added the bug Something isn't working label Dec 18, 2024
@tsalo
Copy link
Member

tsalo commented Dec 18, 2024

--notrack refers to opting out of sending reports to the developers through Sentry. Those reports are useful for us to identify common failure points in the workflow, but there are times when people don't want to send them (protected information, running on servers without internet access, etc.).

@jhauneuro
Copy link
Author

jhauneuro commented Dec 18, 2024

Yes, my bad, I just read that. In that case, this would be a feature request.

@tsalo tsalo added enhancement New feature or request and removed bug Something isn't working labels Dec 18, 2024
@tsalo tsalo changed the title --notrack option does not work Add ability to skip tractography Dec 18, 2024
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