Small fix CountTreeTips.py

This commit is contained in:
Auden Cote-L'Heureux 2023-10-24 11:16:11 -04:00 committed by GitHub
parent 8ae3f7ca57
commit 9edbf3b87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ Command line: python count_tips.py --input <dir of postguidance files>
import os import os
import sys import sys
from Bio import SeqIO from Bio import SeqIO
import argparse
def get_args(): def get_args():