Entering edit mode
6.0 years ago
misterie
▴
110
Hi,
I am trying to download RefSeq transcript database for the release hg19/GRCh37 and I have following problem:
the author of quick start tutorial wrote that after using a command:
$ java -jar jannovar-cli-0.27.jar download -d hg19/refseq
Jannovar should create data/hg19_refseq.ser file.
In my case after running that command, Jannovar creates ~/data/hg19/refseq directories with many files. I do not have hg19_refseq.ser that is necessary for downstream analysis.
Anyone had similar problem? How can I fix it?
Thank you in advance for your reply.
Hi, can you post the full output of
jannovar download
. I could then see whether the problem persists.