Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

installation problem #7

Closed
esud1 opened this issue Sep 8, 2016 · 2 comments
Closed

installation problem #7

esud1 opened this issue Sep 8, 2016 · 2 comments

Comments

@esud1
Copy link

esud1 commented Sep 8, 2016

Hi there,

I am interested to try the IOGA for chloroplast assembly, but running into problem in installing the program.
I could not get both setup_IOGA.py or IOGA.py to run.
Both scripts gave me error messages:

setup_IOGA.py:

Traceback (most recent call last):
File "./setup_IOGA.py", line 5, in
import wget
ImportError: No module named wget

IOGA.py:

File "./IOGA.py", line 305
def IOGA_loop(name=,ref,forward,reverse,insertsize,threads,maxrounds):
^
SyntaxError: invalid syntax

May you help me with this?
Thanks

@holmrenser
Copy link
Owner

The first error means you do not have wget available in python, fix this with the following command pip install wget.

The second error was a typo and should be fixed, please do a git pull to get the fix.

Let me know if this fixes your problems!

@esud1
Copy link
Author

esud1 commented Sep 8, 2016

Hi there

Thanks for your suggestions.
It now works fine!

@esud1 esud1 closed this as completed Sep 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants