kchu02
kchu02
How to apply a protein change to a given amino acid sequence to produce a mutant amino acid sequence
@reece I have a similar problem. My vision on such a function would be ``` mutant_sequence = var_p.myfunction(wildtype_sequence) # or mutant_sequence = myfunction(wildtype_sequence, variant_in_string) ``` Is there any function in...
While we try to proceed with `precompute_alignments_mmseqs.py`, we experience another error. ``` python3 scripts/precompute_alignments_mmseqs.py input.fasta \ data/mmseqs_dbs \ uniref30_2103_db \ alignment_dir \ /working/MMseqs2/build/bin/mmseqs \ --hhsearch_binary_path hhsearch \ --env_db colabfold_envdb_202108_db \...