Hi, I am trying to run the following: T CallableLoci -R ucsc.hg19.fasta -I myreorder.bam -L SureSelectAllExon50mbwithannotationhg19.bed -o CLmmq30mbq20cov45 --minMappingQuality 30 --minBaseQuality 20 --minDepth 45 --summary /home/nejat/bamfile/CLmmq30mbq20_cov45.summary
but it breaks with this message:
ERROR MESSAGE: Invalid command line: Argument -I has a bad value: CallableLoci only works for a single sample, but multiple samples were found in the provided BAM files: [org.broadinstitute.sting.gatk.datasources.sample.Sample@0]
could you plz help me?