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 GLIMPSE2_concordance non mandatory values (nf-core#7146)
* Update glimpse2 * Fix argument name * Fix nf-test * Improve glimpse2 concordance --------- Co-authored-by: Sateesh_Peri <[email protected]>
- Loading branch information
1 parent
23600f6
commit 6aed502
Showing
6 changed files
with
65 additions
and
180 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
process { | ||
withName: GLIMPSE2_CHUNK { | ||
withName: GLIMPSE2_CONCORDANCE { | ||
ext.args = { params.glimpse2_concordance_args} | ||
ext.prefix = { "${meta.id}" } | ||
} | ||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" } | ||
} |
7 changes: 0 additions & 7 deletions
7
modules/nf-core/glimpse2/concordance/tests/nextflow_R2.config
This file was deleted.
Oops, something went wrong.