Skip to content

Commit 39706c8

Browse files
committed
chore: set up dist release workflow
1 parent f61bb9b commit 39706c8

8 files changed

Lines changed: 10362 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ compare/
4040

4141
# --- ITSx/HMMER temp dirs ---
4242
ITSx_temp_directory__*
43+
44+
# Allow small committed fixtures
45+
!testdata/
46+
!testdata/**
47+
!testdata/*.tblout
48+
!testdata/*.fasta
49+
!testdata/*.fa
50+
!testdata/*.fna
51+

dist-workspace.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[workspace]
2+
members = ["cargo:."]
3+
4+
# Config for 'dist'
5+
[dist]
6+
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7+
cargo-dist-version = "0.30.3"
8+
# CI backends to support
9+
ci = "github"
10+
# The installers to generate for each app
11+
installers = []
12+
# Target platforms to build apps for (Rust target-triple syntax)
13+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]

testdata/stream.tblout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# target name accession query name accession hmmfrom hmm to alifrom ali to envfrom env to sq len strand E-value score bias description of target
2+
#------------------- ---------- -------------------- ---------- ------- ------- ------- ------- ------- ------- ------- ------ --------- ------ ----- ---------------------

testdata/subset.anchors.jsonl

Lines changed: 758 additions & 0 deletions
Large diffs are not rendered by default.

testdata/subset.anchors.tsv

Lines changed: 759 additions & 0 deletions
Large diffs are not rendered by default.

testdata/subset.its1.fasta

Lines changed: 5358 additions & 0 deletions
Large diffs are not rendered by default.

testdata/subset.its2.fasta

Lines changed: 3461 additions & 0 deletions
Large diffs are not rendered by default.

testdata/test.fasta

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>read1
2+
ACGTACGTACGTACGTACGT

0 commit comments

Comments
 (0)