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

[BUG] Unknown configuration profile: 'single_sample_decontx_scrublet' #381

Open s-aibar opened 2 years ago

s-aibar commented 2 years ago

In the documentation, there is a pipeline called single_sample_decontx_scrublet, but when I try to create the config, it throws the error: Unknown configuration profile: 'single_sample_decontx_scrublet'

It seems that the ones that actually exist (in nextflow.config) are single_sample_decontx_correct, single_sample_decontx_filter_scrublet and single_sample_decontx_correct_scrublet (and they work for creating the config file… )

(Btw, I don't see the explanation of the difference between decontx_correct and decontx_filter either)