aquariumbio / pydent

Scripting APIs for Aquarium
http://aquariumbio.github.io/trident
MIT License
6 stars 2 forks source link

Add method to create sample type indepent of creating an operation type #99

Closed cashmonger closed 3 years ago

cashmonger commented 3 years ago

Currently, pydent will create sample types if they are attached as AFTs to an input or output for an Operation Type. However, this process does not create field types that are part of the sample types (i.e. Field Types that have Sample Type as their parent class). This adds a separate method for creating these types.