File tree 3 files changed +13
-9
lines changed
galaxy-qa1.galaxy.cloud.e-infra.cz
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : Tool linting
2
2
3
3
on :
4
- # push:
5
- # branches: [ main ]
6
4
pull_request :
7
5
branches : [ main ]
8
6
workflow_dispatch :
31
29
python -m pip install --upgrade pip
32
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
31
- name : Perform linting
34
- run : make pr_check
32
+ run : |
33
+ make INSTANCE=galaxy-qa1.galaxy.cloud.e-infra.cz lint
34
+ make INSTANCE=usegalaxy.cz lint
Original file line number Diff line number Diff line change @@ -22,10 +22,7 @@ update-trusted: ## Run the update script for a subset of repos defined by the O
22
22
update-all : # # Run the update script for all repos
23
23
find ./$(INSTANCE ) -name ' *.yml' | grep ' ^\./[^/]*/' | xargs -n 1 -P 8 python scripts/update_tool.py
24
24
25
- # shed-tools install --install_resolver_dependencies --toolsfile $< --galaxy $(GALAXY_SERVER) --api_key $(GALAXY_API_KEY) 2>&1 | tee -a report.log
25
+ install : # # Run the Ephemeris command to install all repos and revisions that are missing from a given INSTANCE
26
+ find ./$(INSTANCE ) -name ' *.yml' | grep ' ^\./[^/]*/' | xargs -n 1 -P 1 -I {} shed-tools install --toolsfile {} --galaxy $(INSTANCE ) --api_key $(GALAXY_API_KEY ) --skip_install_resolver_dependencies
26
27
27
- # shed-tools install --toolsfile $< --galaxy $(GALAXY_SERVER) --api_key $(GALAXY_API_KEY)
28
-
29
- # shed-tools install -g "$URL" -t tool_list.yaml.lock --log_level ERROR --log-file "$LOG"
30
-
31
- .PHONY : fix lint help update-trusted update-all
28
+ .PHONY : fix lint help update-trusted update-all install
Original file line number Diff line number Diff line change @@ -66,42 +66,49 @@ tools:
66
66
owner: iuc
67
67
revisions:
68
68
- 543cbeef3949
69
+ - a2899db6bd6e
69
70
tool_panel_section_id: nanopore
70
71
tool_panel_section_label: Nanopore
71
72
- name: poretools_squiggle
72
73
owner: iuc
73
74
revisions:
75
+ - 26e6c9362b7b
74
76
- ce8af9373061
75
77
tool_panel_section_id: nanopore
76
78
tool_panel_section_label: Nanopore
77
79
- name: poretools_occupancy
78
80
owner: iuc
79
81
revisions:
82
+ - 0433aad600e9
80
83
- 336791b5665f
81
84
tool_panel_section_id: nanopore
82
85
tool_panel_section_label: Nanopore
83
86
- name: poretools_hist
84
87
owner: iuc
85
88
revisions:
86
89
- 47936349f3e9
90
+ - d1805f9c4c82
87
91
tool_panel_section_id: nanopore
88
92
tool_panel_section_label: Nanopore
89
93
- name: poretools_yield_plot
90
94
owner: iuc
91
95
revisions:
92
96
- 64a83664b814
97
+ - c5c5a3e84989
93
98
tool_panel_section_id: nanopore
94
99
tool_panel_section_label: Nanopore
95
100
- name: poretools_qualpos
96
101
owner: iuc
97
102
revisions:
98
103
- 2e22ebec211a
104
+ - 626b6c2be5c2
99
105
tool_panel_section_id: nanopore
100
106
tool_panel_section_label: Nanopore
101
107
- name: poretools_events
102
108
owner: iuc
103
109
revisions:
104
110
- 1d835c691480
111
+ - daf8518d243a
105
112
tool_panel_section_id: nanopore
106
113
tool_panel_section_label: Nanopore
107
114
- name: medaka_variant
You can’t perform that action at this time.
0 commit comments