asthara commited on
Commit
c21cdfa
·
unverified ·
1 Parent(s): 159ccc4

Update tools/meta_yml_tools.py

Browse files
Files changed (1) hide show
  1. tools/meta_yml_tools.py +0 -1
tools/meta_yml_tools.py CHANGED
@@ -121,7 +121,6 @@ def extract_information_from_meta_json(meta_file: dict, tool_name: str) -> dict:
121
  print("Extracted metadata information from nf-core module meta.yml")
122
  return {"inputs": inputs, "outputs": outputs, "homepage": homepage_url, "documentation": documentation_rul, "bio_tools_id": bio_tools_id}
123
 
124
- #%%
125
  def get_biotools_response(tool_name: str) -> list:
126
  """
127
  Try to get bio.tools information for a tool.
 
121
  print("Extracted metadata information from nf-core module meta.yml")
122
  return {"inputs": inputs, "outputs": outputs, "homepage": homepage_url, "documentation": documentation_rul, "bio_tools_id": bio_tools_id}
123
 
 
124
  def get_biotools_response(tool_name: str) -> list:
125
  """
126
  Try to get bio.tools information for a tool.