Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#!/bin/bash -l
#PBS -N nfsmrnaseq
#PBS -l select=1:ncpus=2:mem=4gb
#PBS -l walltime=24:00:00

cd $PBS_O_WORKDIR

wget https://www.mirbase.org/download_file/hairpin.fa
wget https://www.mirbase.org/download_file/mature.fa
wget https://www.mirbase.org/download_file/hsa.gff3/

Run a test

Before running the pipeline with real data, run the following test:

...