Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jtackney
    Member
    • May 2012
    • 16

    picard-tools "Unrecognized tag type" error

    I have an aligned, sorted, and indexed BAM file from a proton run following TMAP. I'm trying out picard-tools for the first time. I can't get anything to run without giving me the following error:

    Exception in thread "main" net.sf.samtools.SAMFormatException: Unrecognized tag type: B
    at net.sf.samtools.BinaryTagCodec.readValue(BinaryTagCodec.java:270)
    at net.sf.samtools.BinaryTagCodec.readTags(BinaryTagCodec.java:220)
    at net.sf.samtools.BAMRecord.decodeAttributes(BAMRecord.java:302)
    at net.sf.samtools.BAMRecord.getAttribute(BAMRecord.java:282)
    at net.sf.samtools.SAMRecord.isValid(SAMRecord.java:1438)
    at net.sf.samtools.BAMFileReader$BAMFileIterator.advance(BAMFileReader.java:468)
    at net.sf.samtools.BAMFileReader$BAMFileIterator.<init>(BAMFileReader.java:433)
    at net.sf.samtools.BAMFileReader$BAMFileIterator.<init>(BAMFileReader.java:423)
    at net.sf.samtools.BAMFileReader.getIterator(BAMFileReader.java:226)
    at net.sf.samtools.SAMFileReader.iterator(SAMFileReader.java:305)
    at net.sf.samtools.SAMFileReader.iterator(SAMFileReader.java:37)
    at net.sf.picard.analysis.SinglePassSamProgram.makeItSo(SinglePassSamProgram.java:109)
    at net.sf.picard.analysis.SinglePassSamProgram.doWork(SinglePassSamProgram.java:54)
    at net.sf.picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:158)
    at net.sf.picard.cmdline.CommandLineProgram.instanceMainWithExit(CommandLineProgram.java:118)
    at net.sf.picard.analysis.CollectInsertSizeMetrics.main(CollectInsertSizeMetrics.java:81)


    I know a tag type of B is some sort of auxillary tag, but I don't know what it signifies and/or why picard doesn't like it.

    Thanks for any direction...
  • BAMseek
    Senior Member
    • Apr 2011
    • 124

    #2
    The B flag is an addition to the BAM/SAM specifications to support arrays of various types. Support for the B flag was added to Picard-Tools 1.51 (August 2011). Are you using an up-to-date version of Picard-Tools?

    Comment

    • jtackney
      Member
      • May 2012
      • 16

      #3
      Ah, you were correct! Somehow I had installed 1.27, which looks quite different than the newer package of jar files. Thanks.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 11:58 AM
      0 responses
      9 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      35 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      57 views
      0 reactions
      Last Post SEQadmin2  
      Working...