Skip to content

Commit

Permalink
Remove extra repo that are now in planemo monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed May 24, 2024
1 parent e81694a commit 64ccc70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ def get_string_content(cf: ContentFile) -> str:


def get_tool_github_repositories(
g: Github, RepoSelection: Optional[str], run_test: bool, add_extra_repositories: bool = True
) -> List[str]:
g: Github, RepoSelection: Optional[str], run_test: bool) -> List[str]:
"""
Get list of tool GitHub repositories to parse
Expand All @@ -150,11 +149,6 @@ def get_tool_github_repositories(
repo_l = get_string_content(repo_f).rstrip()
repo_list.extend(repo_l.split("\n"))

if (
add_extra_repositories and "extra-repositories" in configs
): # add non planemo monitor repositories defined in conf
repo_list = repo_list + configs["extra-repositories"]

print("Parsing repositories from:")
for repo in repo_list:
print("\t", repo)
Expand Down
3 changes: 0 additions & 3 deletions data/conf.yml
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
extra-repositories:
- https://github.com/qiime2/galaxy-tools
- https://github.com/geraldinepascal/FROGS-wrappers

0 comments on commit 64ccc70

Please sign in to comment.