DeepNovo-DIA
DeepNovo-DIA copied to clipboard
What are the instruction for running the deepnovo_main.py instead of using pre-compile file deepnovo_main
Hi, Would please let me know the steps for running the deepnovo_main.py? I use the following command: python deepnovo_main.py --search_denovo --train_dir plasma/testing_plasma.spectrum.mgf --denovo_feature plasma/testing_plasma.feature.csv I got the following error: ImportError: cannot import name 'process_spectrum' process_spectrum is in the deepnovo_cython_modules.pyx so I run this command: python deepnovo_cython_setup.py build_ext --inplace but it still doesn't work.