Open hyjforesight opened 2 years ago
I was facing a similar issue and turns out the naming of the chromosomes was the issue. Essentially the default files for the genomes in ~/rgtdata are in UCSC format whereas my dataset was using the NCBI format, basically chr1 vs 1. I fixed it by replacing the default fasta file, the gtf file and the chrom.sizes file.
Hello RGT-HINT, I met error messages when running RGT-HINT footprinting:
I'm using bam files generated by nf-core pipeline. They used reference genomes which were downloaded on July 17, 2015. I believe the above error was caused by the coordinate inconsistency between their reference genome file and the reference genome file that RGT-HINT configured from Encode vM25.
I think the way to solve this error is to replace the files under
~/rgtdata/mm10/
folder with the genome files nf-core pipeline used. The nf-core pipeline supplies genome.fa, genome.fai, and chrom.sizes files, so I can replace genome_mm10.fa, genome_mm10.fa.fai and chrom.sizes.mm10 under~/rgtdata/mm10/
folder. I know I can download gencode.annotation.gtf file matching nf-core versions from Gencode, but where can I download genes_Gencode_mm10.bed and genes_RefSeq_mm10.bed? Is it necessary to also replace genes_Gencode_mm10.bed and genes_RefSeq_mm10.bed matching the versions with nf-core?Thanks! Best, Yuanjian