From d0f29b84beaeeb7c91d6cad7112f4c7179cc2d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Tue, 24 Sep 2024 11:22:41 +0200 Subject: [PATCH] where the hell --- .github/workflows/test-snake.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-snake.yml b/.github/workflows/test-snake.yml index 5dc7034..0c669a3 100644 --- a/.github/workflows/test-snake.yml +++ b/.github/workflows/test-snake.yml @@ -41,6 +41,10 @@ jobs: poetry run python -c "import sys; print(sys.path)" poetry run python -c "import usefulgnom; print(usefulgnom.__file__)" + - name: Debug file content + run: | + echo "Content of basecnt_coverage.py:" + cat /github/workspace/src/usefulgnom/serialize/basecnt_coverage.py # - name: Snakemake Linting # run: |