Skip to content

Commit

Permalink
cnvkit.py: Force python3 intepreter
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Nov 30, 2019
1 parent 750bf42 commit ddb9487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnvkit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Command-line interface for CNVkit, the Copy Number Variation toolkit."""
import logging
from cnvlib import commands
Expand Down

0 comments on commit ddb9487

Please sign in to comment.