...
No Format |
---|
#!/bin/bash
#PBS -N condatest
#PBS -m abe
#PBS -M YourEMAIL@griffith.edu.au
#PBS -l select=1:ncpus=1:mem=4gb,walltime=10:00:00
cd $PBS_O_WORKDIR
module load anaconda3/2019.07py3
source activate bioinformatics
trinity <trinityinput>
|
...