1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Create shh documentation

This commit is contained in:
James A. Fellows Yates 2019-01-07 20:28:31 +01:00 committed by GitHub
parent 463c4adfa3
commit 7f3acac4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
docs/shh.md Normal file
View file

@ -0,0 +1,23 @@
# nf-core/configs: SHH Configuration
All nf-core pipelines have been successfully configured for use on the Department of Archaeogenetic's SDAG cluster at the [Max Planck Institute for the Science of Human History (MPI-SHH)](http://shh.mpg.de).
To use, run the pipeline with `-profile shh`. This will download and launch the [`shh.config`](../conf/shh.config) which has been pre-configured with a setup suitable for the SDAG cluster. Using this profile, Nextflow will download a singularity image with all of the required software before execution of the pipeline.
Note that the configuration file is currently optimised for `nf-core/eager`. It
will submit to the medium queue but with a walltime of 48 hours.
## Preparation
Before running the pipeline you will need to create a the following folder in your `/projects1/users/` directory. This will be used to store the singularity software images, which
will take up too much space for your home directory.
This should be named as follows, replacing `<your_user>` with your username:
```bash
"/projects1/users/<your_user>/nextflow/nf_cache/singularity/"
```
>NB: You will need an account and VPN access to use the cluster at MPI-SHH in order to run the pipeline. If in doubt contact IT.
>NB: Nextflow will need to submit the jobs via the job scheduler to the HPC cluster and as such the commands above will have to be executed on one of the lhead nodes. If in doubt contact IT.