asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

Intervene works well with 3-way lists, but not 2? #1

Closed dayanne-castro closed 6 years ago

dayanne-castro commented 6 years ago

Hello, I am having trouble running intervene with two files, but with 3 it works easily...

a = open(options.a, 'r').read().splitlines()

AttributeError: 'Namespace' object has no attribute 'a'

Thanks, D.

asntech commented 6 years ago

Thanks @dayanne-castro for reporting this. I've fixed it in the latest commit.

asntech commented 6 years ago

Update the intervene to the latest version v0.5.9 using;

pip install intervene --upgrade

OR

conda update intervene