Skip to content

Commit 2ea8f8f

Browse files
SantaMcCloudCopilotpaulzierep
authored
Add MAG Genome Annotation Parallel wf (#1124)
* Add MAG Genome Annotation Parallel wf * turn off bakta * try different file as input * fix test * change assert for one output * Update workflows/microbiome/mag-genome-annotation-parallel/MAG-Genome-Annotation-Parallel-tests.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * review changes * Update workflows/microbiome/mag-genome-annotation-parallel/MAG-Genome-Annotation-Parallel.ga Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update workflows/microbiome/mag-genome-annotation-parallel/README.md Co-authored-by: paulzierep <paul.zierep@googlemail.com> * Update workflows/microbiome/mag-genome-annotation-parallel/README.md Co-authored-by: paulzierep <paul.zierep@googlemail.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: paulzierep <paul.zierep@googlemail.com>
1 parent c562b09 commit 2ea8f8f

File tree

5 files changed

+2184
-0
lines changed

5 files changed

+2184
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1.2
2+
workflows:
3+
- name: main
4+
subclass: Galaxy
5+
publish: true
6+
primaryDescriptorPath: /MAG-Genome-Annotation-Parallel.ga
7+
testParameterFiles:
8+
- /MAG-Genome-Annotation-Parallel-tests.yml
9+
authors:
10+
- name: Paul Zierep
11+
orcid: 0000-0003-2982-388X
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1] - 2026-03-01
4+
5+
- First release
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
- doc: Test outline for MAG-Genome-Annotation-Parallel
2+
job:
3+
Bacterial Genomes:
4+
class: Collection
5+
collection_type: list
6+
elements:
7+
- class: File
8+
identifier: 50contig_reads_binette_bin1.fasta
9+
location: https://zenodo.org/records/18635101/files/50contig_reads_binette_bin2.fasta
10+
Plasmid detection database: plasmidfinder_1307168_2019_08_28
11+
Bacterial genome annotation database: V5.0_2023-02-20
12+
AMRFinderPlus database: amrfinderplus_V3.12_2024-05-02.2
13+
Run Bakta: true
14+
outputs:
15+
multiqc html report:
16+
asserts:
17+
- that: has_text
18+
text: "50contig_reads_bin"
19+
ISEScan Merged Output:
20+
asserts:
21+
- that: has_n_lines
22+
n: "0"
23+
Integron Finder Merged Output:
24+
asserts:
25+
- that: has_n_lines
26+
n: "0"
27+
bakta cut annotation summary:
28+
asserts:
29+
- that: has_n_lines
30+
n: "16"
31+
- that: has_n_columns
32+
n: "2"
33+
PlasmidFinder Merged Summary:
34+
asserts:
35+
- that: has_text
36+
text: "Sample Database Plasmid Identity Query / Template length Contig Position in contig Note Accession number"
37+
- that: has_n_lines
38+
n: 1

0 commit comments

Comments
 (0)