diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..faa2efe --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +*.swp +*.pyc + diff --git a/README.md b/README.md index b0e77d8..5c118f0 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ Example Usage Imagine a sample datafile that had a special study group as a treatement. One might match this pairwise against the general population using: -python resample.py -i example_datafile.csv -c example_definitions.csv -m "Study Group" -o out.csv \ No newline at end of file +python resample.py -i example_datafile.csv -c example_definitions.csv -m "Study Group" -o out.csv + + diff --git a/resample.py b/resample.py old mode 100644 new mode 100755