-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample2.config.yaml
More file actions
66 lines (53 loc) · 1.69 KB
/
Copy pathexample2.config.yaml
File metadata and controls
66 lines (53 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# PanHOG Configuration File
# This file contains default settings for the PanHOG pangenome analysis toolkit
# Command-line arguments will override these settings
# Input files (required)
hog: "path/to/your/N0.tsv"
fasta: "path/to/your/fasta_directory"
# Output settings
output: "./results"
prefix: "my_analysis_"
# Analysis options
pan: true
# clade: "species1,species2,species3" # Uncomment for clade-specific analysis
# Optional analyses
proteome: "ALL" # Set to "ALL" or specify comma-separated species list
genevar: "ALL" # Set to "ALL" or specify comma-separated species list
saturation: true
saturation_cladepair: false
pav: true
matrix: true
summary: true
random_hog_matrix: 1000
# Bootstrap settings
bootstrap: 100
# Visualization settings for global saturation analysis
marker_core: "o"
marker_pan: "s"
# Clade-specific saturation analysis settings
clade1: "sample1,sample2,sample3"
clade2: "sample4,sample5,sample6"
# Markers for cladepair saturation analysis
marker_core_clade1: "^"
marker_pan_clade1: "^"
marker_core_clade2: "s"
marker_pan_clade2: "s"
# Colors for cladepair saturation analysis
color_core_clade1: "#c0392b"
color_pan_clade1: "#f1c40f"
color_core_clade2: "#c0392b"
color_pan_clade2: "#3498db"
# Gene variation heatmap transformation
zscore: false
log: true
# Ka/Ks analysis (requires CDS FASTA files)
# kaks: true
# cds: "path/to/cds_directory"
# kaks_type: "core" # core, shell, private, all
# kaks_method: "biopython" # biopython or kakscalculator
# aligner: "mafft" # mafft or muscle
# backtrans: "naive" # naive or pal2nal
# Phylogeny LCA analysis
# species_tree: "path/to/species_tree.nwk"
# Supermatrix from single-copy orthologs
# supermatrix: true