Jasmine icon indicating copy to clipboard operation
Jasmine copied to clipboard

a sequence name but not an actual sequence

Open aojielian opened this issue 3 years ago • 1 comments

Hi, when i run Jasmine, i got an error Outputting original deletion for GL000009.2:20426:DEL:Sniffles2.DEL.1DS1A (time = 00:00:01:25.032) Exception in thread "main" java.lang.Exception: samtools faidx produced a sequence name but not an actual sequence: samtools faidx /home/a1lian/hg38.fa GL000009.2:20427-20488 at IrisGenomeQuery.genomeSubstring(IrisGenomeQuery.java:62) at VcfEditor.run(VcfEditor.java:227) at Iris.runIris(Iris.java:21) at PipelineManager.runIris(PipelineManager.java:129) at Main.preprocess(Main.java:47) at Main.main(Main.java:17)

aojielian avatar Nov 02 '22 02:11 aojielian

I had the same issue. For me it was caused by the --normalize-chrs option that changed the chromosome names from chr1 -> 1. This then caused the chromosome names not to be present in my reference genome fasta file. It was solved by removing that option.

noorsmal avatar Jul 26 '23 11:07 noorsmal