Skip to content

Copying complex directory trees, paralellized#1

Open
ebur-nmr wants to merge 3 commits into
mainfrom
Katja_unix_FEATURE
Open

Copying complex directory trees, paralellized#1
ebur-nmr wants to merge 3 commits into
mainfrom
Katja_unix_FEATURE

Conversation

@ebur-nmr
Copy link
Copy Markdown

No description provided.

@ebur-nmr ebur-nmr requested a review from tevang2 September 11, 2025 09:32
Copy link
Copy Markdown
Contributor

@tevang2 tevang2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which situations is this script useful?

@ebur-nmr
Copy link
Copy Markdown
Author

This exact script I personally used when I was / am working with hyperparameter optimization of 4D-GRAPHS on multiple proteins. For example, when I had a directory with full runs for 80 proteins, and then I want to re-run just some parts of it. I generally want to preserve the results of the old runs, so each time I try something new, I transfer the entire tree to a new directory root. This is when this paralel copying comes in handy.

However, pairing of the find command and parallel can be applied to more cases - literally anything the find can be used for

@tevang2
Copy link
Copy Markdown
Contributor

tevang2 commented Sep 18, 2025 via email

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

Successfully merging this pull request may close these issues.

2 participants