index.py 418 Bytes
Newer Older
yuhai's avatar
yuhai committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from Iterative_masking.core import *

Iterative_masking.core.gen_MSAs(filepath="examples",
         filename=["PF00072.fasta"],
         new_dir="results",
         pdf=False,
         T=1,
         sample_all=False,
         Iters=200,
         pmask=0.1,
         num=[600],
         depth=1e10, #to do entire MSA
         generate=False,
         print_all=False,
         range_vals=False,
         phylo_w=False)