Skip to content

Commit cd7f173

Browse files
authored
Merge pull request #975 from paulzierep/update-MAGs-workflow
2 parents 3df3506 + ddd56fe commit cd7f173

File tree

4 files changed

+1174
-766
lines changed

4 files changed

+1174
-766
lines changed

workflows/microbiome/mags-building/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4] - 2025-10-07
4+
5+
### Changed
6+
7+
- **metaSPAdes** now supports running in single-assembly mode when individual samples are submitted. Previously, it always performed co-assembly, which is the default tool setting.
8+
- All tools have been updated to their latest versions.
9+
10+
### Added
11+
12+
- **bakta**, **quast** (for the bins), **coverM** results are joined into one overview table each
13+
- For **dRep** also the clustering results are generated.
14+
- Workflow annotations.
15+
316
## [0.3] - 2025-06-09
417

518
### Automatic update

workflows/microbiome/mags-building/MAGs-generation-tests.yml

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
- doc: Test for Metagenome-Assembled-Genomes-(MAGs)-generation
22
job:
3-
Trimmed reads from grouped samples:
3+
Trimmed reads:
44
class: Collection
55
collection_type: list:paired
66
elements:
77
- class: Collection
88
type: paired
99
identifier: 50contig_reads
1010
elements:
11-
- class: File
12-
identifier: forward
13-
location: https://zenodo.org/records/15089018/files/MAG_reads_forward.fastqsanger.gz
14-
hashes:
15-
- hash_function: SHA-1
16-
hash_value: 0ee81cd4a9503acea42b8de5f28ad57cdc4b8f38
17-
- class: File
18-
identifier: reverse
19-
location: https://zenodo.org/records/15089018/files/MAG_reads_reverse.fastqsanger.gz
20-
hashes:
21-
- hash_function: SHA-1
22-
hash_value: 2a4ad06c93902e25274ef9c026feb7168f089b57
23-
Trimmed reads:
11+
- class: File
12+
identifier: forward
13+
location: https://zenodo.org/records/15089018/files/MAG_reads_forward.fastqsanger.gz
14+
- class: File
15+
identifier: reverse
16+
location: https://zenodo.org/records/15089018/files/MAG_reads_reverse.fastqsanger.gz
17+
Trimmed reads from grouped samples:
2418
class: Collection
2519
collection_type: list:paired
2620
elements:
@@ -31,17 +25,11 @@
3125
- class: File
3226
identifier: forward
3327
location: https://zenodo.org/records/15089018/files/MAG_reads_forward.fastqsanger.gz
34-
hashes:
35-
- hash_function: SHA-1
36-
hash_value: 0ee81cd4a9503acea42b8de5f28ad57cdc4b8f38
3728
- class: File
3829
identifier: reverse
3930
location: https://zenodo.org/records/15089018/files/MAG_reads_reverse.fastqsanger.gz
40-
hashes:
41-
- hash_function: SHA-1
42-
hash_value: 2a4ad06c93902e25274ef9c026feb7168f089b57
4331
Choose Assembler: MEGAHIT
44-
Custom Assemblies:
32+
Custom Assemblies: null
4533
Minimum length of contigs to output: '200'
4634
Read length (CONCOCT): '100'
4735
Environment for the built-in model (SemiBin): global

0 commit comments

Comments
 (0)