We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32352fd + 238c20e commit 0429ef9Copy full SHA for 0429ef9
2 files changed
planemo/shed/__init__.py
@@ -103,6 +103,7 @@
103
"Metagenomics",
104
"Micro-array Analysis",
105
"Next Gen Mappers",
106
+ "NLP",
107
"Ontology Manipulation",
108
"Phylogenetics",
109
"Proteomics",
scripts/categories.py
@@ -5,7 +5,6 @@
5
categories = requests.get("https://testtoolshed.g2.bx.psu.edu/api/categories").json()
6
print("CURRENT_CATEGORIES = [")
7
for c in map(lambda c: c["name"], categories):
8
- if c["
9
print(' "%s",' % c)
10
print("]")
11
0 commit comments