
Matt
@Matt
325
Posts
114
Profile views
0
Followers
0
Following
Posts made by Matt
-
RE: What
What is the cause of the following error when trying to run a NextFlow script:
illegal string body character after dollar sign; solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 3170, column 43.
This error occurs when you forget to escape a $ sign in a script block.
-
RE: How to...
How to update apt and install filezilla on xubuntu using a proxy:
sudo apt -o Acquire::http::proxy="http://user:password@host:port/" update sudo apt -o Acquire::http::proxy="http://user:password@host:port/" install filezilla
-
RE: How to...
How to login to root account in a new ubuntu/xubuntu virtual machine that has been set up with a non-administrator account:
su yourpasswordfortheuseraccount
-
RE: How to...
How to run docker-compose when you get the errors:
- File "posixpath.py", line 376, in abspath
- FileNotFoundError: [Errno 2] No such file or directory
Open a new terminal and repeat the command.
-
RE: How to...
How to fix the error "FATAL: container creation failed:" "error: can't mount image " "failed to mount squashfs filesystem: input/output error":
#This occurs when you try to run a singularity container within a VM and it is located on a mounted ntfs filesystem. The solution is to transfer the container to a different filesystem eg. ext3.