-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pNovo Results Top 1 #48
Comments
Hi Ahmad, Due to licensing issues we stopped supporting pNovo in DeNovoGUI a while back. DeNovoGUI itself is also not really maintained anymore as both Novor and DirecTag can now instead be run via SearchGUI. With regards to controlling the number of hits per spectrum, it seems like we never properly implemented this option in DeNovoGUI. However, DeNovoGUI is basically just a wrapper around the individual de novo algorithm command lines and you can therefore simply alter the pNovo parameter file and run the command line directly. The pNovo command line looks something like this: pNovo3.exe pnovo_params.txt "" An example of a pNovo parameter file can be found in the DeNovoGUI-1.16.8\resources\pNovo\windows folder after you have run pNovo once via DeNovoGUI. All you have to do is go down towards the end of the parameter file and change
into
and then rerun the pNovo command line. Hopefully this should give you just one hit per spectrum in the output file. Best regards, |
Hey Harald, thank you very much! yes I already did that, but the tool is not able to produce the Best, |
Hi Ahmad,
Not sure which tool you are referring to here? Is this something that more recent versions of pNovo includes? The only de novo algorithm that I know of that provides such scores is Novor. Best regards, |
Dear Authors,
Thank you very much for providing this nice tool. I was trying to run pNovo using your wrapper. I could successfully run the tool and produce the results. According to the user-guide from pNovo one can choose between top1 and top10 results, this case will be when I use the pNovo3_Search.exe ( I already tried to do so but the tool keeps running for hours without any progress) so I decided to use your DeNovoGUI instead. By running pNovo3 using DeNovoGUI, the produced results file are the top 10 (sample_pnovo.res.txt). Is there any setting in your GUI to produce the top1 results? The top10 results file doesn't contain aaScore and some other values, which I need for downstream analysis. Thank you very much!
Best,
Ahmad
The text was updated successfully, but these errors were encountered: