Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab authored Apr 26, 2024
2 parents 3af0f67 + 2955c70 commit 3e02568
Show file tree
Hide file tree
Showing 41 changed files with 4,962 additions and 7,838 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build images / docs
name: Docs
on:
push:
branches:
- master
- main
# Cancel if a newer run is started
concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Tests

on:
push:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
python-version: ["3.10", "3.12"]
os: [macos-13, ubuntu-latest]
python-version: ["3.12"]

steps:
- uses: "actions/checkout@v3"
Expand Down
4 changes: 2 additions & 2 deletions mess/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
mess_common_options = (
{
"name": "Common options",
"options": ["--input", "--output", "--threads", "--help"],
"options": ["--input", "--output", "--threads", "--taxonkit", "--help"],
},
)
mess_download_options = (
Expand Down Expand Up @@ -61,7 +61,6 @@
"--tool",
"--error",
"--mean-len",
"--taxonkit",
"--bam",
"--seed",
],
Expand All @@ -74,6 +73,7 @@
"name": "pbsim3 options",
"options": [
"--model",
"--model-path",
"--ratio",
"--accuracy",
"--passes",
Expand Down
Loading

0 comments on commit 3e02568

Please sign in to comment.