Skip to content

Commit f7d3b6f

Browse files
committed
Use topic channel for tool versions
Signed-off-by: Ben Sherman <[email protected]>
1 parent 3bec233 commit f7d3b6f

File tree

75 files changed

+60
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+60
-225
lines changed

main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111

1212
nextflow.enable.dsl = 2
13+
nextflow.preview.topic = true
1314

1415
/*
1516
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

modules/local/bedtools_genomecov.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process BEDTOOLS_GENOMECOV {
1313
output:
1414
tuple val(meta), path("*.forward.bedGraph"), emit: bedgraph_forward
1515
tuple val(meta), path("*.reverse.bedGraph"), emit: bedgraph_reverse
16-
path "versions.yml" , emit: versions
16+
path "versions.yml" , topic: versions
1717

1818
when:
1919
task.ext.when == null || task.ext.when

modules/local/cat_additional_fasta.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ process CAT_ADDITIONAL_FASTA {
1515
output:
1616
path "${name}.fasta", emit: fasta
1717
path "${name}.gtf" , emit: gtf
18-
path "versions.yml" , emit: versions
18+
path "versions.yml" , topic: versions
1919

2020
when:
2121
task.ext.when == null || task.ext.when

modules/local/deseq2_qc.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ process DESEQ2_QC {
2222
path "*sample.dists_mqc.tsv", optional:true, emit: dists_multiqc
2323
path "*.log" , optional:true, emit: log
2424
path "size_factors" , optional:true, emit: size_factors
25-
path "versions.yml" , emit: versions
25+
path "versions.yml" , topic: versions
2626

2727
when:
2828
task.ext.when == null || task.ext.when

modules/local/dupradar.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ process DUPRADAR {
1515
tuple val(meta), path("*.pdf") , emit: pdf
1616
tuple val(meta), path("*.txt") , emit: txt
1717
tuple val(meta), path("*_mqc.txt"), emit: multiqc
18-
path "versions.yml" , emit: versions
18+
path "versions.yml" , topic: versions
1919

2020
when:
2121
task.ext.when == null || task.ext.when

modules/local/gtf2bed.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ process GTF2BED {
1212

1313
output:
1414
path '*.bed' , emit: bed
15-
path "versions.yml", emit: versions
15+
path "versions.yml", topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/gtf_gene_filter.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ process GTF_GENE_FILTER {
1212

1313
output:
1414
path "*.gtf" , emit: gtf
15-
path "versions.yml", emit: versions
15+
path "versions.yml", topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/multiqc_custom_biotype.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ process MULTIQC_CUSTOM_BIOTYPE {
1212

1313
output:
1414
tuple val(meta), path("*.tsv"), emit: tsv
15-
path "versions.yml" , emit: versions
15+
path "versions.yml" , topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/preprocess_transcripts_fasta_gencode.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ process PREPROCESS_TRANSCRIPTS_FASTA_GENCODE {
1111

1212
output:
1313
path "*.fa" , emit: fasta
14-
path "versions.yml", emit: versions
14+
path "versions.yml", topic: versions
1515

1616
when:
1717
task.ext.when == null || task.ext.when

modules/local/rsem_merge_counts.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ process RSEM_MERGE_COUNTS {
1515
path "rsem.merged.gene_tpm.tsv" , emit: tpm_gene
1616
path "rsem.merged.transcript_counts.tsv", emit: counts_transcript
1717
path "rsem.merged.transcript_tpm.tsv" , emit: tpm_transcript
18-
path "versions.yml" , emit: versions
18+
path "versions.yml" , topic: versions
1919

2020
when:
2121
task.ext.when == null || task.ext.when

modules/local/salmon_summarizedexperiment.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ process SALMON_SUMMARIZEDEXPERIMENT {
1414

1515
output:
1616
path "*.rds" , emit: rds
17-
path "versions.yml", emit: versions
17+
path "versions.yml", topic: versions
1818

1919
when:
2020
task.ext.when == null || task.ext.when

modules/local/salmon_tx2gene.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process SALMON_TX2GENE {
1313

1414
output:
1515
path "*.tsv" , emit: tsv
16-
path "versions.yml", emit: versions
16+
path "versions.yml", topic: versions
1717

1818
when:
1919
task.ext.when == null || task.ext.when

modules/local/salmon_tximport.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ process SALMON_TXIMPORT {
1717
path "*gene_counts_scaled.tsv" , emit: counts_gene_scaled
1818
path "*transcript_tpm.tsv" , emit: tpm_transcript
1919
path "*transcript_counts.tsv" , emit: counts_transcript
20-
path "versions.yml" , emit: versions
20+
path "versions.yml" , topic: versions
2121

2222
when:
2323
task.ext.when == null || task.ext.when

modules/local/samplesheet_check.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ process SAMPLESHEET_CHECK {
1212

1313
output:
1414
path '*.csv' , emit: csv
15-
path "versions.yml", emit: versions
15+
path "versions.yml", topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/star_align_igenomes.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process STAR_ALIGN_IGENOMES {
2020
tuple val(meta), path('*Log.final.out') , emit: log_final
2121
tuple val(meta), path('*Log.out') , emit: log_out
2222
tuple val(meta), path('*Log.progress.out'), emit: log_progress
23-
path "versions.yml" , emit: versions
23+
path "versions.yml" , topic: versions
2424

2525
tuple val(meta), path('*sortedByCoord.out.bam') , optional:true, emit: bam_sorted
2626
tuple val(meta), path('*toTranscriptome.out.bam'), optional:true, emit: bam_transcript

modules/local/star_genomegenerate_igenomes.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process STAR_GENOMEGENERATE_IGENOMES {
1313

1414
output:
1515
path "star" , emit: index
16-
path "versions.yml", emit: versions
16+
path "versions.yml", topic: versions
1717

1818
when:
1919
task.ext.when == null || task.ext.when

modules/local/umitools_prepareforrsem.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process UMITOOLS_PREPAREFORRSEM {
1313
output:
1414
tuple val(meta), path('*.bam'), emit: bam
1515
tuple val(meta), path('*.log'), emit: log
16-
path "versions.yml" , emit: versions
16+
path "versions.yml" , topic: versions
1717

1818
when:
1919
task.ext.when == null || task.ext.when

modules/nf-core/bbmap/bbsplit/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/cat/fastq/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/getchromsizes/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastp/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastqc/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fq/subsample/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gffread/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gunzip/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/align/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/build/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/extractsplicesites/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/picard/markduplicates/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/preseq/lcextrap/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/qualimap/rnaseq/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rsem/calculateexpression/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rsem/preparereference/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/bamstat/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/inferexperiment/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/innerdistance/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/junctionannotation/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/junctionsaturation/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/readdistribution/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/readduplication/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/tin/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/salmon/index/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/salmon/quant/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/samtools/flagstat/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)