Skip to content

Commit

Permalink
Merge pull request #133 from TARGENE/argparse
Browse files Browse the repository at this point in the history
Argparse
  • Loading branch information
olivierlabayle authored Feb 5, 2024
2 parents 3f96860 + e262c2f commit 467f562
Show file tree
Hide file tree
Showing 157 changed files with 20,959 additions and 1,533 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
matrix:
testrun:
- "ukb_from_actors.jl"
- "ukb_from_param_file.jl"
- "ukb_custom.jl"
- "ukb_allele_independent.jl"
- "custom_from_actors.jl"
- "make_dataset.jl"
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -38,7 +40,7 @@ jobs:
- name: Instantiate test environment
run: julia --project=test --startup-file=no -e'using Pkg;Pkg.instantiate()'
- name: Run tests
run: julia --project=test --startup-file=no test/${{ matrix.testrun }} -profile ci
run: julia --project=test --startup-file=no test/${{ matrix.testrun }} -profile ci -resume
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ test/sandbox.jl
docs/Manifest.toml
*.DS_Store
trace.txt*
test/Manifest.toml
trace.txt
2 changes: 2 additions & 0 deletions .vscode/ltex.dictionary.en-US.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TarGene
estimands
Empty file added assets/NO_EXTRA_CONFOUNDER
Empty file.
Empty file added assets/NO_EXTRA_COVARIATE
Empty file.
Empty file added assets/NO_EXTRA_TREATMENT
Empty file.
Empty file added assets/NO_LD_BLOCKS
Empty file.
Empty file added assets/NO_QC_FILE
Empty file.
Empty file added assets/NO_WITHDRAWAL_LIST
Empty file.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 467f562

Please sign in to comment.