Skip to content

Commit 9744111

Browse files
Ate_with_fixed_eqtl (#178)
* add order 1 test * add generation of ATEs with only bqtl moving * add support for string or int genotypes * fix support for non case/control params * add positivity constraint to from_param_file mode * add testing to docker build * try update manifest to solve bgen 1.10 broken even if segfault locally * add check on variant * try build multi platform * remove no supported darwin * try add semver * remove blank line * remove arm
1 parent 47ae000 commit 9744111

16 files changed

+1772
-132
lines changed

.github/workflows/Release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
uses: docker/metadata-action@v3
3636
with:
3737
images: olivierlabayle/tl-core
38+
tags: |
39+
type=schedule
40+
type=ref,event=branch
41+
type=semver,pattern={{version}}
42+
type=semver,pattern={{major}}.{{minor}}
43+
type=semver,pattern={{major}}
44+
type=sha
3845
3946
- name: Build and push
4047
uses: docker/build-push-action@v2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docs/site/
2222
# It records a fixed state of all packages used by the project. As such, it should not be
2323
# committed for packages, but should be committed for applications that require a static
2424
# environment.
25-
Manifest.toml
25+
# Manifest.toml
2626
test/Manifest.toml
2727

2828

0 commit comments

Comments
 (0)