Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda build, updated travis, scripts cleanup for RMG-database #70

Merged
merged 20 commits into from
Jul 16, 2015
Merged

Conversation

connie
Copy link
Member

@connie connie commented Jul 14, 2015

  • Create setup.py that installs scripts into python package
  • Creates rmgrc file in the rmgpy site-packages when used as a conda binary
  • Update travis build to use conda dependencies, but native github source
  • Clean up and delete 'output' folder
  • Fixed and relocated scripts to 'scripts' folder
    • Really old scripts probably don't work: evansPolanyi.py, kineticsGroups.py, kineticsTraining.py
    • importOldDatabase.py and exportOldDatabase.py are improved but may not work out of box
    • All other scripts working and tested

connie and others added 19 commits July 8, 2015 22:15
Hard to believe the syntax of "cp" is not standard,
but apparently it isn't.
Conda build should not be used with RMG-Py built from source.
A manually created rmgrc file would be needed since this would only
drop rmgrc into the conda site-packages, rather than the source
folder intended by the user.
Not meant for official branches.
This script was meant for updating to new database
format.  It is no longer needed and not meant for
user use.
This script was used to upgrade the Py Database to
the new adjacency list format.
It is no longer useful and also not a script
most users should be using.
Helps keep parent folder clean.
- Remove hardcoded paths
- fix kineticLibrary.getSpecies function call
- Fix hardcoded paths
- Fix the way species labels are saved.
- Switch to using rmgpy settings database.directory
- Also removed the git history saving in kineticGroups.py
 script
- Remove hardcoded loading of path, use rmgpy settings database.directory instead
- Add fix for making library name directory
- Remove hardcoding of database directory.  Use rmgpy settings database.directory
- Create argparse usage for input and output
 database paths
- Use argparse for describing output path
- Remove hardcoded paths
- This is not very useful and is a duplicate of RMG-Java's
  database, but not actually up to date.
- The importOldDatabase.py script now can point to
 a user-specified directory, so we should not be keeping
this output folder around.
@connie connie changed the title Conda build and updated travis for RMG-database Conda build, updated travis, scripts cleanup for RMG-database Jul 14, 2015
connie added a commit that referenced this pull request Jul 16, 2015
Conda build, updated travis, scripts cleanup for RMG-database
@connie connie merged commit a72f2ff into master Jul 16, 2015
@connie connie deleted the conda branch July 16, 2015 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants