From eef5ed76265d5983737c991b8a76462cb7afd593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolina=20=20Monz=C3=B3?= Date: Thu, 21 Nov 2024 08:25:36 +0100 Subject: [PATCH] pointing to correct python --- sqanti_reads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqanti_reads.py b/sqanti_reads.py index 7bedec2..e1e81d4 100755 --- a/sqanti_reads.py +++ b/sqanti_reads.py @@ -1,4 +1,4 @@ -#!usr/bin/python +#!/usr/bin/env python3 import subprocess, os, re, sys, glob import argparse import pandas as pd