mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 05:20:24 +08:00
Updating header in 5b_SummaryStats.py
This commit is contained in:
parent
427f9f7125
commit
f3116ff874
@ -1,3 +1,14 @@
|
||||
# Last updated Sept 2023
|
||||
# Author: Auden Cote-L'Heureux
|
||||
|
||||
# This script produces both taxon- and sequence-level statistics to describe the ReadyToGo files
|
||||
# output by PhyloToL Part 1, as well as some OG-level information from the Hook (OG reference)
|
||||
# database. It relies on the utility script CUB.py to calculate composition statistics (GC content,
|
||||
# Effective Number of Codons, etc.). Both sequence level and taxon-level stats are summarized in tab-separated
|
||||
# outputs written to the Output folder. This script requires that the OG reference database is available as an
|
||||
# amino acid fasta file in the Databases/db_OG folder with the same file name as the .dmnd file used in script 4.
|
||||
# This script is intended to be run as part of the PhyloToL 6 Part 1 pipeline using the script wrapper.py.
|
||||
|
||||
import os, sys
|
||||
import argparse
|
||||
from Bio import SeqIO
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user