-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from Plant-Food-Research-Open/patch/184
Patched 183,184,179,178 for 2.2.1
- Loading branch information
Showing
22 changed files
with
159 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,5 +46,5 @@ template: | |
- igenomes | ||
- multiqc | ||
- fastqc | ||
version: 2.2.0dev | ||
version: 2.2.1 | ||
update: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## v2.2.1 - [11-Dec-2024] | ||
|
||
### `Added` | ||
|
||
1. Added notes on HTTP(s) server on the HiC page and on the need to move dynamically loaded content when moving the report's HTML file [#183](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/183) | ||
|
||
### `Fixed` | ||
|
||
1. Fixed an issue where PLOTSR crashed due to a mismatch in the ordering of `syri.out` files when `synteny_plotsr_assembly_order` was not specified [#184](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/184) | ||
2. Fixed an issue where a path to HiC FastQ file pairs from the current directory were considered a SRR ID [#179](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/179) | ||
3. Fixed edges and input/output arrows in the flowchart [#178](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/178) | ||
|
||
### `Dependencies` | ||
|
||
1. Nextflow!>=24.04.2 | ||
2. [email protected] | ||
|
||
### `Deprecated` | ||
|
||
## v2.2.0 - [05-Nov-2024] | ||
|
||
### `Added` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,7 @@ | |
width: 90%; | ||
min-width: 700px; | ||
margin: auto; | ||
padding-bottom: 16px; | ||
} | ||
|
||
.dropdown select { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
<div id="KRAKEN2" class="tabcontent" style="display: none"> | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Kraken2 assigns taxonomic labels to sequencing reads for metagenomics projects. | ||
</p> | ||
<p class="section-para"><b>Reference:</b></p> | ||
<p class="section-para"> | ||
Wood, D.E., Lu, J. & Langmead, B. Improved metagenomic analysis with Kraken 2. Genome Biol 20, 257 (2019). | ||
<a href="https://doi.org/10.1186/s13059-019-1891-0" target="_blank">10.1186/s13059-019-1891-0</a> | ||
</p> | ||
<p class="section-para"><b>Version: {{ all_stats_dicts['VERSIONS']['KRAKEN2']['kraken2'] }}</b></p> | ||
</div> | ||
{% include 'kraken2/dropdown.html' %} {% include 'kraken2/report_contents.html' %} | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Kraken2 assigns taxonomic labels to sequencing reads for metagenomics projects. | ||
</p> | ||
<p class="section-para"><b>Reference:</b></p> | ||
<p class="section-para"> | ||
Wood, D.E., Lu, J. & Langmead, B. Improved metagenomic analysis with Kraken 2. Genome Biol 20, 257 (2019). | ||
<a href="https://doi.org/10.1186/s13059-019-1891-0" target="_blank">10.1186/s13059-019-1891-0</a> | ||
</p> | ||
<p class="section-para"><b>Version: {{ all_stats_dicts['VERSIONS']['KRAKEN2']['kraken2'] }}</b></p> | ||
|
||
<p class="section-para"><b>Note:</b></p> | ||
<p class="section-para">This report dynamically loads '*.kraken2.krona.html' files from the 'kraken2' folder under | ||
the output directory. These files should also be moved when moving the report's HTML file.</p> | ||
|
||
</div> | ||
{% include 'kraken2/dropdown.html' %} {% include 'kraken2/report_contents.html' %} | ||
</div> |
46 changes: 25 additions & 21 deletions
46
bin/report_modules/templates/ncbi_fcs_gx/ncbi_fcs_gx.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
<div id="NCBI_FCS_GX" class="tabcontent" style="display: none"> | ||
<div class="section-para-wrapper"> | ||
<p class="section-para">FCS-GX detects contamination from foreign organisms in genome sequences.</p> | ||
<p class="section-para"><b>Reference:</b></p> | ||
<p class="section-para"> | ||
Alexander Astashyn, Eric S Tvedte, Deacon Sweeney, Victor Sapojnikov, Nathan Bouk, Victor Joukov, Eyal | ||
Mozes, Pooja K Strope, Pape M Sylla, Lukas Wagner, Shelby L Bidwell, Karen Clark, Emily W Davis, Brian | ||
Smith-White, Wratko Hlavina, Kim D Pruitt, Valerie A Schneider, Terence D Murphy bioRxiv 2023.06.02.543519; | ||
doi: | ||
<a href="https://doi.org/10.1101/2023.06.02.543519" target="_blank">10.1101/2023.06.02.543519</a>, GitHub: | ||
<a href="https://github.com/ncbi/fcs" target="_blank">https://github.com/ncbi/fcs</a> | ||
</p> | ||
<p class="section-para"> | ||
<b>Version: {{ all_stats_dicts['VERSIONS']['NCBI_FCS_GX_SCREEN_SAMPLES']['fcs_gx'] }}</b> | ||
</p> | ||
<p class="section-para"> | ||
<b>DB Version: {{ all_stats_dicts['NCBI_FCS_GX'][0]['report_meta_data'][1]['db']['build-date'] }}</b> | ||
</p> | ||
</div> | ||
{% include 'ncbi_fcs_gx/dropdown.html' %} | ||
{% include 'ncbi_fcs_gx/summary_contents.html' %} | ||
{% include 'ncbi_fcs_gx/report_contents.html' %} | ||
<div class="section-para-wrapper"> | ||
<p class="section-para">FCS-GX detects contamination from foreign organisms in genome sequences.</p> | ||
<p class="section-para"><b>Reference:</b></p> | ||
<p class="section-para"> | ||
Alexander Astashyn, Eric S Tvedte, Deacon Sweeney, Victor Sapojnikov, Nathan Bouk, Victor Joukov, Eyal | ||
Mozes, Pooja K Strope, Pape M Sylla, Lukas Wagner, Shelby L Bidwell, Karen Clark, Emily W Davis, Brian | ||
Smith-White, Wratko Hlavina, Kim D Pruitt, Valerie A Schneider, Terence D Murphy bioRxiv 2023.06.02.543519; | ||
doi: | ||
<a href="https://doi.org/10.1101/2023.06.02.543519" target="_blank">10.1101/2023.06.02.543519</a>, GitHub: | ||
<a href="https://github.com/ncbi/fcs" target="_blank">https://github.com/ncbi/fcs</a> | ||
</p> | ||
<p class="section-para"> | ||
<b>Version: {{ all_stats_dicts['VERSIONS']['NCBI_FCS_GX_SCREEN_SAMPLES']['fcs_gx'] }}</b> | ||
</p> | ||
<p class="section-para"> | ||
<b>DB Version: {{ all_stats_dicts['NCBI_FCS_GX'][0]['report_meta_data'][1]['db']['build-date'] }}</b> | ||
</p> | ||
|
||
<p class="section-para"><b>Note:</b></p> | ||
<p class="section-para">This report dynamically loads '*.fcs.gx.krona.html' files from the 'ncbi_fcs_gx' folder under the output | ||
directory. These files should also be moved when moving the report's HTML file.</p> | ||
</div> | ||
{% include 'ncbi_fcs_gx/dropdown.html' %} | ||
{% include 'ncbi_fcs_gx/summary_contents.html' %} | ||
{% include 'ncbi_fcs_gx/report_contents.html' %} | ||
</div> |
77 changes: 40 additions & 37 deletions
77
bin/report_modules/templates/synteny_circos/synteny_circos.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,42 @@ | ||
<div id="SYNTENY_CIRCOS" class="tabcontent" style="display: none"> | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Circos facilitates the identification and analysis of similarities and differences arising from comparisons | ||
of genomes. The genome-wide alignments are performed with MUMMER. | ||
</p> | ||
<p class="section-para"><b>References:</b></p> | ||
<p class="section-para"> | ||
Krzywinski, M., Schein, J., Birol, I., Connors, J., Gascoyne, R., Horsman, D., ... & Marra, M. A. (2009). | ||
Circos: an information aesthetic for comparative genomics. Genome research, 19(9), 1639-1645. | ||
<a href="https://doi.org/10.1101/gr.092759.109" target="_blank">10.1101/gr.092759.109</a> | ||
</p> | ||
<p class="section-para"> | ||
Marçais G, Delcher AL, Phillippy AM, Coston R, Salzberg SL, Zimin A. MUMmer4: A fast and versatile genome | ||
alignment system. PLoS Comput Biol. 2018 Jan 26;14(1):e1005944. | ||
<a href="https://doi.org/10.1371/journal.pcbi.1005944" target="_blank">10.1371/journal.pcbi.1005944</a> | ||
</p> | ||
<p class="section-para"> | ||
<b | ||
>Versions: {{ all_stats_dicts['VERSIONS']['CIRCOS']['circos'] }} (CIRCOS), {{ | ||
all_stats_dicts['VERSIONS']['MUMMER']['nucmer'] }} (MUMMER)</b | ||
> | ||
</p> | ||
<p class="section-para"><b>Notes:</b></p> | ||
<ul> | ||
<li> | ||
Alignments within a distance of {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_max_gap'] }}bp have been | ||
bundled together. | ||
</li> | ||
<li> | ||
After bundling, any bundle smaller than {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_min_bundle_size'] }}bp has been filtered out. | ||
</li> | ||
<li> | ||
The sequence labels shown on the plot are based on the labelling file provided to the pipeline. These labels may or may not be same as the sequence IDs in the corresponding FASTA files. | ||
</li> | ||
</ul> | ||
</div> | ||
{% include 'synteny_circos/dropdown.html' %} {% include 'synteny_circos/report_contents.html' %} | ||
<div class="section-para-wrapper"> | ||
<p class="section-para"> | ||
Circos facilitates the identification and analysis of similarities and differences arising from comparisons | ||
of genomes. The genome-wide alignments are performed with MUMMER. | ||
</p> | ||
<p class="section-para"><b>References:</b></p> | ||
<p class="section-para"> | ||
Krzywinski, M., Schein, J., Birol, I., Connors, J., Gascoyne, R., Horsman, D., ... & Marra, M. A. (2009). | ||
Circos: an information aesthetic for comparative genomics. Genome research, 19(9), 1639-1645. | ||
<a href="https://doi.org/10.1101/gr.092759.109" target="_blank">10.1101/gr.092759.109</a> | ||
</p> | ||
<p class="section-para"> | ||
Marçais G, Delcher AL, Phillippy AM, Coston R, Salzberg SL, Zimin A. MUMmer4: A fast and versatile genome | ||
alignment system. PLoS Comput Biol. 2018 Jan 26;14(1):e1005944. | ||
<a href="https://doi.org/10.1371/journal.pcbi.1005944" target="_blank">10.1371/journal.pcbi.1005944</a> | ||
</p> | ||
<p class="section-para"> | ||
<b>Versions: {{ all_stats_dicts['VERSIONS']['CIRCOS']['circos'] }} (CIRCOS), {{ | ||
all_stats_dicts['VERSIONS']['MUMMER']['nucmer'] }} (MUMMER)</b> | ||
</p> | ||
|
||
<p class="section-para"><b>Notes:</b></p> | ||
<ul> | ||
<li> | ||
Alignments within a distance of {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_max_gap'] }}bp have been | ||
bundled together. | ||
</li> | ||
<li> | ||
After bundling, any bundle smaller than {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_min_bundle_size'] }}bp | ||
has been filtered out. | ||
</li> | ||
<li> | ||
The sequence labels shown on the plot are based on the labelling file provided to the pipeline. These labels may | ||
or may not be same as the sequence IDs in the corresponding FASTA files. | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
{% include 'synteny_circos/dropdown.html' %} {% include 'synteny_circos/report_contents.html' %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.