From 645506d96911061d11fcd6f86b931378fa07710f Mon Sep 17 00:00:00 2001 From: Sean Caron Date: Mon, 24 Feb 2025 12:18:00 -0500 Subject: [PATCH] Use Python 3 on systems where both Python 2 and Python 3 are installed --- ldsc.py | 2 +- make_annot.py | 2 +- munge_sumstats.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ldsc.py b/ldsc.py index 6801dbde..8be2bfbf 100755 --- a/ldsc.py +++ b/ldsc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ (c) 2014 Brendan Bulik-Sullivan and Hilary Finucane diff --git a/make_annot.py b/make_annot.py index ef9653dd..7520b19d 100755 --- a/make_annot.py +++ b/make_annot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import gzip diff --git a/munge_sumstats.py b/munge_sumstats.py index 0b11e06e..97497f6f 100755 --- a/munge_sumstats.py +++ b/munge_sumstats.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import bz2