Skip to content

Commit 77acdb7

Browse files
author
Austin Hepperla
committed
added cutandrun specific memory requirements for unc_longleaf
1 parent 30ca9d1 commit 77acdb7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
params {
2+
config_profile_description = "BARC nf-core profile for UNC's Longleaf HPC."
3+
config_profile_contact = 'Austin Hepperla'
4+
config_profile_contact_github = '@ahepperla'
5+
config_profile_contact_email = '[email protected]'
6+
config_profile_url = "https://help.rc.unc.edu/longleaf-cluster/"
7+
}
8+
9+
process {
10+
withName: 'FRAG_LEN_HIST' {
11+
memory = 100.GB
12+
}
13+
14+
withName: 'DEEPTOOLS_PLOTHEATMAP_GENE_ALL' {
15+
memory = 100.GB
16+
}
17+
}

0 commit comments

Comments
 (0)