sanger-tol / treeval

Pipelines for the production of Treeval data
https://pipelines.tol.sanger.ac.uk/treeval
Other
21 stars 2 forks source link

Add `No Conda support` notices #308

Open DLBPointon opened 1 month ago

DLBPointon commented 1 month ago

Description of feature

Add the below line to the relevant modules

    // Exit if running this module with -profile conda / -profile mamba
    if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
        error "FIND_TELOMERE_REGIONS module does not support Conda. Please use Docker / Singularity instead."
    }