A program for analyzing proximity ligation experiments from mapped files in the Fastq or SAM format to 1) generate a list of chimeric interactions with their coordinates, sequence, and folding energy, 2) plot contact density map of selected genes, 3) generate intra-/intermolecular RNA structure of any selected regions
This pipeline runs the command make_hyb_db, which appears to come from here? This in turn relies on ncbi-blast and makeblastdb. Ncbi-blast should be added to the setup steps, and the part that calls it should be added to this pipeline.
This pipeline runs the command
make_hyb_db
, which appears to come from here? This in turn relies on ncbi-blast and makeblastdb. Ncbi-blast should be added to the setup steps, and the part that calls it should be added to this pipeline.