Copying complex directory trees, paralellized#1
Open
ebur-nmr wants to merge 3 commits into
Open
Conversation
tevang2
reviewed
Sep 11, 2025
Contributor
tevang2
left a comment
There was a problem hiding this comment.
In which situations is this script useful?
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 |
Contributor
|
You have to describe all these in a README.md file along with command
examples.
…On Thu, Sep 18, 2025 at 3:44 PM Katja ***@***.***> wrote:
*ebur-nmr* left a comment (AI-ffinity/codebase#1)
<#1 (comment)>
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
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEMNZPPUJB6XLQK4XCZ4RHD3TKZKPAVCNFSM6AAAAACGHB7RO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBXGU2DENBQGU>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
--
======================================================================
Dr. Thomas Evangelidis
CEO & CTO
AI|ffinity s.r.o.
www.aiffinity.com
Twitter: tevangelidis <https://twitter.com/tevangelidis>, LinkedIn: Thomas
Evangelidis <https://www.linkedin.com/in/thomas-evangelidis-495b45125/>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.