forked from nf-core/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Space Ranger count module publishDir (nf-core#4675)
* Emit `outs/` directory without sample ID prefix Emit the `outs/` directory instead of `${meta.id}/outs/`. This allows pipelines utilising this module to configure the publish directory in their respective `modules.config` instead of having the sample ID hard-coded to be included. This is useful when one would like the output to be something like `${meta.id}/spaceranger/outs` (i.e. adding optional paths between `${meta.id}` and `outs/`), as that type of path adheres to the `results/{SOFTWARE/CONTEXT}/` output pattern commonly used elsewhere in nf-core. * Harmonise Space Ranger naming throughout module * Update test paths * Update licence formatting * Add empty `dependencies:` environment entry * Revert "Add empty `dependencies:` environment entry" This reverts commit e67a233. * Remove Conda environment files Remove the Conda `environment.yml` files, which are not needed as the module cannot use Conda.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 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
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