Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Dec 11, 2023
1 parent 815cfea commit 99fee86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:

- name: lint snakemake files with snakemake --lint
shell: bash -el {0}
run: cd test_example && snakemake -s ../Snakefile --lint && cd ..
run: cd test_example && snakemake --lint && cd ..

- name: run pipeline with default config
- name: run pipeline on test example
shell: bash -el {0}
run: >
rm -rf docs
&& cd test_example
&& rm -rf results
&& snakemake -s ../Snakefile -j 2
&& snakemake --use-conda -j 2
&& cd ..
- name: Upload log files in case of error
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# `seqneut-pipeline` for analyzing sequencing-based neutralization assays

[![Build Status](https://github.com/jbloomlab/seqneut-pipeline/actions/workflows/test.yaml/badge.svg)](https://github.com/jbloomlab/seqneut-pipeline/actions/workflows/test.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
Expand Down

0 comments on commit 99fee86

Please sign in to comment.