vib-singlecell-nf / vsn-pipelines

A repository of pipelines for single-cell data in Nextflow DSL2
GNU General Public License v3.0
75 stars 32 forks source link

[SUGGESTION] Take 10x Multiome data as inputs #351

Open cflerin opened 3 years ago

cflerin commented 3 years ago

Is your feature request related to a problem? Please describe. I need to import RNA and ATAC data from Cell Ranger ARC outs/.

Describe the solution you'd like getDataChannel should return separate channel entries for the data present in outs/, linked by sampleID, and having a different key describing the data type:

Describe alternatives you've considered Use the standard tenx profile and process this channel afterward to extract these files. This might even be preferable, as it would limit the choices of input data profiles. There could be a 'translation' function to go from this input type to the ones listed above.

Additional context N/A