We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca9d1 commit 77acdb7Copy full SHA for 77acdb7
conf/pipeline/cutandrun/unc_longleaf.config
@@ -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
16
17
0 commit comments