4.10. ligandparam.stages.teststage

class ligandparam.stages.teststage.TestStage(name, **kwargs)[source]

Bases: AbstractStage

This 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]
_clean()[source]
_execute(dry_run=False)[source]

This is a sample exectute method.

Parameters:

dry_run (bool, optional) – If True, the stage will not be executed, but the function will print the commands that would