Skip to content

Commit 2395ca3

Browse files
committed
fix: corrected the linting error, sheed and xml
1 parent 27f675c commit 2395ca3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

tools/cv2/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: cv2 wrappers
66
long_description: |
77
The cv2 python module allows to perform image and video processing using the OpenCV framework, the world's biggest computer vision library.
88
OpenCV is open source, contains over 2500 algorithms, and is operated by the non-profit Open Source Vision Foundation.
9-
remote_repository_url: https://github.com/BMCV/galaxy-image-analysis
9+
remote_repository_url: https://github.com/BMCV/galaxy-image-analysis/tools/cv2
1010
homepage_url: https://github.com/opencv/opencv
1111
auto_tool_repositories:
1212
name_template: "{{ tool_id }}"

tools/cv2/cv2_extract_frames.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<requirements>
1313
<requirement type="package" version="4.13.0">opencv</requirement>
1414
</requirements>
15+
<required_files>
16+
<include type="literal" path="cv2_extract_frames.py"/>
17+
</required_files>
1518
<command detect_errors="aggressive">
1619
<![CDATA[
1720
mkdir ./output_frames &&

0 commit comments

Comments
 (0)