diff --git a/.github/filters.yml b/.github/filters.yml index 8bdb79be..d747e654 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -1,3 +1,7 @@ +bandage_image: + - software/bandage/image/** + - tests/software/bandage/image/** + bowtie_align: - software/bowtie/align/** - software/bowtie/build/** diff --git a/software/bandage/image/meta.yml b/software/bandage/image/meta.yml index a4b176ad..85de09a2 100644 --- a/software/bandage/image/meta.yml +++ b/software/bandage/image/meta.yml @@ -1,4 +1,4 @@ -name: bandage image +name: bandage_image description: Render an assembly graph in GFA 1.0 format to PNG and SVG image formats keywords: - gfa diff --git a/tests/software/bandage/image/test.yml b/tests/software/bandage/image/test.yml index c6bd80af..8c695af3 100644 --- a/tests/software/bandage/image/test.yml +++ b/tests/software/bandage/image/test.yml @@ -5,6 +5,4 @@ - bandage_image files: - path: output/bandage/B-3106.png - should_exist: true - path: output/bandage/B-3106.svg - should_exist: true