...
Code Block |
---|
#!/bin/bash -l #PBS -N nf-bactmap #PBS -l walltime=16824:00:00 #PBS -l select=1:ncpus=1:mem=5gb cd $PBS_O_WORKDIR NXF_OPTS='-Xms1g -Xmx4g' module load java #run test for bactmap nextflow run nf-core/bactmap -profile test,singularity |
...