Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update ucl_myriad.md #712

wants to merge 1 commit into from

Conversation

chriswyatt1
Copy link
Contributor

@chriswyatt1 chriswyatt1 commented Jun 28, 2024

Add troubleshooting issues
And warning about singularity
updating an existing text


name: ucl_myriad

Please follow these steps before submitting your PR:

  • If your PR is a work in progress, include [WIP] in its title
  • [yes ] Your PR targets the master branch
  • You've included links to relevant issues, if any

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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@chriswyatt1
Copy link
Contributor Author

Thanks Matthias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants