Skip to content

Fixes incorrect --vcfField format#24

Merged
ofrei merged 1 commit intocomorment:mainfrom
rzetterberg:patch-1
Feb 21, 2022
Merged

Fixes incorrect --vcfField format#24
ofrei merged 1 commit intocomorment:mainfrom
rzetterberg:patch-1

Conversation

@rzetterberg
Copy link
Contributor

When using the default value of the gwas.py flag vcf-field the final flag output to SAIGE will be formatted as:

--vcfField=['DS']

This commit fixes this, so that the final flag instead will be output as:

--vcfField=DS

When using the default value of the gwas.py flag `vcf-field` the final flag output to SAIGE will be formatted as:

```
--vcfField=['DS']
```

This commit fixes this, so that the final flag will instead be:

```
--vcfField=DS
```
@ofrei ofrei merged commit 4ed624d into comorment:main Feb 21, 2022
@ofrei
Copy link
Contributor

ofrei commented Feb 21, 2022

oh my, what a typo... @rzetterberg thanks for fixing this!

@ofrei
Copy link
Contributor

ofrei commented Feb 21, 2022

In the gwas_demo example I've been explicitly passing --vcf-field GT, that's why it worked
https://github.com/comorment/containers/blob/main/reference/examples/regenie/example_3chr_vcf.argsfile#L8

@rzetterberg rzetterberg deleted the patch-1 branch February 21, 2022 11:33
espenhgn added a commit that referenced this pull request Oct 5, 2022
# This is the 1st commit message:

migrating files from GH/comorment/gwas@47a23f0

# This is the commit message #2:

add shell script to convert from docker

# This is the commit message #3:

fix path

# This is the commit message #4:

move build artefact to singularity/<image>/.

# This is the commit message #5:

group/user ownership

# This is the commit message #6:

move built containers to dest.

# This is the commit message #7:

update download path for BOLT-LMM

# This is the commit message #8:

typos

# This is the commit message #9:

moved unused install scripts

# This is the commit message #10:

fixed failure to clone repos

# This is the commit message #11:

not including shapeit2 in gwas.sif

# This is the commit message #12:

not including impute4 in gwas.sif (license)

# This is the commit message #13:

run ./configure w. bcftools

# This is the commit message #14:

do not install mixer in python3.sif

# This is the commit message #15:

add saige

# This is the commit message #16:

removing enigma-cvn and matlabruntime sif files

# This is the commit message #17:

set channel priority

# This is the commit message #18:

don't include bgenix and htslib in python3.sif

# This is the commit message #19:

remove enigma-cnv dockerfile

# This is the commit message #20:

remove commented out stuff

# This is the commit message #21:

updated CHANGELOG

# This is the commit message #22:

renamed and move bash files used by make

# This is the commit message #23:

fixed typos

# This is the commit message #24:

add rudimentary build test scripts

# This is the commit message #25:

fix

# This is the commit message #26:

updated URL

# This is the commit message #27:

remove LAVA and lava_partitioning from r.sif

# This is the commit message #28:

blurb on src files

# This is the commit message #29:

remove unused installer scripts

# This is the commit message #30:

ignore .pyc files

# This is the commit message #31:

check for plink2

# This is the commit message #32:

autopep8
@espenhgn espenhgn mentioned this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants