forked from nf-core/configs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme and profile pulling for unc_longleaf cutandrun config
- Loading branch information
Austin Hepperla
committed
Apr 10, 2024
1 parent
0985a0b
commit 500a43c
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# nf-core/configs: UNC's Longleaf CUT&RUN specific configuration | ||
|
||
Extra specific configuration for eager pipeline | ||
|
||
## Pipeline specific profiles | ||
|
||
Specific-pipeline profiles exist for the following pipelines, and will be automatically loaded when supplying `-profile unc_longleaf` to your command: | ||
|
||
- cutandrun | ||
|
||
## Usage | ||
|
||
To use, run the pipeline with `-profile unc_longleaf`. | ||
|
||
This will download and launch the eager specific [`unc_longleaf.config`](../../../conf/pipeline/cutandrun/unc_longleaf.config) which is adapted to data generated at UNC-CH and | ||
processed on the Longleaf HPC. | ||
|
||
Example: `nextflow run nf-core/cutandrun -profile unc_longleaf` | ||
|
||
### Specifics | ||
|
||
This custom config adds extra memory to the FRAG_LEN_HIST and DEEPTOOLS_PLOTHEATMAP_GENE_ALL as the jobs kept failing with default memory limits |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* ------------------------------------------------------ | ||
* nfcore/cutandrun custom profile Nextflow config file | ||
* ------------------------------------------------------ | ||
* Config options for custom environments. | ||
* Cluster-specific config options should be saved | ||
* in the conf/pipeline/cutandrun folder and imported | ||
* under a profile name here. | ||
*/ | ||
|
||
profiles { | ||
unc_longleaf { includeConfig "${params.custom_config_base}/conf/pipeline/cutandrun/unc_longleaf.config" } | ||
} |