Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Run WES on Macbook ARM64 #60

Open
m-kis opened this issue May 11, 2023 · 0 comments
Open

Run WES on Macbook ARM64 #60

m-kis opened this issue May 11, 2023 · 0 comments

Comments

@m-kis
Copy link

m-kis commented May 11, 2023

line 390 : error
fix
except (IOError, Exception) as e:
line 679 : error
fix
except (csv.Error) as e:
line 847
if not ARGS.duplicates: alerted.add(lmsid)
fix :
space instead of tab
line 1567 :
fix:
except (urllib2.URLError, Exception) as e:

line 1607 :
print(message)

line 330 import module StringIO error :
replace module by : io.StringIO

line 333 about module urllib
just change theses lines :
import urllib.request
...
opener = urllib.request.build_opener()

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

1 participant