-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
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
Labels
No labels