Thanks for that. I will just have to load them manually one at a time.
• 0 views
•
link
Hi
I need to search 80 files through MASCOT for protein IDs. Is there a way of submitting multiple files as a batch rather than individually? Even better would be if there was a way to submit files to MASCOT via an R script/package.
Thanks for any advice
Peter
Seemingly MASCOT doesn't have any command line interface. Selenium is a library which interacts with web interfaces in a coding manner. It can help you out in these kinds of cases but I haven't checked it on MASCOT so far. Captchas or other robot limiting solutions might stop your selenium based code, though.
Thanks for that. I will just have to load them manually one at a time.
Log in to answer this question.