Louis BECQUEY

replaces stdout/stderr by nohup.out

1 # This is a script supposed to be run periodically as a cron job 1 # This is a script supposed to be run periodically as a cron job
2 2
3 cd /home/lbecquey/Projects/RNANet; 3 cd /home/lbecquey/Projects/RNANet;
4 -rm -f stdout.txt stderr.txt errors.txt; 4 +rm -f nohup.out errors.txt;
5 5
6 # Run RNANet 6 # Run RNANet
7 nohup bash -c 'time ./RNAnet.py --3d-folder /home/lbecquey/Data/RNA/3D/ --seq-folder /home/lbecquey/Data/RNA/sequences/ -s -r 20.0 --archive'; 7 nohup bash -c 'time ./RNAnet.py --3d-folder /home/lbecquey/Data/RNA/3D/ --seq-folder /home/lbecquey/Data/RNA/sequences/ -s -r 20.0 --archive';
......