Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

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


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


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


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


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


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

              • seqadmin
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                Today, 07:48 AM
              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 07:17 AM
              0 responses
              11 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-02-2024, 08:06 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-30-2024, 12:17 PM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-29-2024, 10:49 AM
              0 responses
              28 views
              0 likes
              Last Post seqadmin  
              Working...
              X