File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414### Fixes
1515
1616- Fixed error that caused mismapping of IgG controls to their targets in certain samplesheet configurations.
17+ - Changed the default output directory to ` null ` to conform with other nf-core workflows [ #279 ] ( https://github.com/nf-core/cutandrun/pull/279 )
1718
1819## [ 3.2.1] - 2023-10-22
1920
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ params {
129129 blacklist = null
130130
131131 // Boilerplate options
132- outdir = " ./results "
132+ outdir = null
133133 publish_dir_mode = ' copy'
134134 email = null
135135 email_on_fail = null
Original file line number Diff line number Diff line change 2727 "type" : " string" ,
2828 "format" : " directory-path" ,
2929 "description" : " The output directory where the results will be saved. You have to use absolute paths to store on Cloud infrastructure." ,
30- "fa_icon" : " fas fa-folder-open" ,
31- "default" : " ./results"
30+ "fa_icon" : " fas fa-folder-open"
3231 },
3332 "multiqc_title" : {
3433 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments