Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tdm
    Member
    • Sep 2010
    • 19

    #1

    bioscope single read BAM & Cufflinks

    Dear Adam,
    I would like to know to what extend is the compatibility with bioscope bam files ?
    I produce BAM files with the single read pipeline, but Cufflinks still bother me with XS attribute.

    It work if i add this specific column with the awk command found in this forum :
    Code:
    awk -F'\t' 'BEGIN { OFS="\t"} {if($2==16) {$(NF+1)="XS:A:-"; print $0,$(NF+1)} else {$(NF+1)="XS:A:+"; print $0,$(NF+1)}}' test.sam > test.sam2
    Thx for the support you provide in these forums
    Thibault
  • adarob
    Member
    • Jul 2010
    • 71

    #2
    Proper support for SOLiD reads will be added to Cufflinks in the next couple of days. You will not need to alter the SAM file, but will simply use the option --library-type fr-secondstrand. I apologize for the slight delay in this new version, but we are trying to get a couple of other bug fixes in.

    In the meantime, the command you mention should accomplish the same thing, but will not work for paired-end reads.

    -Adam

    Comment

    • rainer
      Junior Member
      • Nov 2010
      • 2

      #3
      Tried Cufflinks 0.9.3 with AB Bioscope 1.3 generated BAM file (SOLID 50x25 paired end reads).
      I used the --library-type fr-secondstrand parameter for the SOLID data.

      Yet, Cufflinks seems to determine the read length wrong:
      "Read Type: 25bp paired-end" instead of 50 x 25

      Re-tried it with 50 bp fragment data -> Cufflinks determines 25 bp

      Rainer

      Comment

      • tdm
        Member
        • Sep 2010
        • 19

        #4
        I have the same message, cufflinks 092 and bioscope 1.2
        Maybe it is just a typing error with the message about read type.

        Comment

        • rainer
          Junior Member
          • Nov 2010
          • 2

          #5
          Originally posted by tdm View Post
          Maybe it is just a typing error with the message about read type.
          I don't think that it comes from the read type. Same thing if you use other options for read type.

          Rainer

          Comment

          • tdm
            Member
            • Sep 2010
            • 19

            #6
            From source code, its the minimum read length. There is also a maximum, but not displayed. I think it is alright.

            Comment

            • adarob
              Member
              • Jul 2010
              • 71

              #7
              Yes, tdm is correct. It was not set up for mixed read-lengths, but I will be changing (or removing) this message soon.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Today, 10:35 AM
              0 responses
              3 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-06-2026, 07:41 AM
              0 responses
              23 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-03-2026, 10:13 AM
              0 responses
              40 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-31-2026, 02:55 AM
              0 responses
              46 views
              0 reactions
              Last Post SEQadmin2  
              Working...