Skip to content

Commit

Permalink
Switch back to same version as before but from galaxy project
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Jun 17, 2024
1 parent e6598cc commit 150c604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/10_pca.smk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rule vcf2plink_pca:
log:
"results/logs/10_pca/{dataset}/" + REF_NAME + ".{dataset}_fmissing{fmiss}.{chr}_vcf2plink_pca.log",
singularity:
"https://depot.galaxyproject.org/singularity/plink%3A1.90b6.21--hec16e2b_4"
"https://depot.galaxyproject.org/singularity/plink:1.90b6.12--heea4ae3_0"
shell:
"""
plink --vcf {input.vcf} --make-bed --allow-extra-chr --out {params.bfile} 2> {log}
Expand All @@ -72,7 +72,7 @@ rule plink_eigenvec:
log:
"results/logs/10_pca/{dataset}/" + REF_NAME + ".{dataset}_fmissing{fmiss}.{chr}_plink_eigenvec.log",
singularity:
"https://depot.galaxyproject.org/singularity/plink%3A1.90b6.21--hec16e2b_4"
"https://depot.galaxyproject.org/singularity/plink:1.90b6.12--heea4ae3_0"
shell:
"""
samples=`cat {input.fam} | wc -l`
Expand Down
4 changes: 2 additions & 2 deletions workflow/rules/11_ROH.smk
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ rule vcf2plink_hwe:
log:
"results/logs/11_ROH/{dataset}/" + REF_NAME + ".{dataset}_fmissing{fmiss}.{chr}_vcf2plink_hwe.log",
singularity:
"https://depot.galaxyproject.org/singularity/plink%3A1.90b6.21--hec16e2b_4"
"https://depot.galaxyproject.org/singularity/plink:1.90b6.12--heea4ae3_0"
shell:
"""
plink --vcf {input.vcf} --make-bed --allow-extra-chr --out {params.bfile} 2> {log}
Expand Down Expand Up @@ -127,7 +127,7 @@ rule ROHs:
log:
"results/logs/11_ROH/{dataset}/" + REF_NAME + ".{dataset}_fmissing{fmiss}.{chr}.homsnp{homsnp}.homkb{homkb}.homwinsnp{homwinsnp}.homwinhet{homwinhet}.homwinmis{homwinmis}.homhet{homhet}_ROHs.log",
singularity:
"https://depot.galaxyproject.org/singularity/plink%3A1.90b6.21--hec16e2b_4"
"https://depot.galaxyproject.org/singularity/plink:1.90b6.12--heea4ae3_0"
shell:
"""
plink --bfile {params.bfile} --homozyg --homozyg-window-threshold 0.05 --allow-extra-chr \
Expand Down

0 comments on commit 150c604

Please sign in to comment.