Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mate-pair information damaged on file merge

    Hi all,

    I'm trying to merge WGS data for one sample that's been run across 6 lanes.
    Now the six individual files all validate (with Picard ValidateSamFile) correctly; the problem comes when I try to merge them.

    I originally used Picard MergeSamFiles to merge them but this screwed with the mate-pairs ; then I recently found that most of the GATK pipeline will take multiple input files and merge them into a single output, so I tried this at the step of the GATK IndelRealigner, which I understand corrects mate-pair errors.

    Both Picard MergeSamFiles and GATK IndelRealigner have messed up the mate-pair information during the merge. So I wondered if anyone knew of a way to merge the files whilst preserving the mate pair information.

    I should point out that I've tried correcting this (4 times) with Picard FixMateInformation and each time it's run into various problems after about 18 hours.

    the commands I used were:

    java -Xmx24g -Xms24g -jar ~/apps/GATK/GenomeAnalysisTK.jar \
    -I nodup17_01.bam \
    -I nodup17_02.bam \
    -I nodup17_03.bam \
    -I nodup17_04.bam \
    -I nodup17_05.bam \
    -I nodup17_06.bam \
    -R ~/gatk/ucsc.hg19.fasta \
    -T IndelRealigner \
    -targetIntervals nodup17.intervals \
    -o realign17.bam \
    -nt 12 \
    -known ~/gatk/Mills_and_1000G_gold_standard.indels.hg19.vcf \
    -known ~/gatk/1000G_phase1.indels.hg19.vcf \
    -known ~/gatk/dbsnp_135.hg19.vcf

    java -Xmx24g -Xms24g -jar ~/apps/picard/MergeSamFiles.jar \
    I=nodup17_01.bam \
    I=nodup17_02.bam \
    I=nodup17_03.bam \
    I=nodup17_04.bam \
    I=nodup17_05.bam \
    I=nodup17_06.bam \
    o=realign17.bam \
    USE_THREADING=true \
    SO=coordinate \
    TMP_DIR=~/local17/ \
    CREATE_INDEX=true \
    CREATE_MD5_FILE=true

    java -Xmx24g -Xms24g -jar ~/apps/picard/FixMateInformation.jar \
    INPUT=realign17.bam \
    OUTPUT=realign17_FM.bam \
    SO=coordinate \
    TMP_DIR=local17/ \
    CREATE_INDEX=true \
    CREATE_MD5_FILE=true

    Thanks
    Richard

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Analysis Tools
    by seqadmin


    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
    05-06-2024, 07:48 AM
  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 05-10-2024, 06:35 AM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-09-2024, 02:46 PM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-07-2024, 06:57 AM
0 responses
21 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-06-2024, 07:17 AM
0 responses
21 views
0 likes
Last Post seqadmin  
Working...
X