You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this exciting tool. Read the paper and was excited to test it out. I couldn't find a mercury/indelible:latest image. So found the mercury/indelible:hg19_feb0a6f tag.
While running it, docker run -ti mercury/indelible:hg19_feb0a6f I get the following error.
Traceback (most recent call last):
File "./indelible.py", line 90, in
config_path = args.config_path
AttributeError: 'Namespace' object has no attribute 'config_path'
The text was updated successfully, but these errors were encountered:
I got the same problem. It was mentioned in the GitHub page that "Please see Docker's documentation for information on running InDelible via the Docker framework.", but I did not find any documentation in (https://hub.docker.com/r/mercury/indelible).
Sorry for the long delay, we realised that the Docker implementation needed several fixes. Please try using our new documentation and image and let me know how it works. This all comes packaged alongside our latest release:
Thanks for this exciting tool. Read the paper and was excited to test it out. I couldn't find a mercury/indelible:latest image. So found the mercury/indelible:hg19_feb0a6f tag.
While running it, docker run -ti mercury/indelible:hg19_feb0a6f I get the following error.
Traceback (most recent call last):
File "./indelible.py", line 90, in
config_path = args.config_path
AttributeError: 'Namespace' object has no attribute 'config_path'
The text was updated successfully, but these errors were encountered: