Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsimon committed Jun 29, 2023
1 parent d061832 commit eff20a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rule extract_AADR:
input:
"data/v50.0_1240K_public.tar"
output:
multiext("data/v50.0_1240k_public", '.geno', '.snp', '.ind')
multiext("data/v50.0_1240k_public", '.geno', '.snp', '.ind', '.anno')
shell:
"""
cd data
Expand All @@ -42,9 +42,9 @@ rule prepare_maps:
output:
bmap_out = 'data/Murphy2021_Bvalues_compiled.bmap.txt',
rmap_out = 'data/Bherer2017_Refined_EUR_genetic_map_sexavg.rmap.txt',
conda: "../envs/py-env.yaml"
conda: "workflow/envs/py-env.yaml"
script:
"../scripts/prepare_maps.py"
"workflow/scripts/prepare_maps.py"


rule archive:
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/py-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
- bed-reader=0.2.36 # sgkit[plink]
- pip
- pip:
- git+https://github.com/alxsimon/py-admixcov.git@fb0e7da
- git+https://github.com/alxsimon/py-admixcov.git@v1.0.0
- git+https://github.com/pystatgen/sgkit@a140316 # fix needed

0 comments on commit eff20a5

Please sign in to comment.