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
While trying to install through git clone, I am getting the following error:
$ python2 run.py
cp: cannot create regular file '/home/': Not a directory
chmod: cannot access '/home/ins_parallel.sh': No such file or directory
sh: 0: cannot open /home/ins_parallel.sh: No such file
Traceback (most recent call last):
File "run.py", line 35, in
os.remove('/home/' + user + '/ins_parallel.sh')
OSError: [Errno 2] No such file or directory: '/home/ins_parallel.sh'
Could you please help me with this?
The text was updated successfully, but these errors were encountered:
Hi,
There seems to be a problem with the docker image, I am unable to download MethylStar:
While trying to install through git clone, I am getting the following error:
Could you please help me with this?
The text was updated successfully, but these errors were encountered: