Xiangwei Zhu

Results 6 issues of Xiangwei Zhu

The input seems only accept natural amino acids in fasta format. Is it possible to predict sequences with non-natural AAs? Will you consider to add this feature in the future?...

The fasta parser currently doesn't accept ; at the beginning of one line as a comment symbol. Could the fasta parser be more general? like the reference here: https://en.wikipedia.org/wiki/FASTA_format

Hi Jake, When running example code as beflow: `import numpy as np import pandas as pd from matplotlib import pyplot as plt from bartpy.sklearnmodel import SklearnModel x = np.random.normal(0, 0.5,...

I got an error when trying to run the following lines: ``` import oddt from rdkit import Chem from rdkit.Chem import AllChem smi = 'c1ccccc1NCC(=O)OCCCC' mol = Chem.MolFromSmiles(smi) mol =...

The RDKit library's PandasTools.LoadSDF function currently lacks the ability to automatically detect the data types of columns when loading data from an SDF file into a Pandas DataFrame. Users have...

enhancement

Thanks for this great tool. I tried to run the prediction with a template. But got errors as follows: ``` During handling of the above exception, another exception occurred: Traceback...