All Questions
Tagged with bash-script or shell-script
1 questions from the last 7 days
-4
votes
4
answers
99
views
bash pipeline: syntax error near unexpected token 'else'
I'm working on the following pipeline (codeshare.io/243VJE):
#!/bin/bash
#SBATCH --nodes=1 --ntasks=1 --cpus-per-task=10
#SBATCH --time=2-00:00:00
#SBATCH --mem=40gb
#
#SBATCH --job-name=pan_pca
#...