From 57d1b146729223da9daa286a1cc75db6f2923746 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Mon, 29 Jan 2024 12:35:46 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1756c7238..24ad9a78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Deployed on January 8th, 2024 * Workflow definitions can now use sample or preparation information columns/values to differentiate between them. * Updated the Adapter and host filtering plugin (qp-fastp-minimap2) to v2023.12 addressing a bug in adapter filtering; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/qp-fastp-minimap2.html). * Other fixes: [3334](https://github.com/qiita-spots/qiita/pull/3334), [3338](https://github.com/qiita-spots/qiita/pull/3338). Thank you @sjanssen2. -* The internal Sequence Processing Pipeline is now using the human pan-genome reference, together with the GRCh38 genome + PhiX and CHM13 genome for human host filtering. +* The internal Sequence Processing Pipeline is now using the human pan-genome reference, together with the GRCh38 genome + PhiX and T2T-CHM13v2.0 genome for human host filtering. Version 2023.10 From 37a4ea715cd49c9993e42330ced211a1e0e91707 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Tue, 23 Apr 2024 10:39:26 -0600 Subject: [PATCH 2/2] fix #3387 --- qiita_pet/templates/analysis_description.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qiita_pet/templates/analysis_description.html b/qiita_pet/templates/analysis_description.html index 2c2baad25..4274ccbfe 100644 --- a/qiita_pet/templates/analysis_description.html +++ b/qiita_pet/templates/analysis_description.html @@ -94,6 +94,7 @@

Artifact ID + Study IDs Prep IDs Study Title Parent Processing @@ -105,6 +106,7 @@

{% for aid, data in artifacts.items() %} {{aid}} + {{data[0]}} {{', '.join(data[4])}} {{data[1]}} {{data[2][1]}}