nf-core / mcmicro

An end-to-end processing pipeline that transforms multi-channel whole-slide images into single-cell data.
https://nf-co.re/mcmicro
MIT License
4 stars 12 forks source link

add darkfield correction flag to default basicpy args #21

Open jmuhlich opened 3 months ago

jmuhlich commented 3 months ago

Description of feature

Merge this into modules.config:

process {
    withName: BASICPY {
        ext.args = "--darkfield"
    }
}