-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish SR output in
{meta.id}/spaceranger/outs
Publish Space Ranger count output in `{meta.id}/spaceranger/outs` instead of just `{meta.id}/outs`, which adheres better to the "results/{software}" strategy for other modules. This was hard-coded in the Space Ranger module as `{meta.id}/outs`. This commit achieves the change by modifying the module code to instead be just `outs`, so that the exact publishDir may be specified in `modules.config` as `${params.outdir}/{meta.id}/spaceranger` instead. This did not work before, as modifying `modules.config` could just add paths on top of the already hard-coded `${params.outdir}/{meta.id}/outs` module publishDir. A PR with these changes will be submitted to the modules repo.
- Loading branch information
Showing
5 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.