From 09acec528fbf550ab6e4885438335964cf80a808 Mon Sep 17 00:00:00 2001 From: pdimens Date: Fri, 19 Apr 2024 11:01:52 -0400 Subject: [PATCH] increase size of ema bins --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 855812458..e86ce9a70 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -194,7 +194,7 @@ jobs: resources/buildforCI.sh - name: test ema shell: micromamba-shell {0} - run: harpy align ema --ema-bins 20 -g test/genome/genome.fasta.gz -s "--show-failed-logs" -x "-d" test/fastq + run: harpy align ema --ema-bins 150 -g test/genome/genome.fasta.gz -s "--show-failed-logs" -x "-d" test/fastq test_minimap: needs: [changes, pkgbuild]