|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.4] - 2026-03-04 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +The pangolin lineage assignment step will no longer use the latest pangolin-data version downloaded from the web at workflow run time (this feature has been removed from the latest version of the pangolin Galaxy tool). |
| 8 | +Instead users can now select a pangolin-data version from the ones cached on their Galaxy server, or they can choose to go with the version of pangolin-data provided by the pangolin Galaxy wrapper (currently, this is v1.37 of pangolin-data). |
| 9 | + |
| 10 | +### Updated tools |
| 11 | + |
| 12 | +- `toolshed.g2.bx.psu.edu/repos/iuc/pangolin/pangolin/4.3+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/pangolin/pangolin/4.3.4+galaxy3`. |
| 13 | +- `toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.23.2+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.1.0+galaxy0`. |
| 14 | + |
| 15 | + With this tool update fastp gets executed with the --dont_eval_duplication |
| 16 | + option, i.e. the fastp report will no longer contain the duplicate estimate |
| 17 | + for the raw reads. |
| 18 | + An estimate of duplicated reads based on mapping results is still available |
| 19 | + as part of the "QC reports for mapping results" workflow output. |
| 20 | + |
| 21 | +- `toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.2` was updated to `toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19`. |
| 22 | +- `toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.4.2+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.4.4+galaxy1`. |
| 23 | +- `toolshed.g2.bx.psu.edu/repos/iuc/ivar_variants/ivar_variants/1.4.2+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/ivar_variants/ivar_variants/1.4.4+galaxy0`. |
| 24 | +- `toolshed.g2.bx.psu.edu/repos/iuc/ivar_consensus/ivar_consensus/1.4.2+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/ivar_consensus/ivar_consensus/1.4.4+galaxy0`. |
| 25 | +- `toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.4` was updated to `toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.8`. |
| 26 | +- `toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.15.1+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.22+galaxy1`. |
| 27 | +- `toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.2.2d+galaxy3` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.3+galaxy0`. |
| 28 | +- `toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.33+galaxy0`. |
| 29 | +- `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sed_tool/1.1.1` was updated to `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sed_tool/9.5+galaxy3`. |
| 30 | +- `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/0.1.1` was updated to `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy3`. |
| 31 | + |
3 | 32 | ## [0.3.1] - 2025-04-28 |
4 | 33 |
|
5 | 34 | ### Added |
|
0 commit comments