(By Jeroen Laros.)
Go to the Python website. In the Downloads tab, click the Python 2.7.9 button. Go to your downloads folder and start the installation by double clicking on the package python-2.7.9.msi.
Open a command prompt and type the following:
c:
cd Python27\Scripts
pip.exe install suds
Download and save this file: https://github.com/LUMC/mutalyzer/blob/master/extras/soap-tools/run_batch_job.py
Open a command prompt and type the following:
C:\Python27\python.exe run_batch_job.py -h
This will show how to use the script. If, for example, you have a batch file named in.txt on which you want to run the Name Checker and you want to write the output to the file out.txt, type the following:
C:\Python27\python.exe run_batch_job.py in.txt out.txt NameChecker