Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 20, 2014
1 parent 7ea35a8 commit 858fae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workers/relational_vcfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def insert_vcf_with_copy(vcfreader, tablename, engine, **kwargs):
"""Inserts the calls from the VCF into the given table in engine
Args:
vcfreader: A PyVCF Reader object on the VCf being inserted.
vcfreader: A PyVCF Reader object on the VCF being inserted.
tablename: The string name of the table being inserted into.
engine: A SQLAlchemy engine object to the datbase.
engine: A SQLAlchemy engine object to the database.
Optional Args:
info_prefix: String prefix to apply to INFO fields in the VCF.
Expand Down

0 comments on commit 858fae1

Please sign in to comment.