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
    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
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:47 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
54 views
0 likes
Last Post seqadmin  
Working...
X