Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ template:
force: true
is_nfcore: false
name: bindflow
org: ziadbkh
org: AustralianBioCommons
outdir: .
skip_features:
- igenomes
Expand Down
2 changes: 1 addition & 1 deletion assets/methods_description_template.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ report_comment: >
This report has been generated by the <a href="https://github.com/AustralianBioCommons/sbp-bindflow/tree/dev" target="_blank">AustralianBioCommons/sbp-bindflow</a>
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
Expand Down
6 changes: 3 additions & 3 deletions assets/sendmail_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <nfcorepipelinelogo>
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().
Expand Down
Loading