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
Otherwise, can get an error on output from samtools.
diff --git a/vcf.py b/vcf.py index e52ebd9..103bbef 100644 --- a/vcf.py +++ b/vcf.py @@ -130,7 +130,7 @@ class _vcf_metadata_parser(object): >''', re.VERBOSE) self.format_pattern = re.compile(r'''\#\#FORMAT=< ID=(?P<id>.+), - Number=(?P<number>\d+|\.|[AG]), + Number=(?P<number>-?\d+|\.|[AG]), Type=(?P<type>.+), Description="(?P<desc>.*)" >''', re.VERBOSE)
The text was updated successfully, but these errors were encountered:
In my branch, this is commit martijnvermaat/PyVCF@be8c5f3
Sorry, something went wrong.
ah. that's better. i just got it far enough not to error on my data.
committed 'git cherry-pick be8c5f31e13bad1b77622acab25968a8af6e6455'
No branches or pull requests
Otherwise, can get an error on output from samtools.
The text was updated successfully, but these errors were encountered: