plotCoverage.py error: Values instance has no attribute 'working_Dirpath'
1
0
Entering edit mode
3.1 years ago
mthm ▴ 50

I am trying to run plotCoverage on the TE consensus library and the gff file of coordinates to visualize the results:

plotCoverage.py -i XXX_refTEs.gff -f gff3 -q XXX_refTEs.fa --merge -l grey -o plotCoverage

the error is:

Traceback (most recent call last):
  File "/usr/local/SMART/Java/Python/plotCoverage.py", line 464, in <module>
    pp.setOutput(options.outputFileName if os.path.isabs(options.outputFileName) else os.path.join(options.working_Dirpath, options.outputFileName))
AttributeError: Values instance has no attribute 'working_Dirpath'
Exception AttributeError: "'PlotParser' object has no attribute 'outputFileName'" in <bound method PlotParser.__del__ of <__main__.PlotParser object at 0x7f5368a78410>> ignored

the versions are:

Plot Coverage v1.0.1
matplotlib: 2.2.3

anybody has any idea of why this happens?

deeptools plotCoverage • 580 views
ADD COMMENT
2
Entering edit mode
3.1 years ago
mthm ▴ 50

as always, I am answering my own question, how weird is that!! I should have provided the absolute path to the plotCoverage directory after the -o, or probably using the -D flag would work as well.

ADD COMMENT
1
Entering edit mode

as always, I am answering my own question, how weird is that!!

You're the person most invested in solving your problems, so it's not really weird. Plus, you could be working on stuff that very few people here work on (or the problems you're facing are pretty specific to your environment), so not many users can help you out before you find an answer yourself.

In any case, you're doing a great job following up on your posts - and that is great for all other forum users (including future you). Thank you for that!

ADD REPLY

Login before adding your answer.

Traffic: 2017 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6