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

Racon, Miniasm and Minimap added #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mictadlo
Copy link

I got the below error and I am not sure how to fix it:

WARNING: SPAdes version 3.11.1 is being used. It will work, but better results are usually obtained from Circlator using SPAdes version 3.7.1. Although 3.7.1 is not the latest version, we recommend it for Circlator.
WARNING: SPAdes version 3.11.1 is being used. It will work, but better results are usually obtained from Circlator using SPAdes version 3.7.1. Although 3.7.1 is not the latest version, we recommend it for Circlator.
Traceback (most recent call last):
  File "/home/lorencm/.local/bin/circlator", line 4, in <module>
    __import__('pkg_resources').run_script('circlator==1.5.6', 'circlator')
  File "/pkg/suse12/software/python/3.6.1-foss-2017a/lib/python3.6/site-packages/pkg_resources/__init__.py", line 743, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/pkg/suse12/software/python/3.6.1-foss-2017a/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1498, in run_script
    exec(code, namespace, namespace)
  File "/home/lorencm/.local/lib/python3.6/site-packages/circlator-1.5.6-py3.6.egg/EGG-INFO/scripts/circlator", line 58, in <module>
    exec('circlator.tasks.' + task + '.run()')
  File "<string>", line 1, in <module>
  File "/home/lorencm/.local/lib/python3.6/site-packages/circlator-1.5.6-py3.6.egg/circlator/tasks/all.py", line 169, in run
    a.run()
  File "/home/lorencm/.local/lib/python3.6/site-packages/circlator-1.5.6-py3.6.egg/circlator/assemble.py", line 288, in run
    self.run_racon()
  File "/home/lorencm/.local/lib/python3.6/site-packages/circlator-1.5.6-py3.6.egg/circlator/assemble.py", line 178, in run_racon
    if self.data_type.split('-')[0] == 'pacbio':
AttributeError: 'Assembler' object has no attribute 'data_type'

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

Successfully merging this pull request may close these issues.

1 participant