4.10. ligandparam.stages.teststage
- class ligandparam.stages.teststage.TestStage(name, **kwargs)[source]
Bases:
AbstractStageThis is an abstract class for all the stages.
Methods
list_files_in_directory(directory)List all the files in a directory.
print_docs()Print the documentation for the stage.
append_stage
clean
execute
- _abc_impl = <_abc._abc_data object>
- _append_stage(stage: AbstractStage) AbstractStage[source]