Skip to content

Instantly share code, notes, and snippets.

@martijnvermaat
Created January 30, 2015 10:52
Show Gist options
  • Save martijnvermaat/73271252775867f91821 to your computer and use it in GitHub Desktop.
Save martijnvermaat/73271252775867f91821 to your computer and use it in GitHub Desktop.
Running the automated Batch Checker

Running the automated Batch Checker

(By Jeroen Laros.)

Installation

Python core libraries

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.

Additional python packages

Open a command prompt and type the following:

c:
cd Python27\Scripts
pip.exe install suds

The automated Batch Checker script

Download and save this file: https://github.com/LUMC/mutalyzer/blob/master/extras/soap-tools/run_batch_job.py

Running

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment