Versions Compared

Key

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

...

Use the handy launcher_creator.py program to create the job control file.

Expand
titleSetup (if needed)...


Code Block
languagebash
titleSet up ~/local/bin directory
mkdir -p ~/local/bin
cd ~/local/bin
ln -s -f /work/projects/BioITeam/common/bin/launcher_creator.py



Code Block
languagebash
titleCreate batch submission script for simple commands
launcher_creator.py -j simple.cmds -n simple -t 00:01:00 -a OTH21164 -r core-ngs-class-0603

...