File: AlnOptimFasttreeStop.bpp

package info (click to toggle)
physamp 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,692 kB
  • sloc: cpp: 793; sh: 23; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Global variables:
DATA = PF01049

# Input files and formats:
alphabet = Protein
input.sequence.file = $(DATA)_full.txt
input.sequence.format = Fasta
input.tree.method = File
input.tree.file = $(DATA)_fasttree.dnd
input.tree.format = Newick

# Selection parameters:
filter_unresolved = yes #Tell if unresolved characters should also be filtered (just like gaps)
threshold = 0.7 #Minimum proportion of characters per site
method = Auto(min_nb_sequences=0, min_relative_nb_sequences=0.5) #Input or Diagnostic or Auto
comparison = MaxSites #MaxSites or MaxChars

# Output files and formats:
output.log = bppalnoptim_fastml_stop.log
output.sequence.file = $(DATA)_optimized_fastml.fasta
output.sequence.format = Fasta
output.tree.file = $(DATA)_optimized_fastml.dnd
output.tree.format = Newick