main module¶
-
mavis.pairing.main.
main
(inputs, output, flanking_call_distance, split_call_distance, contig_call_distance, **kwargs)[source]¶ Parameters: - inputs (
List
ofstr
) – list of input files to read - output (str) – path to the output directory
- flanking_call_distance (int) – pairing distance for pairing with an event called by flanking read pair
- split_call_distance (int) – pairing distance for pairing with an event called by split read
- contig_call_distance (int) – pairing distance for pairing with an event called by contig or spanning read
- inputs (