-
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.
- Loading branch information
Showing
11 changed files
with
115 additions
and
52 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 |
---|---|---|
@@ -1,14 +1,23 @@ | ||
<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> | ||
<ul> | ||
<li> | ||
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. | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
{% include 'kraken2/dropdown.html' %} {% include 'kraken2/report_contents.html' %} | ||
</div> |
51 changes: 30 additions & 21 deletions
51
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,32 @@ | ||
<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> | ||
<ul> | ||
<li> | ||
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. | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
{% include 'ncbi_fcs_gx/dropdown.html' %} | ||
{% include 'ncbi_fcs_gx/summary_contents.html' %} | ||
{% include 'ncbi_fcs_gx/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
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
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