I ran following command:
java -Xmx4g -jar /path/to/gatk3.8.jar -T RealignerTargetCreator -R /path/to/Homo_sapiens_assembly38.fasta -I SP1_markduplicate.bam -o SP1_realignedtargets.list
I got following error message:
ERROR MESSAGE: Bad input: We encountered a non-standard non-IUPAC base in the provided reference: '92'
What does this mean? Did Homo_sapiens_assembly38.fasta
get corrupted?
i am getting this error couldn't know how to tackle. please help me through this.
Please don't post this error in multiple threads. Run the command shown below and post the output here.
Read the first post here: https://news.ycombinator.com/item?id=18130605
It's not about your error, it's about your approach to solving it. Just googling "non-IUPAC base + GATK" would have led you down the right path. Learning to google search in a productive manner is critical to any computer science related field - any error you faced today has certainly been faced and solved by someone in the past.