Skip to content

Commit

Permalink
use correction in unit-tests
Browse files Browse the repository at this point in the history
dont update to snakemake 8
  • Loading branch information
skoren committed Dec 22, 2023
1 parent 947fa5f commit 11e91f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install snakemake-minimal
run: |
mamba install -c conda-forge -c bioconda snakemake-minimal MBG GraphAligner mashmap winnowmap
mamba install -c conda-forge -c bioconda 'snakemake-minimal>7,<8' MBG GraphAligner mashmap winnowmap
- name: Fetch Data
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
chmod 755 ga.sh
chmod 755 lib/verkko/bin/utgcns
./bin/verkko -d asm --no-correction --mbg $PWD/mbg.sh --graphaligner $PWD/ga.sh --hifi ./hifi.fastq.gz --nano ./ont.fastq.gz
./bin/verkko -d asm --mbg $PWD/mbg.sh --graphaligner $PWD/ga.sh --hifi ./hifi.fastq.gz --nano ./ont.fastq.gz
if [ ! -s asm/assembly.fasta ]; then
reportLogs
fi

0 comments on commit 11e91f6

Please sign in to comment.