Closed StefanoLonardi closed 3 years ago
Hi,
thanks for your quick reply. Here is my answers
No @HD tag found
samtools sort -n
and sorted the two bam files by read name, and now hicexplorer is happy; you should add this to the documentation in case people have problems with thisthanks for your help, Stefano
Welcome to the HiCExplorer GitHub repository! Before opening the issue please check that the following requirements are met :
[X] Search whether this issue (or a similar issue) has been solved before using the search tab above. Link the previous issue if appropriate below.
[X] Paste your HiCExplorer version (
hicInfo --version
) and your python version (python --version
) below.[X] Have you checked our documentation on hicexplorer.readthedocs.io?
[X] Do you use conda to install HiCExplorer?
[X] Do you use the latest HiCExplorer release? If not, please install it via a conda environment:
conda create --name hicexplorer hicexplorer=3.6 python=3.8 -c bioconda -c conda-forge
and activate the environment:conda activate hicexplorer
. Retry your command. You can exit a conda environment viaconda deactivate
. To learn more about conda and environments, please consider the following documentation.Retry your command, is it solved now? If not please continue with the following:
[X] Paste the full HiCExplorer command that produces the issue below (ignore if you simply spotted the issue in the code/documentation).
[X] Paste the output printed on screen from the command that produces the issue below (ignore if you simply spotted the issue in the code/documentation).
==================
Thanks for your great tool. HiCexplorer was installed with bioconda.
I have four Hi-C Illumina reads (F,G,L,M) that I want to merge before creating the contact map. I am mapping them as suggested
I can generate a contact map for each set individually, no problem. However if I merge the dataset like this (BAM files are NOT sorted)
and I get
then run
I get the following error
Last week I was able individually map, then merge the bam files and generate a contact map from the merged bam using HiCExplorer on another assembly of the same genome, so I am pretty sure that the pipeline is correct.
As I said, I can generate maps for each individual set, but not on the merged set anymore. Maybe there is a different way to merge the contact maps (as a workaround, if merging BAM files is not an option)?
Thanks! Stefano