This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Help with gatk CreateSequenceDictionary

Hi Biostars,

I checked my path to the hg38.fa but still don't know what cause the error. Would you please have a suggestion? Thank you so much.

gatk CreateSequenceDictionary R=/variant_calling/Desktop/demo/supporting_files/hg38/hg38.fa O=/variant_calling/Desktop/demo/supporting_fi
les/hg38/hg38.dict

Invalid argument 'R=/variant_calling/Desktop/demo/supporting_files/hg38/hg38.fa'

gatk

1 answer

maybe try?:

-R /variant_calling/Desktop/demo/supporting_files/hg38/hg38.fa -O /variant_calling/Desktop/demo/supporting_files/hg38/hg38.dict

It worked! Thanks Matt!

Log in to answer this question.