Skip to content

Commit

Permalink
rename profile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Sep 18, 2023
1 parent 3745ea8 commit 77d1ddc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
- "mpcdf"
- "munin"
- "nci_gadi"
- "nfcore_license"
- "nu_genomics"
- "oist"
- "pasteur"
Expand All @@ -108,6 +107,7 @@ jobs:
- "scw"
- "seawulf"
- "seg_globe"
- "software_license"
- "tigem"
- "tubingen_apg"
- "tuos_stanage"
Expand Down
4 changes: 2 additions & 2 deletions conf/nfcore_license.config → conf/software_license.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'Sentieon license set up for nf-core by nf-core/configs'
config_profile_description = 'Software license set up for nf-core by nf-core/configs'
config_profile_contact = 'Maxime U Garcia (@maxulysse)'
config_profile_url = 'https://www.sentieon.com'
config_profile_url = 'https://nf-co.re'
}

process {
Expand Down
2 changes: 1 addition & 1 deletion docs/nfcore_license.md → docs/software_license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf-core/configs: Sentieon license set up for nf-core
# nf-core/configs: Software licenses set up for nf-core

To use, run the pipeline with `-profile nfcore_license`. This will download and launch
the [`nfcore_license.config`](../conf/nfcore_license.config) which has been pre-configured with a
Expand Down
4 changes: 2 additions & 2 deletions nfcore_custom.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ profiles {
mjolnir_globe { includeConfig "${params.custom_config_base}/conf/mjolnir_globe.config" }
mpcdf { includeConfig "${params.custom_config_base}/conf/mpcdf.config" }
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
nfcore_license { includeConfig "${params.custom_config_base}/conf/nfcore_license.config"}
nci_gadi { includeConfig "${params.custom_config_base}/conf/nci_gadi.config" }
nu_genomics { includeConfig "${params.custom_config_base}/conf/nu_genomics.config" }
oist { includeConfig "${params.custom_config_base}/conf/oist.config" }
Expand All @@ -86,10 +85,11 @@ profiles {
rosalind_uge { includeConfig "${params.custom_config_base}/conf/rosalind_uge.config" }
sage { includeConfig "${params.custom_config_base}/conf/sage.config" }
sahmri { includeConfig "${params.custom_config_base}/conf/sahmri.config" }
sanger { includeConfig "${params.custom_config_base}/conf/sanger.config"}
sanger { includeConfig "${params.custom_config_base}/conf/sanger.config"}
scw { includeConfig "${params.custom_config_base}/conf/scw.config"}
seawulf { includeConfig "${params.custom_config_base}/conf/seawulf.config"}
seg_globe { includeConfig "${params.custom_config_base}/conf/seg_globe.config"}
software_license { includeConfig "${params.custom_config_base}/conf/software_license.config"}
tigem { includeConfig "${params.custom_config_base}/conf/tigem.config"}
tubingen_apg { includeConfig "${params.custom_config_base}/conf/tubingen_apg.config" }
tuos_stanage { includeConfig "${params.custom_config_base}/conf/tuos_stanage.config"}
Expand Down

0 comments on commit 77d1ddc

Please sign in to comment.