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

Files not found #20

Open
EmmaRenauld opened this issue Jul 22, 2022 · 1 comment
Open

Files not found #20

EmmaRenauld opened this issue Jul 22, 2022 · 1 comment

Comments

@EmmaRenauld
Copy link

I my case, I ran tractoflow with: run_denoise_dwi false, topup false, eddy false. I still had the Bet on the DWI.

During QC, however, the QC_Brain_Extraction_DWI does not run. I checked why. It uses dwi_mask_for_bet, which comes from dwi_eddy_for_bet, which is created with:

Channel
   .fromPath(["$input/**/Eddy/*dwi_corrected.nii.gz", "$input/**/Eddy_Topup/*dwi_corrected.nii.gz"], maxDepth:3)
   .collect(sort:true)
   .map{[it]}
   .set{dwi_eddy_for_bet}

But I have none of these files.

@EmmaRenauld
Copy link
Author

EmmaRenauld commented Jul 22, 2022

Just so you know. To fix this for me, I added a symlink in my tractoflow output: a folder named Input pointing to my input.

Then in the main.nf, I changed line 78 to get dwi_eddy_for_bet from $input/**/Input/dwi.nii.gz.

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

1 participant