Thank you for the tools.
My sequence reads are amplicon.
It gives error:
with full genome hg38.fa
Sequence dictionaries are not the same size (455, 25)
with only chr14.fa (I thought amplicon could be the cause of error)
Sequence dictionaries are not the same size (1, 25)
What could be the issue?
I created dictionary file with picard:
java -jar picard-2.26.2/picard.jar CreateSequenceDictionary R=hg38.fa O=hg38.dict
or
java -jar picard-2.26.2/picard.jar CreateSequenceDictionary R=chr14.fa O=chr14.dict
My command:
java -jar dist/sam2tsv.jar -R chr14.fa ./../S49.sort.bam
I would appreciate any suggestions.
Thanks