Skip to content

Commit

Permalink
Merge pull request #25 from genotoul-bioinfo/dev
Browse files Browse the repository at this point in the history
Add Tutorial and Input Bin Sets Quality Reports
  • Loading branch information
JeanMainguy authored Sep 4, 2024
2 parents 0d37aa0 + 888923c commit 277d433
Show file tree
Hide file tree
Showing 35 changed files with 2,323 additions and 245 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binette_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ on:

jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-13']
python-version: [3.8] #["3.8", "3.9", "3.10"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install requirements
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion binette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
Loading

0 comments on commit 277d433

Please sign in to comment.