Skip to content

Instantly share code, notes, and snippets.

@dereneaton
Created September 30, 2016 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dereneaton/6c6bfe6e487eec49cb0731bc9c3565ac to your computer and use it in GitHub Desktop.
Save dereneaton/6c6bfe6e487eec49cb0731bc9c3565ac to your computer and use it in GitHub Desktop.
#!/bin/bash
## reload .bashrc b/c I'm not sure it's reloaded on UW's Condor
source /mnt/gluster/jlmcdaniel/.bashrc
## change into the directory with your params file
cd /mnt/gluster/jlmcdaniel/ipyrad/porroglossum
## call ipyrad to run some step, by default it will use all available cores
ipyrad -p params-porroglossum.txt -s 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment