We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least for "data_type = integer", not sure about float and string.
Minimal test vcf and rank model for testing (had to name them *.txt for github to allow them to be uploaded):
minimal.vcf.txt minimal_rankmodel.ini.txt
If I run: $ genmod score -i test -c minimal_rankmodel.ini.txt -r minimal.vcf.txt -o minimal.score
$ genmod score -i test -c minimal_rankmodel.ini.txt -r minimal.vcf.txt -o minimal.score
I get "RankResult=1" (from value 5) whereas I would expect it to be 100 (from value 4).
Same problem with "record_rule = min" btw.
The text was updated successfully, but these errors were encountered:
obviously it doesn't affect data_type=string since it has no "value"
Sorry, something went wrong.
Let's have a look at the code ntentions here. And make sure the models are safe either way, which I kind of guess they are.
No branches or pull requests
At least for "data_type = integer", not sure about float and string.
Minimal test vcf and rank model for testing (had to name them *.txt for github to allow them to be uploaded):
minimal.vcf.txt
minimal_rankmodel.ini.txt
If I run:
$ genmod score -i test -c minimal_rankmodel.ini.txt -r minimal.vcf.txt -o minimal.score
I get "RankResult=1" (from value 5) whereas I would expect it to be 100 (from value 4).
Same problem with "record_rule = min" btw.
The text was updated successfully, but these errors were encountered: