mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 04:50:25 +08:00
Updating header in 4_CountOGsDiamond.py
This commit is contained in:
parent
fa20addc6e
commit
612e427b4a
@ -1,18 +1,13 @@
|
|||||||
#!/usr/bin/env python3.5
|
# Last updated Sept 19th 2023
|
||||||
|
# Author: Xyrus Maurer-Alcala
|
||||||
|
|
||||||
##__Updated__: 18_09_2023 (by ACL)
|
# This script classifies translated CDS into gene families by
|
||||||
##__Author__: Xyrus Maurer-Alcala; maurerax@gmail.com
|
# similarity-searching using Diamond against a reference database of
|
||||||
##__Usage__: python 3g_GCodeTranslate.py --help
|
# gene families. We provide the Hook database on the GitHub, but this
|
||||||
|
# may be replaced with a custom reference database by REPLACING the
|
||||||
##############################################################################
|
# .dmnd and .fasta files in the Databases/db_OG folder. This script
|
||||||
## ##
|
# is intended to be run as part of the PhyloToL 6 Part 1 pipeline using
|
||||||
## This scrip will categorize TRANSLATED CDSs into Homologous Gene Families ##
|
# the script wrapper.py.
|
||||||
## ##
|
|
||||||
## Questions about Gene Family Binning/Source? SEE NOTES at Bottom! ##
|
|
||||||
## ##
|
|
||||||
## E-mail Xyrus (author) for help if needed: maurerax@gmail.com ##
|
|
||||||
## ##
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
import argparse, os, re, sys
|
import argparse, os, re, sys
|
||||||
from argparse import RawTextHelpFormatter, SUPPRESS
|
from argparse import RawTextHelpFormatter, SUPPRESS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user