Entering edit mode
7.6 years ago
shoujun.gu
▴
380
I'm the beginner of using samtools. I downloaded: efetch -db=nuccore -format=gb -id=AF086833 > AF086833.gb
and then try to query a bam file: samtools view -c bwa.bam AF086833:470-2689
it showed: [main_samview] region "AF086833:470-2689" specifies an unknown reference name. Continue anyway.
Any suggestions why this error occur? Thanks in advance.