Go to file
2015-07-20 17:15:16 -04:00
dist Windows EXE 2015-07-20 14:43:24 -04:00
dist.mac/AttributionReport.app/Contents mac app rename 2015-07-20 15:16:36 -04:00
.gitignore Make Win 2015-07-20 14:37:23 -04:00
attribution.py added readme updates, and example on attribution.py 2015-07-20 17:15:16 -04:00
AttributionReport.spec Make Win 2015-07-20 14:37:23 -04:00
main.py GUI Chnages, progress bars, more error handling. 2015-07-20 14:18:51 -04:00
make_mac.sh rebuild mac 2015-07-20 14:39:41 -04:00
make_win.sh rebuild mac 2015-07-20 14:39:41 -04:00
README.md added readme updates, and example on attribution.py 2015-07-20 17:15:16 -04:00
requirements.txt Progress bar, multithreading 2015-07-20 12:23:44 -04:00
setup.py Progress bar, multithreading 2015-07-20 12:23:44 -04:00
utils.py Progress bar, multithreading 2015-07-20 12:23:44 -04:00

Attribution Report

Introduction

Attribution report is a report that compares a data dump from Salesforce, and a dump from Addgene's Deposit data.

Running

To run, either run dist/AttributionReport.exe, or run dist.mac/AttributionReport.app

Building

You can build this for a Mac by running: $ python setup.py py2app --dist-dir dist.mac

or you can build this for a PC by running: pyinstaller main.py --name=AttributionReport -F