Skip to content

Commit 0429ef9

Browse files
committed
Merge pull request #285 from bgruening/new-categories
Add NLP category
2 parents 32352fd + 238c20e commit 0429ef9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

planemo/shed/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"Metagenomics",
104104
"Micro-array Analysis",
105105
"Next Gen Mappers",
106+
"NLP",
106107
"Ontology Manipulation",
107108
"Phylogenetics",
108109
"Proteomics",

scripts/categories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
categories = requests.get("https://testtoolshed.g2.bx.psu.edu/api/categories").json()
66
print("CURRENT_CATEGORIES = [")
77
for c in map(lambda c: c["name"], categories):
8-
if c["
98
print(' "%s",' % c)
109
print("]")
1110

0 commit comments

Comments
 (0)