Check

class tools.alignments.jobs.Check(alignments: AlignmentData, arguments: Namespace)

Bases: object

Frames and faces checking tasks.

Parameters:
  • alignments (AlignmentData) – The loaded alignments corresponding to the frames to be annotated

  • arguments (Namespace) – The command line arguments that have called this job

Methods Summary

output_file(output_message, items_discovered)

Save the output to a text file in the frames directory

process()

Process the frames check against the alignments file

Methods Documentation

output_file(output_message: str, items_discovered: int) None

Save the output to a text file in the frames directory

Parameters:
  • output_message (str) – The message to write out to file

  • items_discovered (int) – The number of items which matched the criteria

Return type:

None

process() None

Process the frames check against the alignments file

Return type:

None

output_file(output_message: str, items_discovered: int) None

Save the output to a text file in the frames directory

Parameters:
  • output_message (str) – The message to write out to file

  • items_discovered (int) – The number of items which matched the criteria

Return type:

None

process() None

Process the frames check against the alignments file

Return type:

None