You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add from_path class method to all ratar.encoding classes: Write class method from_path, analogous to from_molecule. Current problem: files can contain multiple molecules, thus from_path would return a list of molecule objects instead of a molecule object as in the case of from_molecule.
We set up a logging.conf file to fine-grain our logging. Include back into the package if of interest.
Packaging
Update ratar environment - enable conda packaging
The text was updated successfully, but these errors were encountered:
Hi @AndreaVolkamer, just for visibility, this is a list of todos I put together before I left in Dec 2021. It is probably outdated already but some of the things might be relevant for your new student.
Updates needed for this code base:
December 2021
See PR #14 for details.
Follow-up
Methodology / encoding
Testing and CI
similarity
moduleCode
similarity
module - refactoring needed?pymol
dependency (not onconda-forge
; currently installed fromtpeulen
)flatten-dict
dependency (onlypip
-installable)from_path
class method to allratar.encoding
classes: Write class methodfrom_path
, analogous tofrom_molecule
. Current problem: files can contain multiple molecules, thusfrom_path
would return a list of molecule objects instead of a molecule object as in the case offrom_molecule
.logging.conf
file to fine-grain our logging. Include back into the package if of interest.Packaging
ratar
environment - enableconda
packagingThe text was updated successfully, but these errors were encountered: