-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotate all existing WFs with edam topics and operations #639
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,6 +17,8 @@ | |||||
"license": "MIT", | ||||||
"release": "0.3", | ||||||
"name": "QIIME2 Ia: multiplexed data (single-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_2409", "operation_3933"], # Data handling, Demultiplexing | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "Single-end sequences", | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,6 +17,8 @@ | |||||
"license": "MIT", | ||||||
"release": "0.3", | ||||||
"name": "QIIME2 Ib: multiplexed data (paired-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_2409", "operation_3933"], # Data handling, Demultiplexing | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "All the forward-directed FASTQ sequences", | ||||||
|
@@ -443,4 +445,4 @@ | |||||
"tags": [], | ||||||
"uuid": "b09b5420-bb7c-4f27-9c90-7e2031889379", | ||||||
"version": 49 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,6 +17,8 @@ | |||||
"license": "MIT", | ||||||
"release": "0.3", | ||||||
"name": "QIIME2 Ic: Demultiplexed data (single-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_2409"], # Data handling | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "A collection of single-end demultiplexed sequences", | ||||||
|
@@ -287,4 +289,4 @@ | |||||
"tags": [], | ||||||
"uuid": "5a57f873-52f8-4c51-9e8d-e747d32d183a", | ||||||
"version": 1 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,6 +17,8 @@ | |||||
"release": "0.3", | ||||||
"license": "MIT", | ||||||
"name": "QIIME2 Id: Demultiplexed data (paired-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_2409"], # Data handling | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "Import of the paired-end demultiplexed sequences", | ||||||
|
@@ -275,4 +277,4 @@ | |||||
"tags": [], | ||||||
"uuid": "f4887024-6f68-4d53-a889-5635366dd18d", | ||||||
"version": 2 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -18,6 +18,8 @@ | |||||
"release": "0.3", | ||||||
"license": "MIT", | ||||||
"name": "QIIME2 IIa: Denoising (sequence quality control) and feature table creation (single-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_3219", "operation_3798"], # Read pre-processing, Read binning | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "Tab separated metadata file", | ||||||
|
@@ -375,4 +377,4 @@ | |||||
"tags": [], | ||||||
"uuid": "718df5b9-9cbb-4792-be50-604e18ef0548", | ||||||
"version": 2 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -18,6 +18,8 @@ | |||||
"release": "0.3", | ||||||
"license": "MIT", | ||||||
"name": "QIIME2 IIb: Denoising (sequence quality control) and feature table creation (paired-end)", | ||||||
"edam_topics": ["topic_3168", "topic_3301"], # Sequencing, Microbiology | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_3219", "operation_3798"], # Read pre-processing, Read binning | ||||||
"steps": { | ||||||
"0": { | ||||||
"annotation": "Tab separated metadata file", | ||||||
|
@@ -441,4 +443,4 @@ | |||||
"tags": [], | ||||||
"uuid": "8b8c4f4c-7cc0-422d-9a6f-47357faa0082", | ||||||
"version": 1 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -17,6 +17,8 @@ | |||||
"format-version": "0.1", | ||||||
"license": "MIT", | ||||||
"name": "QIIME2-III-V-Phylogeny-Rarefaction-Taxonomic-Analysis", | ||||||
"edam_topics": ["topic_3168", "topic_3837"], # Microbiology, Metagenomic sequencing | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_0540", "operation_3460"], # Phylogenetic inference (from molecular sequences), Taxonomic classification | ||||||
"release": "0.2", | ||||||
"steps": { | ||||||
"0": { | ||||||
|
@@ -1075,4 +1077,4 @@ | |||||
"tags": [], | ||||||
"uuid": "3163175d-7673-42d9-8aae-505afbd74946", | ||||||
"version": 30 | ||||||
} | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -121,6 +121,8 @@ | |||||
"format-version": "0.1", | ||||||
"license": "MIT", | ||||||
"name": "QIIME2 VI: Diversity metrics and estimations", | ||||||
"edam_topics": ["topic_3168", "topic_3837"], # Microbiology, Metagenomic sequencing | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"edam_operations": ["operation_0289", "operation_3658"], # Sequence distance matrix generation, Statistical inference | ||||||
"release": "0.2", | ||||||
"steps": { | ||||||
"0": { | ||||||
|
@@ -1129,4 +1131,4 @@ | |||||
"tags": [], | ||||||
"uuid": "300b5a7d-f763-486a-a8ea-87ea84571f19", | ||||||
"version": 2 | ||||||
} | ||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.