Created
August 24, 2020 06:13
-
-
Save liutiming/3c2a2e3143855b496065f0fa31ec3060 to your computer and use it in GitHub Desktop.
lsf.yaml for snakemake profile trial run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__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