Closed matq007 closed 1 year ago
How would the samplesheet look like in this case? Since with smartseq every cell is sequenced independently, wouldn't this lead to one sample per cell in the end? We likely would need a different logic for merging biological samples in that case.
In the past we have recommended to use the rnaseq
pipeline for smart-seq2 data. Is there any reason why this doesn't work for you?
Is this now an option for this nfcore or is the recommendation still to use the bulk rnaseq nfcore?
rnaseq
is still the way to go for SmartSeq1/2.
Description of feature
Hi, I would like to add smartseq and smartseq2 support to the pipeline. StarSolo supports it which means it's simple to adjust it. From quick night session it requires only 2 files to be changed.
modules/local/star_align.nf
and by adding custom configuration
From my understanding this should be enough to make this work. I can implement and submit a PR.