Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run example #30

Open
marencc opened this issue Jul 4, 2017 · 3 comments
Open

Not able to run example #30

marencc opened this issue Jul 4, 2017 · 3 comments

Comments

@marencc
Copy link

marencc commented Jul 4, 2017

Hi! I'm trying to run your example, however I find the attached problem.
Would you please advise me on how to proceed ?

Many thanks!!

fasticlip -i rawdata/example_MMhur_R1.fastq rawdata/example_MMhur_R2.fastq --GRCm38 -s docs/GRCm38/GRCm38_STAR/ -n Mmhur -o results
Traceback (most recent call last):
  File "/usr/local/bin/fasticlip", line 11, in <module>
    load_entry_point('fasticlip==0.9.3', 'console_scripts', 'fasticlip')()
  File "/home/mecc/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/mecc/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2649, in load_entry_point
    return ep.load()
  File "/home/mecc/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2303, in load
    return self.resolve()
  File "/home/mecc/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2309, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "build/bdist.linux-x86_64/egg/fasticlip/fasticlip.py", line 5, in <module>
  File "build/bdist.linux-x86_64/egg/fasticlip/helper.py", line 13, in <module>
  File "/home/mecc/.local/lib/python2.7/site-packages/matplotlib/__init__.py", line 928, in __setitem__
    raise ValueError("Key %s: %s" % (key, str(ve)))
ValueError: Key savefig.dpi: "figurefigure" is not string "figure" or could not convert "figurefigure" to float

@andypohl
Copy link

andypohl commented Jul 7, 2017

I don't think the example is working for anyone at the moment. They've mentioned they're fixing/updating the example, but it's been a couple weeks.

@bdo311
Copy link

bdo311 commented Jul 7, 2017

@marencc thanks for reporting this. The error message seems to indicate that there is an issue with loading matplotlib.

What version do you have installed? To find out you can run this in the terminal:

python -c "import matplotlib; print matplotlib.version"

@andypohl We should have new example data up over the next few days. Thanks for your patience!

@marencc
Copy link
Author

marencc commented Nov 3, 2017

@bdo311

Hi!

Thanks for your answer...
The output of the command that you gave me is:

python -c "import matplotlib; print matplotlib.version"
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'version'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants