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 8181 fn : " meta_info.json"
8282
8383 preseq :
84- fn : " *.ccurve .txt"
84+ fn : " *.lc_extrap .txt"
8585
8686 samtools/stats :
8787 fn : " *.stats"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments