#!/bin/bash

for method in `cat ../info/methods_raw_taxxi.txt`
do
	./run_method $method
done
