Skip to content

Commit 597ae96

Browse files
committed
update labels and tool versions in rRNA-prediction WF
1 parent cf2342a commit 597ae96

File tree

2 files changed

+126
-131
lines changed

2 files changed

+126
-131
lines changed

workflows/amplicon-mgnify/mgnify-amplicon-pipeline-v5-rrna-prediction/mgnify-amplicon-pipeline-v5-rrna-prediction-tests.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
class: File
1515
location: "ftp://ftp.ebi.ac.uk/pub/databases/metagenomics/pipeline-5.0/ref-dbs/rfam_models/ribosomal_models/ribo.claninfo"
1616
outputs:
17-
LSU_SSU_BED:
17+
LSU and SSU BED regions:
1818
element_tests:
1919
DRR010481_FASTQ.fasta:
2020
location: https://zenodo.org/records/13710235/files/DRR010481.bed
2121
ERR2715528_MERGED_FASTQ.fasta:
2222
location: https://zenodo.org/records/13710235/files/ERR2715528.bed
23-
SSU_FASTA:
23+
SSU FASTA files:
2424
element_tests:
2525
ERR2715528_MERGED_FASTQ.fasta:
2626
location: https://zenodo.org/records/13710235/files/ERR2715528_SSU.fasta
2727
compare: contains
28-
LSU_FASTA:
28+
LSU FASTA files:
2929
element_tests:
3030
DRR010481_FASTQ.fasta:
3131
location: https://zenodo.org/records/13710235/files/DRR010481_LSU.fasta
3232
compare: contains
33-
Classifications_SSU_SILVA:
33+
SSU taxonomic classifications using SILVA DB:
3434
element_tests:
3535
ERR2715528_MERGED_FASTQ.fasta:
3636
asserts:
@@ -41,7 +41,7 @@
4141
- that: has_n_columns
4242
comment: "#"
4343
n: 15
44-
OTU_SSU_SILVA:
44+
SSU OTU tables (SILVA DB):
4545
element_tests:
4646
ERR2715528_MERGED_FASTQ.fasta:
4747
asserts:
@@ -58,7 +58,7 @@
5858
- that: has_n_columns
5959
comment: "#"
6060
n: 4
61-
OTU_LSU_SILVA:
61+
LSU OTU tables (SILVA DB):
6262
element_tests:
6363
DRR010481_FASTQ.fasta:
6464
asserts:
@@ -75,7 +75,7 @@
7575
- that: has_n_columns
7676
comment: "#"
7777
n: 4
78-
Classifications_LSU_SILVA:
78+
LSU taxonomic classifications using SILVA DB:
7979
element_tests:
8080
DRR010481_FASTQ.fasta:
8181
asserts:
@@ -86,37 +86,37 @@
8686
- that: has_n_columns
8787
comment: "#"
8888
n: 15
89-
HDF5_SSU_SILVA:
89+
SSU OTU tables in HDF5 format (SILVA DB):
9090
element_tests:
9191
ERR2715528_MERGED_FASTQ.fasta:
9292
asserts:
9393
- that: has_size
9494
value: 37000
9595
delta: 10000
96-
JSON_SSU_SILVA:
96+
SSU OTU tables in JSON format (SILVA DB):
9797
element_tests:
9898
ERR2715528_MERGED_FASTQ.fasta:
9999
asserts:
100100
- that: has_text
101101
text: "\"type\": \"OTU table\""
102-
Krona_SSU_SILVA:
102+
SSU taxonomic abundance pie charts (SILVA DB):
103103
asserts:
104104
- that: has_text
105105
text: "ERR2715528_MERGED_FASTQ_fasta"
106-
HDF5_LSU_SILVA:
106+
LSU OTU tables in HDF5 format (SILVA DB):
107107
element_tests:
108108
DRR010481_FASTQ.fasta:
109109
asserts:
110110
- that: has_size
111111
value: 37000
112112
delta: 10000
113-
JSON_LSU_SILVA:
113+
LSU OTU tables in JSON format (SILVA DB):
114114
element_tests:
115115
DRR010481_FASTQ.fasta:
116116
asserts:
117117
- that: has_text
118118
text: "\"type\": \"OTU table\""
119-
Krona_LSU_SILVA:
119+
LSU taxonomic abundance pie charts (SILVA DB):
120120
asserts:
121121
- that: has_text
122122
text: "DRR010481_FASTQ_fasta"

0 commit comments

Comments
 (0)