# matlock-1 **Repository Path**: clover163/matlock-1 ## Basic Information - **Project Name**: matlock-1 - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-23 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Matlock "I know the prosecutor in this case, and she is a very tough cookie." --Matlock Matlock is a set of tools designed to work with Hi-C data. Functions include bam filtering, conversion, and clustering. ## installing ``` git clone --recursive https://github.com/phasegenomics/matlock.git matlock ; cd matlock ; make ``` ## usage ``` usage: matlock [options] commands: - bam2 - converts alignments to several useful hi-c formats. + usage: matlock bam2 [binmat|lachesis|juicer|counts] input output + details: The input file format is automatically determined [cram|bam|sam]. The output is written to the fineame provided, no extention. - bamfilt - filter a hi-c bam. + usage: matlock bamfilt input.[cram|bam|sam] output.bam - motif - count motifs. + usage: matlock motif input.fasta ATGC TGCA ... ```