Skip to content

Commit f1b7d92

Browse files
authored
Merge pull request #658 from RZ9082/mgnify_amplicon_pipeline
Mgnify amplicon pipeline
2 parents ebfc9d6 + 2439102 commit f1b7d92

40 files changed

+24528
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# MGnify Amplicon Workflow and Add-on-workflows
2+
3+
This directory contains the following workflows:
4+
* **MGnify amplicon workflow v5.0** and its sub-workflows:
5+
* **Quality control for single-end reads**
6+
* **Quality control for paired-end reads**
7+
* **rRNA-prediction**
8+
* **ITS**
9+
* **Summary tables**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 1.2
2+
workflows:
3+
- name: main
4+
subclass: Galaxy
5+
publish: true
6+
primaryDescriptorPath: /mapseq-to-ampvis2.ga
7+
testParameterFiles:
8+
- /mapseq-to-ampvis2-tests.yml
9+
authors:
10+
- name: Rand Zoabi
11+
orcid: 0009-0000-2501-8053
12+
- name: Mara Besemer
13+
url: https://github.com/MaraBesemer
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1] - 07-06-2024
4+
5+
- First release
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# MAPseq to ampvis workflow
2+
3+
The MAPseq to Ampvis workflow processes MAPseq OTU tables and associated metadata for analysis in Ampvis2. This workflow involves reformatting MAPseq output datasets to produce structured output files suitable for Ampvis2.
4+
5+
## Input datasets
6+
7+
- **MAPseq OTU tables** These tables, generated by MAPseq, include sequence counts and taxonomic classifications.
8+
- **Metadata** Contextual information associated with the data from the OTU tables.
9+
10+
## Outputs
11+
12+
- **otu_table** A newly formatted OTU table structured for Ampvis2.
13+
- **tax_table** A taxonomy table containing the taxonomic classifications from the OTU tables.
14+
- **ampvis2** An R object compatible with the Ampvis2 tool for further analysis.
15+
- **metadata_list_out** A structured list of metadata used in the analysis.
16+
- **taxonomy_list_out** A processed taxonomy list ready for integration with Ampvis2.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
- doc: Test outline for mapseq-to-ampvis2.ga
2+
job:
3+
MAPseq OTU tables:
4+
class: Collection
5+
collection_type: list
6+
elements:
7+
- class: File
8+
identifier: SRR11032273
9+
location: https://zenodo.org/records/13347829/files/SRR11032273.tsv
10+
- class: File
11+
identifier: SRR11032274
12+
location: https://zenodo.org/records/13347829/files/SRR11032274.tsv
13+
- class: File
14+
identifier: SRR11032275
15+
location: https://zenodo.org/records/13347829/files/SRR11032275.tsv
16+
- class: File
17+
identifier: SRR11032276
18+
location: https://zenodo.org/records/13347829/files/SRR11032276.tsv
19+
- class: File
20+
identifier: SRR11032277
21+
location: https://zenodo.org/records/13347829/files/SRR11032277.tsv
22+
- class: File
23+
identifier: SRR11038211
24+
location: https://zenodo.org/records/13347829/files/SRR11038211.tsv
25+
- class: File
26+
identifier: SRR11038212
27+
location: https://zenodo.org/records/13347829/files/SRR11038212.tsv
28+
- class: File
29+
identifier: SRR11038213
30+
location: https://zenodo.org/records/13347829/files/SRR11038213.tsv
31+
- class: File
32+
identifier: SRR11038214
33+
location: https://zenodo.org/records/13347829/files/SRR11038214.tsv
34+
- class: File
35+
identifier: SRR11038215
36+
location: https://zenodo.org/records/13347829/files/SRR11038215.tsv
37+
OTU table metadata:
38+
class: File
39+
location: https://zenodo.org/records/13347829/files/test_metadata_formatted.tabular
40+
outputs:
41+
OTU table:
42+
location: https://zenodo.org/records/13347829/files/OTU_table.tabular
43+
Taxonomy table:
44+
location: https://zenodo.org/records/14745803/files/tax_table.tabular
45+
Ampvis2 object:
46+
asserts:
47+
- that: has_size
48+
value: 15000
49+
delta: 1000
50+
Ampvis2 metadata table:
51+
location: https://zenodo.org/records/13347829/files/metadata_list.tabular
52+
Ampvis2 taxonomy table:
53+
location: https://zenodo.org/records/14745803/files/taxonomy_list.tabular

0 commit comments

Comments
 (0)