Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rahul
    Member
    • Nov 2011
    • 11

    bwa samse -s parameter

    Hi all,

    I am using bwa to align RNA-seq data. Can you please direct me to link or thread that describes the parameter -s under samse command. Why is it working in version 5.7 and not 5.9?

    .../bwa-0.5.9/bwa samse -s -n 100 Genome.fasta 07.end1.sai 07.end1.fastq > 07.end1.sam

    samse:invalid option -- s

    but if i run it in bwa-0.5.7/bwa samse -s -n 100 Genome.fasta 07.end1.sai 07.end1.fastq > 07.end1.sam
    [bwa_aln_core] Data structures initialized: 8.43 sec
    [bwa_aln_core] 262144 sequences loaded: 0.67 sec
    [bwa_aln_core] convert 262144 sequences to sequence coordinate: 4.21 sec
    [bwa_aln_core] refine gapped alignments for 262144 sequences: 0.85 sec
    [bwa_aln_core] print alignments for 262144 sequences: 2.51 sec
    [bwa_aln_core] 262144 sequences have been processed.
    ......
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    I don't have that version, but neither 0.4.9 nor 0.5.8a have a -s option for samse. What was -s supposed to do in samse in v. 0.5.7?

    Comment

    • Richard Finney
      Senior Member
      • Feb 2009
      • 701

      #3
      Please check again:

      I get -s as invalid in bwa-0.5.7 ...

      -bash-3.00$ bwa-0.5.7/bwa samse -s
      samse: invalid option -- s

      There appears to be no -s parameter to bwa samse in recent versions ...

      grep getopt ../bwa*/bwase.c
      ../bwa-0.5.7/bwase.c: while ((c = getopt(argc, argv, "hn:f:")) >= 0) {
      ../bwa-0.5.8a/bwase.c: while ((c = getopt(argc, argv, "hn:f:")) >= 0) {
      ../bwa-0.5.8c/bwase.c: while ((c = getopt(argc, argv, "hn:f:")) >= 0) {
      ../bwa-0.5.9/bwase.c: while ((c = getopt(argc, argv, "hn:f:r:")) >= 0) {
      ../bwa-0.6.0/bwase.c: while ((c = getopt(argc, argv, "hn:f:r:")) >= 0) {

      So, it's only looking for h(help),n(n_occ),f(outbam) and later r(readgroup)

      Comment

      • rahul
        Member
        • Nov 2011
        • 11

        #4
        Thanks for the reply. I am not sure what -s does. It is a step in RNASeq data analysis pipeline. I will update my post once i find what the parameter stands for.

        Thank you,

        Rahul

        Comment

        • kopi-o
          Senior Member
          • Feb 2008
          • 319

          #5
          Are you sure you want to use bwa to map RNA-seq data to a genomic reference (Genome.fasta)? It will miss splicing ... I would either map to a transcriptome reference or switch to a different tool.

          Comment

          • rahul
            Member
            • Nov 2011
            • 11

            #6
            Sorry: It is a customized parameter

            They have customized the bwa and the parameter was to implement the customized step. I should have contacted the author before posting it here. Sorry for the trouble.

            Comment

            • rahul
              Member
              • Nov 2011
              • 11

              #7
              Originally posted by kopi-o View Post
              Are you sure you want to use bwa to map RNA-seq data to a genomic reference (Genome.fasta)? It will miss splicing ... I would either map to a transcriptome reference or switch to a different tool.
              Thanks for the advice. It is mapping to the transcriptome. I did not display the actual file names. Sorry again.

              Comment

              Latest Articles

              Collapse

              • 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
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              18 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              32 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              43 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Working...