You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SPPearce Thanks for the review on #11649!
I ran into history/branch divergence on the original PR while syncing with upstream, so I’ve opened a fresh one from a clean branch. I have incorporated your changes. The nesting outdir/${prefix} in the output is to avoid errors as savana run has a requirement: --outdir [OUTDIR] Output directory (can exist but must be empty)
So you can't set the output directory to be the current one? What if you give it the full path via pwd?
You could mv all the output files into the working directory after the tool has completed.
Just don't force push, it should never be necessary.
Thanks, just to clarify: after git pull --rebase upstream master (suggested here), git push --force-with-lease becomes necessary, but I can merge upstream instead of rebasing going forward.
So you can't set the output directory to be the current one? What if you give it the full path via pwd? You could mv all the output files into the working directory after the tool has completed.
It complains about the dir not being empty, the requirement is an empty outdir, so using a fresh outdir inside the wd should work. Are you suggesting: --outdir "$(pwd)/outdir" then mv outdir/* .? Do you think this would be better?
Also, the Singularity CI failure is a timeout while pulling the container image!
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
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.
PR checklist
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile conda