-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactor for first stable release (#21)
* added example and parser * fixed stash error * API update * fixed test * API update * fixed parser * API update * functionality now in PlateManager class * Refactor import statements for PlateManager class * Refactor import statements for PlateManager class --------- Co-authored-by: sdRDM Bot <sdRDM@bot.com>
- Loading branch information
Showing
64 changed files
with
32,226 additions
and
2,758 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
import os | ||
|
||
from .core.blankstate import BlankState | ||
from .core.initcondition import InitCondition | ||
from .core.photometricmeasurement import PhotometricMeasurement | ||
from .core.plate import Plate | ||
from .core.protein import Protein | ||
from .core.reactant import Reactant | ||
from .core.species import Species | ||
from .core.well import Well | ||
from MTPHandler.plate_manager import PlateManager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.