mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 00:30:25 +08:00
Headers in 3_AssignOGs.py
This commit is contained in:
parent
7268d8f593
commit
559eee63f9
@ -1,30 +1,15 @@
|
|||||||
#!/usr/bin/env python3.5
|
# Last updated Sept 2023
|
||||||
|
# Authors: Xyrus Maurer-Alcala and Auden Cote-L'Heureux
|
||||||
|
|
||||||
##__Updated__: 16_10_2017
|
# This script classifies assembled transcripts into gene families by
|
||||||
##__Author__: Xyrus Maurer-Alcala; maurerax@gmail.com
|
# similarity-searching using Diamond against a reference database of
|
||||||
##__Usage__: python 3_CountOGsDiamond.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
|
||||||
|
# the script wrapper.py.
|
||||||
|
|
||||||
|
|
||||||
##########################################################################################
|
|
||||||
## This script is intended to classify the STRONGLY Eukaryotic and UNDETERMINED/UNKNOWN ##
|
|
||||||
## contigs into different OGs (e.g. orthologous gene-families) ##
|
|
||||||
## ##
|
|
||||||
## For more info about the OGs, check out: OrthoMCL.org ##
|
|
||||||
## ##
|
|
||||||
## Prior to running this script, ensure the following: ##
|
|
||||||
## ##
|
|
||||||
## 1. You have assembled your transcriptome and COPIED the 'assembly' file ##
|
|
||||||
## (contigs.fasta, or scaffolds.fasta) to the PostAssembly Folder ##
|
|
||||||
## 2. Removed small sequences (usually sequences < 300bp) with ContigFilterPlusStats.py ##
|
|
||||||
## 3. Removed SSU/LSU sequences from your Fasta File ##
|
|
||||||
## ##
|
|
||||||
## E-mail Xyrus (author) for help if needed: maurerax@gmail.com ##
|
|
||||||
## ##
|
|
||||||
## Next Script(s) to Run: ##
|
|
||||||
## 4_StopFrequency.py ##
|
|
||||||
## ##
|
|
||||||
##########################################################################################
|
|
||||||
|
|
||||||
import argparse, os, sys, re
|
import argparse, os, sys, re
|
||||||
from argparse import RawTextHelpFormatter,SUPPRESS
|
from argparse import RawTextHelpFormatter,SUPPRESS
|
||||||
from distutils import spawn
|
from distutils import spawn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user