From cc9b243d29cbc98596bbb7a54a4f59e984a345e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?In=C3=AAs=20Mendes?= Date: Fri, 11 May 2018 14:41:23 +0100 Subject: [PATCH] Change shebang in run_midas.py Hello. Recently systems have been adopting python 3 as the default, therefore specifying python2 in the shebang will avoid using the wrong python version. --- scripts/run_midas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_midas.py b/scripts/run_midas.py index 4ba0c27..5f37a4c 100755 --- a/scripts/run_midas.py +++ b/scripts/run_midas.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # MIDAS: Metagenomic Intra-species Diversity Analysis System # Copyright (C) 2015 Stephen Nayfach