Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Picard, Markduplicates

    We use Picard/CleanSama.jar:

    java -Xmx4g -jar $Picard_jarFolder/CleanSam.jar INPUT=$sample OUTPUT=$clean_picard VALIDATION_STRINGENCY=LENIENT 2>$log_clean_picard"

    Later we use fixmate a sort by samtools.
    but when we use the next step, to mark duplicates:

    java -Xmx2g -jar $Picard_jarFolder/MarkDuplicates.jar INPUT=$sorted1_samtools_bam OUTPUT=$sorted_picard_marked_bam TMP_DIR=./ METRICS_FILE=$log_duplicate_metrics REMOVE_DUPLICATES=false ASSUME_SORTED=true VALIDATION_STRINGENCY=SILENT CREATE_INDEX=true 2>$log_picard_marked_bam"

    We have the next problem and we dont know why, if we had used CleanSam (which it is supposed to Cleans the provided SAM/BAM, soft-clipping beyond-end-of-reference alignments and setting MAPQ to 0 for unmapped reads)

    [Thu Nov 13 12:43:12 CET 2014] net.sf.picard.sam.MarkDuplicates done. Elapsed time: 10,13 minutes.
    Runtime.totalMemory()=1691418624
    Exception in thread "main" net.sf.samtools.SAMException: Exception when processing alignment for BAM index HS12_10750:8:2310:1400:98064#42 1/2 75b unmapped read.
    at net.sf.samtools.BAMFileWriter.writeAlignment(BAMFileWriter.java:112)
    at net.sf.samtools.SAMFileWriterImpl.addAlignment(SAMFileWriterImpl.java:168)
    at net.sf.picard.sam.MarkDuplicates.doWork(MarkDuplicates.java:208)
    at net.sf.picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:177)
    at net.sf.picard.sam.MarkDuplicates.main(MarkDuplicates.java:106)
    Caused by: net.sf.samtools.SAMException: Exception creating BAM index for record HS12_10750:8:2310:1400:98064#42 1/2 75b unmapped read.
    at net.sf.samtools.BAMIndexer.processAlignment(BAMIndexer.java:94)
    at net.sf.samtools.BAMFileWriter.writeAlignment(BAMFileWriter.java:109)
    ... 4 more
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 8304
    at net.sf.samtools.BAMIndexer$BAMIndexBuilder.processAlignment(BAMIndexer.java:219)
    at net.sf.samtools.BAMIndexer.processAlignment(BAMIndexer.java:92)
    ... 5 more

    Previously, we have not reported this problem.

    Thanks.

Latest Articles

Collapse

  • 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
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
29 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
25 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
52 views
0 likes
Last Post seqadmin  
Working...
X