diff --git a/.editorconfig b/.editorconfig
index 89dd3564..44cb1a23 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,14 +25,14 @@ insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
-# These files are edited and tested upstream in pfr/modules
-[/modules/pfr/**]
+# These files are edited and tested upstream in gallvp/modules
+[/modules/gallvp/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
-[/subworkflows/pfr/**]
+[/subworkflows/gallvp/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index b8059542..79b1aa06 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -52,9 +52,9 @@ These tests are run both with the latest available version of `Nextflow` and als
:warning: Only in the unlikely and regretful event of a release happening with a bug.
-- On your own fork, make a new branch `patch` based on `upstream/master`.
+- On your own fork, make a new branch `patch` based on `upstream/main`.
- Fix the bug, and bump version (X.Y.Z+1).
-- A PR should be made on `master` from patch to directly this particular bug.
+- A PR should be made on `main` from patch to directly this particular bug.
## Pipeline contribution conventions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3da295ca..0cd29f73 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,14 +8,14 @@ These are the most common things requested on pull requests (PRs).
Remember that PRs should be made against the dev branch, unless you're preparing a pipeline release.
-Learn more about contributing: [CONTRIBUTING.md](https://github.com/plant-food-research-open/assemblyqc/tree/master/.github/CONTRIBUTING.md)
+Learn more about contributing: [CONTRIBUTING.md](https://github.com/plant-food-research-open/assemblyqc/tree/main/.github/CONTRIBUTING.md)
-->
## PR checklist
- [ ] This comment contains a description of changes (with reason).
- [ ] If you've fixed a bug or added code that should be tested, add tests!
-- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/plant-food-research-open/assemblyqc/tree/master/.github/CONTRIBUTING.md)
+- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/plant-food-research-open/assemblyqc/tree/main/.github/CONTRIBUTING.md)
- [ ] Make sure your code lints (`nf-core lint`).
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir
Version: {{ all_stats_dicts['VERSIONS']['LTRRETRIEVER_LAI']['lai'] }}
+ {% endif %} {% include 'lai/dropdown.html' %} {% include 'lai/summary_contents.html' %} diff --git a/bin/report_modules/templates/ncbi_fcs_adaptor/dropdown.html b/bin/report_modules/templates/ncbi_fcs_adaptor/dropdown.html index 9f21bc26..fda13538 100644 --- a/bin/report_modules/templates/ncbi_fcs_adaptor/dropdown.html +++ b/bin/report_modules/templates/ncbi_fcs_adaptor/dropdown.html @@ -1,6 +1,7 @@Contamination detected. Subsequent pipeline modules are skipped.
+Contamination detected.{%if all_stats_dicts['PARAMS_DICT']['contamination_stops_pipeline'] %} Subsequent pipeline modules are skipped.{% endif %}
No contamination detected.
Assembly | +Contaminated? | +
---|---|
+ {{ all_stats_dicts['NCBI_FCS_ADAPTOR'][item]['hap'] }} + | ++ {%if all_stats_dicts['NCBI_FCS_ADAPTOR'][item]['did_detect_contamination'] %}Yes!{% else %}No{% endif %} + | +
Contamination detected. Subsequent pipeline modules are skipped.
+Contamination detected.{%if all_stats_dicts['PARAMS_DICT']['contamination_stops_pipeline'] %} Subsequent pipeline modules are skipped.{% endif %}
Assembly | +Contaminated? | +
---|---|
+ {{ all_stats_dicts['NCBI_FCS_GX'][item]['hap'] }} + | ++ {%if all_stats_dicts['NCBI_FCS_GX'][item]['did_detect_contamination'] %}Yes!{% else %}No{% endif %} + | +