Skip to content

Commit

Permalink
Turn off filtered gtf publishing and add tower.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Oct 3, 2022
1 parent d55ffd5 commit 10ab4d2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ process {
mode: params.publish_dir_mode
]
}
withName: 'GTF_GENE_FILTER' {
publishDir = [
path: { "${params.outdir}/gtf_filter" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
enabled: false
]
}
}

if(params.aligner == "cellranger") {
Expand Down
11 changes: 11 additions & 0 deletions tower.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
reports:
multiqc_report.html:
display: "MultiQC HTML report"
"**/fastqc/*_fastqc.html":
display: "FastQC HTML report"
"**/pipeline_info/execution_timeline_*.html":
display: "Execution timeline report"
"**/pipeline_info/execution_report_*.html":
display: "Execution overview report"
"**/star/**/*.Log.final.out":
display: "Star per-sample report"

0 comments on commit 10ab4d2

Please sign in to comment.