Release 4.0.0 · nf-core/scrnaseq

What's Changed Move txp2gene to reference_genome_options in schema as it is required by kb_python and alevin by @matq007 in #434 Fix additional path splitting for txp2gene by @matq007 in #433 Add ...

GitHub
Release 3.0.0 · nf-core/scrnaseq

What's Changed Update doc related to simpleaf, alevin-fry and salmon. by @an-altosian in #368 Important! Template update for nf-core/tools v3.0.2 by @nf-core-bot in #381 Fix gzip error by @esrice ...

GitHub

Pipeline release! nf-core/scrnaseq v2.7.1 - 2.7.1!

Please see the changelog: https://github.com/nf-core/scrnaseq/releases/tag/2.7.1

#10x-genomics #10xgenomics #alevin #bustools #cellranger #kallisto #rna-seq #single-cell #star-solo #nfcore #openscience #nextflow #bioinformatics

Release 2.7.1 · nf-core/scrnaseq

What's Changed Fix that tests have not been executed with nf-test v0.9 (#359) Add support for 10XV4 chemistry (#348) Fix issues with predefined STAR index (#350) Update modules (#351) Fix resource...

GitHub

Pipeline release! nf-core/scrnaseq v2.7.0 - 2.7.0!

Please see the changelog: https://github.com/nf-core/scrnaseq/releases/tag/2.7.0

#10x-genomics #10xgenomics #alevin #bustools #cellranger #kallisto #rna-seq #single-cell #star-solo #nfcore #openscience #nextflow #bioinformatics

Release 2.7.0 · nf-core/scrnaseq

What's Changed Make it work without specifying GTF file by @grst in #322 Important! Template update for nf-core/tools v2.14.1 by @nf-core-bot in #328 Adding cellrangermulti subworkflow by @fmalmei...

GitHub

I'm very happy to announce that MultiQC v1.15 was just released! 🎉

https://github.com/ewels/MultiQC/releases/tag/v1.15

It comes with 🐛 fixes for #10xGenomics #CellRanger fix, #mosdepth tweaks, and supports a new tool #Librarian to predict library type from FastQ base composition 🕵🏻‍♂️ 🧬plus much more!

Also included is a ~5-7 fold speed-up in the initial file search. This will shave off a chunk of run-time off for people generating big reports 🏎💨

Thanks to Vlad Savelyev for this with a hat tip to Pontus Höjer at the end 🙏🏻

Release MultiQC Version 1.15 · ewels/MultiQC

Big speedup in file search step This release of MultiQC introduces speed improvements to the file search (~5-7x fold improvement) 🎉 One way it does this is by limiting the number of lines loaded by...

GitHub

Split a #BAM file produced by #CellRanger into one file per #singlecell barcode, using #samtools and #awk:

samtools view in.bam | awk '/CB:Z:/{f=substr($0,match($0,/CB:Z:[ACGT]{16}/)+5,16)".txt"}{print>>f}'