Skip to content

Instantly share code, notes, and snippets.

@liutiming
Created August 24, 2020 06:13
Show Gist options
  • Save liutiming/3c2a2e3143855b496065f0fa31ec3060 to your computer and use it in GitHub Desktop.
Save liutiming/3c2a2e3143855b496065f0fa31ec3060 to your computer and use it in GitHub Desktop.
lsf.yaml for snakemake profile trial run
__default__:
- "-G team281"
- "-R "select[mem>30000] rusage[mem=30000]" -M 30000"
- "-q normal"
- "-e /nfs/users/nfs_t/tl11/analysis/w3/snakemake/error.log"
- "-o /nfs/users/nfs_t/tl11/analysis/w3/snakemake/output.log"
- "-J snakemake_trial"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment