Skip to content

Commit

Permalink
Fixing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 20, 2014
1 parent aa5eee1 commit 4b58595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/genotype_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_vcf_id(con, run):


def delete_vcf(metadata, connection, run):
"""Delete VCFs with this run ID, and return True if rows were deleted."""
"""Delete VCFs with this URI, and return True if rows were deleted."""
vcfs = metadata.tables.get('vcfs')
result = vcfs.delete().where(vcfs.c.uri == run['vcf_path']).execute()
return result.rowcount > 0
Expand Down

0 comments on commit 4b58595

Please sign in to comment.