Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

*.swp
*.pyc

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
python resample.py -i example_datafile.csv -c example_definitions.csv -m "Study Group" -o out.csv


Empty file modified resample.py
100644 → 100755
Empty file.