Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jliptrap
/
PyVCF
Public
forked from
jamescasbon/PyVCF
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 22, 2012
version bump, update documentation
James Casbon
committed
438bd02
View commit details
Copy full SHA for 438bd02
Browse repository at this point
Merge pull request #40 from libor-m/vcf-filter-ad-hoc
Show description for 30c71b6
James Casbon
committed
30c71b6
View commit details
Copy full SHA for 30c71b6
Browse repository at this point
include tabix index for tests
James Casbon
committed
1b29ce7
View commit details
Copy full SHA for 1b29ce7
Browse repository at this point
distribute compatible testing
James Casbon
committed
43ef129
View commit details
Copy full SHA for 43ef129
Browse repository at this point
convert tests so they are runnable with 2to3, need to include test data in build
James Casbon
committed
c240e10
View commit details
Copy full SHA for c240e10
Browse repository at this point
convert tests so they are runnable with 2to3, need to include test data in build
James Casbon
committed
23a87f6
View commit details
Copy full SHA for 23a87f6
Browse repository at this point
no pysam for travis on python 3
James Casbon
committed
40f3b4a
View commit details
Copy full SHA for 40f3b4a
Browse repository at this point
travis on 2.5/3.2
James Casbon
committed
82f7dc8
View commit details
Copy full SHA for 82f7dc8
Browse repository at this point
Merge pull request #41 from marcelm/master
Show description for 3d6f87c
James Casbon
committed
3d6f87c
View commit details
Copy full SHA for 3d6f87c
Browse repository at this point
Merge remote-tracking branch 'arq5x/master'
James Casbon
committed
9d52f12
View commit details
Copy full SHA for 9d52f12
Browse repository at this point
Commits on May 18, 2012
use_2to3 in setup.py, mostly completing Python 3 support.
Show description for cb00f47
marcelm
committed
cb00f47
View commit details
Copy full SHA for cb00f47
Browse repository at this point
Commits on May 17, 2012
change Reader constructor to deal with encoding issues
marcelm
committed
bc6918c
View commit details
Copy full SHA for bc6918c
Browse repository at this point
use iterators where possible; make 2to3 happier
marcelm
committed
fbc3e0e
View commit details
Copy full SHA for fbc3e0e
Browse repository at this point
help 2to3 by splitting up a line containing next()
marcelm
committed
aae0b29
View commit details
Copy full SHA for aae0b29
Browse repository at this point
use open() instead of file(). use rt/rb mode strings
marcelm
committed
9b07003
View commit details
Copy full SHA for 9b07003
Browse repository at this point
fix 2to3 warning "You should use a for loop here"
marcelm
committed
1d86084
View commit details
Copy full SHA for 1d86084
Browse repository at this point
Commits on Apr 24, 2012
remove trailing CR on sample line
James Casbon
committed
7656ca0
View commit details
Copy full SHA for 7656ca0
Browse repository at this point
Commits on Apr 23, 2012
split samples on tab not space
James Casbon
committed
190fd4e
View commit details
Copy full SHA for 190fd4e
Browse repository at this point
Commits on Apr 13, 2012
var_filter improvments
libor-m
committed
c5dedef
View commit details
Copy full SHA for c5dedef
Browse repository at this point
Commits on Apr 6, 2012
vcf_filter.py command syntax redux
libor-m
committed
c3dcbef
View commit details
Copy full SHA for c3dcbef
Browse repository at this point
Commits on Apr 5, 2012
avoid recomputing genotype stats for VCFs with _many_ samples
arq5x
committed
7afcaea
View commit details
Copy full SHA for 7afcaea
Browse repository at this point
vcf_filter improvments
libor-m
committed
8f189a0
View commit details
Copy full SHA for 8f189a0
Browse repository at this point
fixups for vcf_filter
libor-m
committed
ea02716
View commit details
Copy full SHA for ea02716
Browse repository at this point
Merge branch 'master' of github.com:jamescasbon/PyVCF
James Casbon
committed
8537a6a
View commit details
Copy full SHA for 8537a6a
Browse repository at this point
new func. to support SVs in VCF 4.1
arq5x
committed
889ab04
View commit details
Copy full SHA for 889ab04
Browse repository at this point
optimize _Call.gt_type
arq5x
committed
94b902b
View commit details
Copy full SHA for 94b902b
Browse repository at this point
Commits on Apr 4, 2012
add ability to load ad-hoc filters to vcf_filter.py
libor-m
committed
916ccab
View commit details
Copy full SHA for 916ccab
Browse repository at this point
Merge pull request #37 from arq5x/master
Show description for 5663ff8
James Casbon
committed
5663ff8
View commit details
Copy full SHA for 5663ff8
Browse repository at this point
corrected GT defn. in test/example-4.1-sv.vcf
arq5x
committed
a9a19a1
View commit details
Copy full SHA for a9a19a1
Browse repository at this point
Commits on Apr 3, 2012
version bump
James Casbon
committed
b20e1e2
View commit details
Copy full SHA for b20e1e2
Browse repository at this point
Single floats in Reader._sample_parser not being converted to float #35
James Casbon
committed
d183a20
View commit details
Copy full SHA for d183a20
Browse repository at this point
Commits on Mar 30, 2012
Merge pull request #34 from arq5x/master
Show description for a268705
James Casbon
committed
a268705
View commit details
Copy full SHA for a268705
Browse repository at this point
Commits on Mar 29, 2012
var.INFO now returns full strings for type=String and num=1
arq5x
committed
5e31e93
View commit details
Copy full SHA for 5e31e93
Browse repository at this point
Commits on Mar 22, 2012
make executable
James Casbon
committed
f8a338d
View commit details
Copy full SHA for f8a338d
Browse repository at this point
update history
James Casbon
committed
b69ff25
View commit details
Copy full SHA for b69ff25
Browse repository at this point
Previous
Next
You can’t perform that action at this time.