Versions Compared

Key

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

...

If you're going to run a job, it's a good idea to keep your input files in a directory in $WORK $WORK2 and copy them to a directory in $SCRATCH where you plan to run your job.

This example command might help a bit:

Code Block
 cp $WORK$WORK2/my_fastq_data/*fastq $SCRATCH/my_project/

...