-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refactoring code and storing configs #15
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d5f9ea - Browse repository at this point
Copy the full SHA 6d5f9eaView commit details -
ENH: added CompressedGenome.add_compressed_records()
[NEW] provide sequences already compressed to this method
Configuration menu - View commit details
-
Copy full SHA for 6faee7c - Browse repository at this point
Copy the full SHA 6faee7cView commit details -
MAINT: tweaks to CompressedGenome related code
[CHANGED] renamed _to_bytes() to _str_to_bytes() and renamed _from_bytes() to _bytes_to_str() [CHANGED] _compress and _decompress to public names compress_it, decompress_it [CHANGED] the CompressedGenome.add_records() now calls the new add_compressed_records() method.
Configuration menu - View commit details
-
Copy full SHA for 47568be - Browse repository at this point
Copy the full SHA 47568beView commit details -
MAINT: refactor installing genome seqs
[CHANGED] now use the CompressedGenome class
Configuration menu - View commit details
-
Copy full SHA for 2f10372 - Browse repository at this point
Copy the full SHA 2f10372View commit details -
ENH: save resolved config file into staging directory
[NEW] added _config.DOWNLOADED_CONFIG_NAME constant [NEW] add Config.to_dict(), Config.write() methods. The latter uses the to_dict() method, and writes an ini file to self.staging_path / DOWNLOADED_CONFIG_NAME
Configuration menu - View commit details
-
Copy full SHA for e6150df - Browse repository at this point
Copy the full SHA e6150dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b14d316 - Browse repository at this point
Copy the full SHA b14d316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f94746 - Browse repository at this point
Copy the full SHA 8f94746View commit details -
Configuration menu - View commit details
-
Copy full SHA for a675f1e - Browse repository at this point
Copy the full SHA a675f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e4213 - Browse repository at this point
Copy the full SHA 07e4213View commit details -
API: renamed files for consistency
[CHANGED] all modules containing db classes have db at end of filename and names start with _
Configuration menu - View commit details
-
Copy full SHA for 80108bc - Browse repository at this point
Copy the full SHA 80108bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086777f - Browse repository at this point
Copy the full SHA 086777fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 376849a - Browse repository at this point
Copy the full SHA 376849aView commit details