|
From: Nils H. <nil...@gm...> - 2014-09-26 00:29:31
|
Thanks John, I made two pull requests to add the feature back in, although there were some slight modifications: * '-x' was taken for outputting HEX, so I used '-Y'. * there was no character in the flag string for supplementary alignments, so I used 'S'. htslib: https://github.com/samtools/htslib/pull/134/files samtools: https://github.com/samtools/samtools/pull/301 Thank-you for considering my request, N On Thu, Sep 25, 2014 at 6:59 PM, John Marshall <jm...@sa...> wrote: > On 25 Sep 2014, at 16:29, Nils Homer <nh...@br...> wrote: > > I see that the "samtools view -X" option is missing. This option is > incredibly useful for debugging SAM/BAM (and now CRAM) records. It seems > that this option was lost in the newest release. Would it be possible to > add that back in? > > The hex/symbolic flags functionality wasn't offered by htslib's > sam_write1(), so this functionality disappeared with the move to htslib. > Yes, we're planning to bring it back as time permits. > > John > > -- > The Wellcome Trust Sanger Institute is operated by Genome Research > Limited, a charity registered in England with number 1021457 and a > company registered in England with number 2742969, whose registered > office is 215 Euston Road, London, NW1 2BE. > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Samtools-help mailing list > Sam...@li... > https://lists.sourceforge.net/lists/listinfo/samtools-help > |