-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ucl_myriad.md #712
base: master
Are you sure you want to change the base?
Update ucl_myriad.md #712
Conversation
Add troubleshooting
|
||
1. If your job gets terminated by SIGHUP, you should then submit your nextflow script within a job: | ||
|
||
`qsub -l h_rt=48:00:00 -l mem_free=40G -pe smp 1 -b y nextflow run` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`qsub -l h_rt=48:00:00 -l mem_free=40G -pe smp 1 -b y nextflow run` | |
```bash | |
qsub -l h_rt=48:00:00 -l mem_free=40G -pe smp 1 -b y nextflow run | |
``` |
gives you a nice copy-code button
|
||
2. If a job fails due to apptainer requiring too much cpu/memory, from the `mksquashfs` process. | ||
|
||
Then make a sge qsub script to pull the container using apptainer, then point to the location of the resultant SIF files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then make a sge qsub script to pull the container using apptainer, then point to the location of the resultant SIF files. | |
Make a sge qsub script to pull the container using apptainer, then point to the location of the resultant SIF files. |
Thanks Matthias |
Hi @chriswyatt1, |
Add troubleshooting issues
And warning about singularity
updating an existing text
name: ucl_myriad
Please follow these steps before submitting your PR:
[WIP]
in its titlemaster
branch