HMMRATAC icon indicating copy to clipboard operation
HMMRATAC copied to clipboard

HMMRATAC peak caller for ATAC-seq data

Results 38 HMMRATAC issues
Sort by recently updated
recently updated
newest added

This issue ticket is to track our progress to build a CI/CD pipeline for HMMRATAC in TravisCI. We need to implement: 1. Auto-compilation and packaging triggered by each commit 2....

Feature Request

samtools view -H ATACseq.sorted.bam| perl -ne 'if(/^@SQ.*?SN:(\w+)\s+LN:(\d+)/){print $1,"\t",$2,"\n"}' > genome.info results in an empty genome.info file I am using UBUNTU 20.04.5 Does anyone have any suggestion?

Bug Report

Hi, thanks for the tool! I am currently comparing a few tools to establish a multi-omic single-cell RNAseq and single-cell ATACseq pipeline. I am trying HMMRATAC and saw in the...

General Question

Hello: I thought the 4th column of `bedgraph` file should be a digital number which is the value of the region. But for the `HMMRATAC` output, why the 4th column...

General Question

This is a screenshot of my gappedPeak file in IGV. ![image](https://github.com/LiuLabUB/HMMRATAC/assets/20069067/ff7938de-cf28-4277-a818-883771453626) I'm guessing the blue bar is my open chromatin region while the extended line is my nucleosome? I understand...

General Question

Hi @EvanTarbell and @taoliu Question: Does one need to MARK duplicates so that HMMRATAC can remove duplicates OR does HMMRATAC remove them. Please advise. https://github.com/LiuLabUB/HMMRATAC/blob/master/HMMRATAC_Guide.md (last edit 19-Aug-2019) ``` It...

General Question

Hello, I run ``` samtools view -H C1.FINAL.BAM | perl -ne 'if(/^@SQ.*?SN:(\w+)\s+LN:(\d+)/){print $1,"\t",$2,"\n"}' > genomeinfo/C1.FINAL.BAM java -jar ~/HMMRATAC_V1.2.10_exe.jar -b C1.FINAL.BAM -i C1.FINAL.BAM.bai -g genomeinfo/C1.FINAL.BAM ``` But got this error: ```...

Bug Report