diff --git a/.nf-core.yml b/.nf-core.yml
index f58e338..8bbf2d1 100644
--- a/.nf-core.yml
+++ b/.nf-core.yml
@@ -42,7 +42,7 @@ template:
force: true
is_nfcore: false
name: bindflow
- org: ziadbkh
+ org: AustralianBioCommons
outdir: .
skip_features:
- igenomes
diff --git a/assets/methods_description_template.yml b/assets/methods_description_template.yml
index a92ab06..7242dc2 100644
--- a/assets/methods_description_template.yml
+++ b/assets/methods_description_template.yml
@@ -1,4 +1,4 @@
-id: "ziadbkh-bindflow-methods-description"
+id: "sbp-bindflow-methods-description"
description: "Suggested text and references to use when describing pipeline usage within the methods section of a publication."
section_name: "AustralianBioCommons/sbp-bindflow Methods Description"
section_href: "https://github.com/AustralianBioCommons/sbp-bindflow"
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index b4cbefa..b22532d 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -2,11 +2,11 @@ report_comment: >
This report has been generated by the AustralianBioCommons/sbp-bindflow
analysis pipeline.
report_section_order:
- "ziadbkh-bindflow-methods-description":
+ "sbp-bindflow-methods-description":
order: -1000
software_versions:
order: -1001
- "ziadbkh-bindflow-summary":
+ "sbp-bindflow-summary":
order: -1002
export_plots: true
diff --git a/assets/sendmail_template.txt b/assets/sendmail_template.txt
index f11374c..d6c2be9 100644
--- a/assets/sendmail_template.txt
+++ b/assets/sendmail_template.txt
@@ -9,12 +9,12 @@ Content-Type: text/html; charset=utf-8
$email_html
--nfcoremimeboundary
-Content-Type: image/png;name="ziadbkh-bindflow_logo.png"
+Content-Type: image/png;name="sbp-bindflow_logo.png"
Content-Transfer-Encoding: base64
Content-ID:
-Content-Disposition: inline; filename="ziadbkh-bindflow_logo_light.png"
+Content-Disposition: inline; filename="sbp-bindflow_logo_light.png"
-<% out << new File("$projectDir/assets/ziadbkh-bindflow_logo_light.png").
+<% out << new File("$projectDir/assets/sbp-bindflow_logo_light.png").
bytes.
encodeBase64().
toString().