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

Remote datawraps #13

Closed
courcelm opened this issue Aug 12, 2016 · 1 comment
Closed

Remote datawraps #13

courcelm opened this issue Aug 12, 2016 · 1 comment

Comments

@courcelm
Copy link
Contributor

The following example doesn`t work.

B.printRemoteDatawraps()
Traceback (most recent call last):
File "", line 1, in
File "/usr/src/app/pyGeno/bootstrap.py", line 45, in printRemoteDatawraps
l = listRemoteDatawraps(location)
File "/usr/src/app/pyGeno/bootstrap.py", line 15, in listRemoteDatawraps
js = json.loads(response.read())
File "/usr/local/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python2.7/json/decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 6 column 3 (char 113)

@tariqdaouda
Copy link
Owner

Remote datawraps where supposed to be a repository of mainly reference genomes for different species. However most of users are only interested in a few versions of Human and Mouse genomes.

I have stopped maintaining them because it's a lot of work for something that hardly nobody seems to be using. But the code is still there just in case someone would like to re-implement them because I still think it would be great to have a repository of many genomes for a lot of species.

@courcelm courcelm closed this as completed Jun 7, 2017
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

2 participants