Skip to content

Fix issues with rsync stage-out mode#6587

Merged
bentsherman merged 1 commit intomasterfrom
fix-rsync-stageoutmode
Nov 22, 2025
Merged

Fix issues with rsync stage-out mode#6587
bentsherman merged 1 commit intomasterfrom
fix-rsync-stageoutmode

Conversation

@bentsherman
Copy link
Member

Close #6214 #6447

This PR fixes the nxf_fs_rsync() function in the .command.run template

The problem was that rsync does not actually initialize the target directory prior to copying, whereas I think we assumed that it did. This led to multiple issues:

@bentsherman bentsherman requested a review from a team as a code owner November 19, 2025 21:59
@netlify
Copy link

netlify bot commented Nov 19, 2025

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit 32e490c
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/6921e9dfa3b2c40008f8ae69
😎 Deploy Preview https://deploy-preview-6587--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@bentsherman bentsherman linked an issue Nov 19, 2025 that may be closed by this pull request
@bentsherman bentsherman requested a review from jorgee November 19, 2025 21:59
Copy link
Collaborator

@christopher-hakkaart christopher-hakkaart left a comment

Choose a reason for hiding this comment

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

Docs look good 👍

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman force-pushed the fix-rsync-stageoutmode branch from 7fb6637 to 32e490c Compare November 22, 2025 16:50
@bentsherman bentsherman merged commit bcac901 into master Nov 22, 2025
25 checks passed
@bentsherman bentsherman deleted the fix-rsync-stageoutmode branch November 22, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can't create parent directories when stageOutMode is rsync Using storeDir with process.stageOutMode = "rsync" creates an invalid cache dir

2 participants