mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 03:40:24 +08:00
updating header in trees.py
This commit is contained in:
parent
676a11a287
commit
743d650b74
@ -2,7 +2,7 @@
|
||||
# Authors: Auden Cote-L'Heureux and Mario Ceron-Romero
|
||||
|
||||
# This is a relatively simple script that only runs trees, using either IQ-Tree
|
||||
# or RAxML. The run() function is called in two places: both in phylotol.py, and
|
||||
# or RAxML. The run() function is called in two places: both in eukphylo.py, and
|
||||
# in contamination.py, where it is used to re-build trees. When starting at this
|
||||
# step, users must input one aligned amino acid fasta file per OG. Otherwise, if
|
||||
# starting at the pre-Guidance or Guidance steps, this step will be run if --end = trees.
|
||||
@ -12,7 +12,7 @@ import os, sys, re
|
||||
from Bio import SeqIO
|
||||
from color import color
|
||||
|
||||
#Called in phylotol.py and contamination.py
|
||||
#Called in eukphylo.py and contamination.py
|
||||
def run(params):
|
||||
|
||||
#Checking whether aligned files were input, or it should just start with the Guidance outputs from the previous step.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user