Skip to content

Commit 459f939

Browse files
committed
Replace ccurve with lc_extrap for PRESEQ_LCEXTRAP
1 parent c1a9919 commit 459f939

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sp:
8181
fn: "meta_info.json"
8282

8383
preseq:
84-
fn: "*.ccurve.txt"
84+
fn: "*.lc_extrap.txt"
8585

8686
samtools/stats:
8787
fn: "*.stats"

docs/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ See [dupRadar docs](https://www.bioconductor.org/packages/devel/bioc/vignettes/d
563563
<summary>Output files</summary>
564564

565565
- `<ALIGNER>/preseq/`
566-
- `*.ccurve.txt`: Preseq expected future yield file.
566+
- `*.lc_extrap.txt`: Preseq expected future yield file.
567567
- `<ALIGNER>/preseq/log/`
568568
- `*.command.log`: Standard error output from command.
569569

workflows/rnaseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ workflow RNASEQ {
482482
PRESEQ_LCEXTRAP (
483483
ch_genome_bam
484484
)
485-
ch_preseq_multiqc = PRESEQ_LCEXTRAP.out.ccurve
485+
ch_preseq_multiqc = PRESEQ_LCEXTRAP.out.lc_extrap
486486
ch_versions = ch_versions.mix(PRESEQ_LCEXTRAP.out.versions.first())
487487
}
488488

0 commit comments

Comments
 (0)