Update and rename ContaminationBySisters_v2.2.py to ContaminationBySisters.py

This commit is contained in:
Godwin Ani 2024-06-03 16:06:42 -04:00 committed by GitHub
parent a9ea2881be
commit 81e5d5655e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Dependencies: Python3, ete3
#Inputs: A folder of trees
#Outputs: Two spreadsheets summarizing sister relationships, one per sequence and another per taxon.
#Example: python ContaminationBySisters_v2.2.py --input /Path/to/trees
#Example: python ContaminationBySisters.py --input /Path/to/trees
#Dependencies
import os, sys, re