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

implement "force" copy_to_derivatives without getting caught into an infinite loop #211

Open
1 task
Remi-Gau opened this issue Apr 20, 2021 · 0 comments
Open
1 task

Comments

@Remi-Gau
Copy link
Collaborator

  • implement a way to "force" copy without getting caught into an infinite loop

The way dependencies are indexed, they reference each other ( fileA_events.tsv <--> fileA_bold.nii).

When using "force copy" and "do not skip dependencies", this leads to an infinite loop of copying.

At the moment I circumvented the problem by preventing to copy dependencies of dependencies: but this might be suboptimal as when copying func file, it might not copy all the necessary fmap for example.

Originally posted by @Remi-Gau in #207 (comment)

@Remi-Gau Remi-Gau added this to To do in General Kanban May 24, 2021
@Remi-Gau Remi-Gau moved this from To do to Wish list in General Kanban Sep 20, 2021
@Remi-Gau Remi-Gau removed this from Wish list in General Kanban May 10, 2022
@Remi-Gau Remi-Gau added this to To do in General Kanban Dec 29, 2022
@Remi-Gau Remi-Gau moved this from To do to Wish list in General Kanban Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Wish list
Development

No branches or pull requests

1 participant