Skip to content

Commit

Permalink
feat(sysbio): Add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 17, 2021
1 parent 87c8e34 commit 41ae99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conf/utd_sysbio.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ process {
queue = { task.memory >= 30.GB && task.cpu <= 16 ? 'normal': 'smallmem' }
}

// Preform work directory cleanup after a successful run
cleanup = true

params {
// TODO Need to initialize this
// igenomes_base = '/scratch/applied-genomics/references/iGenomes/references/'
Expand Down
2 changes: 0 additions & 2 deletions docs/utd_sysbio.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ module purge
module load singularity
```

All of the intermediate files required to run the pipeline will be stored in the `work/` directory. It is recommended to delete this directory after the pipeline has finished successfully because it can get quite large, and all of the main output files will be saved in the `results/` directory anyway.

>NB: You will need an account to use the HPC cluster on Sysbio in order to run the pipeline. If in doubt contact OIT.
>NB: Nextflow will need to submit the jobs via SLURM to the HPC cluster and as such the commands above will have to be executed on one of the login nodes. If in doubt contact OIT.

0 comments on commit 41ae99d

Please sign in to comment.