From 37a9f6f4567e9e6b7b23f99b4ddedf0a3cf4d426 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Thu, 4 Feb 2021 12:10:54 -0600 Subject: [PATCH] Address review comments --- .github/filters.yml | 4 ++++ software/bandage/image/meta.yml | 2 +- tests/software/bandage/image/test.yml | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) 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