You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Qiita changelog
2
2
3
+
Version 2025.02
4
+
---------------
5
+
6
+
Deployed on February 24th, 2025
7
+
8
+
* Replaced os.rename for shutil.move in the code to fix [#3455](https://github.com/qiita-spots/qiita/issues/3455).
9
+
* Via qp-spades, replaced the legacy `spades` command for `cloudSPAdes` for TellSeq.
10
+
*`FASTA_preprocessed` within qtp-sequencing now allows for results to be named using their sample-name, extra from run-prefix.
11
+
*`Remove SynDNA inserts & plasmid reads` superseded `Remove SynDNA reads`, which now removes SynDna inserts and plasmids.
12
+
*`update_resource_allocation_redis` now relies on using equations stored in the database vs. hardcoded; thank you @Gossty!
13
+
* SPP: Updated prep-info file generation to identify and report filtered fastq files that could not be matched to a sample-id instead of silently ignoring them.
14
+
* SPP: Removed legacy test code and example files for amplicon processing. Some other tests updated and repurposed.
15
+
* SPP: jobs are now easier to restart.
16
+
* SPP: MultiQC report generation is now a separate slurm job & use jinja2 templates; also FastQC use jinja2 templates.
0 commit comments