2
$\begingroup$

I hope you are all doing well. I analyzed the FASTQ files (WES) from a patient with symptoms of deafness on a rented server. I identified the specific variant and reported it.

I no longer want to use a rented server, so I am attempting to launch it on my PC. However, the reported variant, along with several others, is missing from my Linux system. I believe they were lost during the alignment of the two FASTQ files, but I do not know why.

I set up and installed all the necessary software on my Linux machine, then analyzed the same FASTQ file on my personal computer to ensure all steps ran correctly. However, most of my variants are missing! To identify the problem, I tried several approaches and determined that the missing variants were lost after alignment. This means I aligned my FASTQ files with BWA-MEM, then converted the SAM file to BAM using SAMtools. I used the Picard command line tool to sort the BAM file and checked it in IGV to verify if the variants were present. Unfortunately, my reported variants, along with many others, are missing. However, I accidentally found only one variant that was not missing on my computer.

command lines:

IlluQC.pl \ -pe 914_1.fastq.gz 914_2.fastq.gz N A \ -l 80 \ -s 20 \ -p 3 \ -o S914 \ -z g bwa mem \ -M /home/apuser/genome-hg19/ucsc.hg19.fasta \ 914_1.fastq.gz_filtered.gz \ 914_2.fastq.gz_filtered.gz \ > 914_alined.sam samtools view \ -b 914_alined.sam \ > 914.bam PicardCommandLine SortSam \ I= 914.bam \ O= 914_sort.bam \ SO= coordinate 

IGV picture

$\endgroup$
8
  • 2
    $\begingroup$ You've talked about how you analysed the data on your local machine, but not the rented server. What tools did you use to do that? Are you able to provide the exact command lines? $\endgroup$ Commented Feb 24 at 18:23
  • $\begingroup$ I used same tools and same commands lines in both system, can I send command lines and Fastq files to you ? $\endgroup$ Commented Feb 25 at 20:02
  • $\begingroup$ Edit your question; put the command lines in the question. $\endgroup$ Commented Feb 25 at 21:13
  • $\begingroup$ can you confirm software versions are identical? Can you confirm something like an md5 hash of the inputs in each case? It's possible that some kind of file truncation happened in transfer, or that the software is different. You may be able to confirm this from the BAM header. $\endgroup$ Commented Feb 27 at 17:37
  • $\begingroup$ Dear Maximilian Thanks for your attention, yes both systems have same bwa -M version. But I did not understand this part of your comment : ''md5 hash of the inputs in each case?'' $\endgroup$ Commented Mar 3 at 19:00

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.