Notebook
#!/bin/bash #PBS -N basewise_conservation #PBS -o basewise_conservation.sh.out #PBS -e basewise_conservation.sh.err #PBS -V #PBS -l walltime=24:00:00 #PBS -l nodes=1:ppn=1 #PBS -A yeo-group #PBS -q home # Go to the directory from which the script was called cd $PBS_O_WORKDIR python /home/obotvinnik/ipython_notebook/singlecell/manuscript/0._Data_collection/basewise_conseration.py
#!/bin/bash #PBS -N tf_binding #PBS -o tf_binding.sh.out #PBS -e tf_binding.sh.err #PBS -V #PBS -l walltime=00:10:00 #PBS -l nodes=1:ppn=1 #PBS -q hotel grep NFKB tf.bed > tf.nkfb.bed echo "Hello I am a message in standard out (stdout)" echo "Hello I am a message in standard error (stderr)" >&2