Skip to content

Commit

Permalink
some more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Aug 20, 2024
1 parent 3bcb792 commit e5ee9fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rescript/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@
]
)


datatypes_metadata = [
"antibiotics",
"enzyme_class_ref",
Expand Down Expand Up @@ -1291,6 +1292,7 @@
description="fetch genomes",
)


plugin.methods.register_function(
function=fetch_metadata_bv_brc,
inputs={},
Expand All @@ -1313,6 +1315,7 @@
"query.",
)


plugin.methods.register_function(
function=fetch_taxonomy_bv_brc,
inputs={},
Expand Down Expand Up @@ -1340,6 +1343,7 @@
description='Fetch taxonomy data from BV-BRC.',
)


plugin.methods.register_function(
function=fetch_genome_features_bv_brc,
inputs={},
Expand Down Expand Up @@ -1369,6 +1373,7 @@
'BV-BRC.',
)


# Registrations
plugin.register_semantic_types(SILVATaxonomy, SILVATaxidMap)
plugin.register_semantic_type_to_format(
Expand Down

0 comments on commit e5ee9fe

Please sign in to comment.