Open laramiemckenna opened 10 months ago
@sergpolly , could we ask you for your help? :)
HI @laramiemckenna , pairtools module of multiqc hasn't been updated for some time. I apologize for its state ! It is supposed to make it to the main multiqc repository eventually ...
That being said it typically runs without many issues, so let's try to investigate:
coverage_by_chrom
step for simplicity - so the fact that error is about that suggest to me that you're running an older version ....stats
file seems absolutely fineHi @sergpolly and @golobor ,
Thank you both for the quick response!
I installed it based on the write-up you shared in your comment using pip install --upgrade --force-reinstall git+https://github.com/open2c/MultiQC.git
in an isolated environment with Python 3.6 as the base.
However, I was able to get it to work, but only in a very particular context that I thought you might want to know about:
Yesterday, I was excited to see the results from the .stats output of pairtools parse2
and so I attempted to run multiqc .
and, alternatively, multiqc mc3_hap1_pairtools.stats
on it before pairtools dedup
had finished running and produced its own .stats file.
Earlier today, after pairtools dedup
had completed, I went to troubleshoot it some more and it worked perfectly with multiqc .
. Some more investigating revealed that both .stats files were required for multiqc to produce a report. If I moved either .stats file to the parent directory, then I would get the error I shared above.
Are both .stats files required for multiqc to work?
Hi,
I am facing a similar issue. Multiqc does not find any compatible file in the directory with stats file. I only have the stats file of pairtools dedup
step, so based on laramiemckenna comment it seems this might be the problem.
Do I need stats file from pairtools parse
step also?
Is it possible to produce the stats file for pairtools parse
step without rerunning it (my mapping pipeline runs for 2 days on 100 threads and I have a few of those and no intermediate bams...)?
I Installed mutliqc from the fork provided in the docs (v1.21.dev0).
Hi there, I recently came across pairtools and I am super excited to start implementing it in our workflows. I tried to visualize the stats file via multiqc, but encountered this error. Do you have any thoughts as to what might be contributing to this? If it is helpful, I've attached the
mc3_hap1_pairtools.stats
file.mc3_hap1_pairtools.stats.txt
If it would be better to share this on https://github.com/open2c/MultiQC, let me know.