Skip to content

Question on conflict modules in generated modulefiles #395

@marcodelapierre

Description

@marcodelapierre

I was testing a modified biocontainers/samtools:v1.9-4-deb_cv1 with a 2nd alias, just to check how aliases looked like (I added bamtools: /usr/bin/bamtools).

The aliases looked right both in Lua and Tcl, however I noticed that the conflict list grew with that additional alias, both for Lua and Tcl; for Lua:

conflict(myModuleName(),"samtools","bamtools")

for Tcl:

conflict biocontainers/samtools
conflict samtools
conflict bamtools

What is the rationale behind adding a conflict for each alias name?
Also, why does the list look different for the two languages?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions