Unconfigured Ad

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

    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
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM
              • GATTACAT
                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by GATTACAT
                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              23 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              33 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...