Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: unbound method error() must be called #3

Open
XGuoHI opened this issue May 29, 2018 · 5 comments
Open

TypeError: unbound method error() must be called #3

XGuoHI opened this issue May 29, 2018 · 5 comments

Comments

@XGuoHI
Copy link

XGuoHI commented May 29, 2018

TypeError: unbound method error() must be called with ArgumentParser instance as first argument (got str instance instead)

python bin/clinical_filter.py
--child ~/projects/luobingguoA.vcf
--mother ~/projects/zhoufueA.vcf
--father ~/projects/luoleA.vcf
--gender M --dad-aff 1 --mom-aff 1
--export-vcf ./results/child.vcf

@jeremymcrae
Copy link
Owner

fixed in 9929d60

@XGuoHI
Copy link
Author

XGuoHI commented Aug 21, 2018

clinical_filter.py: error: --sum_x_lr2_file must be used
could you explain a little bit OR show an example about the file sum_x_lr2_file ???
Thanks

@XGuoHI
Copy link
Author

XGuoHI commented Aug 21, 2018 via email

@jeremymcrae
Copy link
Owner

Ah, that option was added recently for a DDD-specific purpose. Probably best to give a path to an empty file.

Specifically it requires a tab-separated file with two columns, first as proband ID, second as mean log 2 ratio on chrom X for the proband, but it only includes probands starting with "DDD". That's why I say just pass an empty file.

Sorry about the delay in fixing the earlier error, development has largely stopped on this, it's just in maintenance mode now.

@XGuoHI
Copy link
Author

XGuoHI commented Aug 21, 2018 via email

RuthEberhardt added a commit that referenced this issue Jul 21, 2020
Merge pull request #9 from RuthEberhardt/master
RuthEberhardt added a commit that referenced this issue Jul 21, 2020
Merge pull request #3 from jeremymcrae/master
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

No branches or pull requests

2 participants