iFeatureOmega-GUI icon indicating copy to clipboard operation
iFeatureOmega-GUI copied to clipboard

iFeatureOmega is a comprehensive platform for generating, analyzing and visualizing more than 170 representations for biological sequences, 3D structures and ligands. To the best of our knowledge, iFe...

Results 2 iFeatureOmega-GUI issues
Sort by recently updated
recently updated
newest added

安装时,AttributeError: module 'configparser' has no attribute 'SafeConfigParser'错误表明在您的Python环境中,configparser模块中没有SafeConfigParser属性。 这个错误通常发生在Python 3中,因为Python 3中的configparser模块已经不再使用SafeConfigParser,而是改为使用RawConfigParser。

Whenever i try to open a protein sequence file it always shows a error as this Traceback (most recent call last): File "C:\Users\sathy\anaconda3\envs\gui\lib\site-packages\iFeatureOmegaGUI\iFeatureOmegaGUI.py", line 2274, in get_fasta_file_name self.check_protein_descriptors() File "C:\Users\sathy\anaconda3\envs\gui\lib\site-packages\iFeatureOmegaGUI\iFeatureOmegaGUI.py",...