Skip to content

Add new module: savana/run#11737

Open
manascripts wants to merge 3 commits into
nf-core:masterfrom
manascripts:savana-run-clean
Open

Add new module: savana/run#11737
manascripts wants to merge 3 commits into
nf-core:masterfrom
manascripts:savana-run-clean

Conversation

@manascripts
Copy link
Copy Markdown
Member

@manascripts manascripts commented May 21, 2026

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Broadcast software version numbers to topic: versions - See version_topics
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda

@manascripts
Copy link
Copy Markdown
Member Author

manascripts commented May 21, 2026

@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)

@SPPearce
Copy link
Copy Markdown
Contributor

Just don't force push, it should never be necessary.

@SPPearce
Copy link
Copy Markdown
Contributor

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.

@manascripts
Copy link
Copy Markdown
Member Author

manascripts commented May 22, 2026

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!

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.

2 participants