I am doing a bioinformatics project that requires the use of this tool: https://github.com/rosericazondekon/virusSeqPipeline
The command to run this is bash runAll.sh
, which is a shell script. When I run this, I receive back the following error:
runAll.sh: line 6: $'\r': command not found
runAll.sh: line 9: cd: $'/mnt/c/Users/user/Desktop/VirusSeqPipeline\r': No such file or directory
runAll.sh: line 10: $'\r': command not found
runAll.sh: line 11: $'\r': command not found
runAll.sh: line 51: syntax error near unexpected token `$'do\r''
'unAll.sh: line 51: `for sample in *; do
Does anyone know what would cause this?