Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • SOAP alignment format convert to SAM/BAM

    Dear All,
    would you know if there's a convertor for SOAP alignment format to SAM?
    http://kevin-gattaca.blogspot.com/

  • #2
    There is a script called "soap2sam.pl" - find it here: http://soap.genomics.org.cn/soapaligner.html

    Comment


    • #3
      I assembled my illumina data using SOAP, now I want to carry out expression analysis using Rseq tool. it accepts only SAM format so I downloaded SAMTOOLS to convert my soap output to SAM. Can anyone tell me how to run it and convert, tutorial has been of no use yet!

      or if you can throw light on how to use this script.

      Comment


      • #4
        From the source code from that script:

        Code:
        Usage: soap2sam.pl [-p] <aln.soap>
        This will output a SAM format file on standard output. If you want that output to be sent to a particular file, then put a redirection sequence ('> aln_file.sam') at the end of the command line.

        It looks like the '-p' option is used to indicate that your alignments are paired-end.

        Comment


        • #5
          Thanks. but I actually want to know how can I input my file to run through this.

          Comment


          • #6
            Have you aligned your reads using SOAPaligner? That program produces output that can be fed into soap2sam as the 'aln.soap' command-line argument.

            Comment


            • #7
              My alignment output has generated a lot of files.. which file out of these has to be the input for soap2sam.pl.. Should the .contig file be renamed as .soap for input?

              Comment


              • #8
                While running soap, the output file name can be explicitly specified.
                soap -D <Reference Genome Index> <Read Files> -o <Output File>
                (Note:- no file extension required)

                This output File can then be converted to SAM format as:-
                soap2sam.pl -p <Output File> > <Sam File>.sam

                Comment


                • #9
                  @ganygany - my output file name is abc.soap.

                  now I am putting this command

                  soap2sam.pl abc.soap abc.sam

                  It generates a sam file but it gives an error message.

                  Comment


                  • #10
                    you missed out the > symbol

                    Comment


                    • #11
                      I have put this symbol now

                      soap2sam.pl abc.soap > abc.sam..

                      Error of command not found. If i put this command :-

                      perl soap2sam.pl abc.soap > abc.sam..

                      Still the same result, file generated of the name abc.soap but zero space..

                      Comment


                      • #12
                        "Error of command not found. "
                        Not a soap issue. Could your verify your installation and run them again?
                        Or post your sequence of commands here..

                        "file generated of the name abc.soap but zero space"
                        If your commands are fine, do you mean to say that there are no reads aligned ??

                        Comment


                        • #13
                          Okay. I aligned my data using SOAP so I have a file abc.soap which is aligned.

                          I have copied this file in the same folder with soap2sam.pl. Now I am trying to run soap2sam.pl on this file abc.soap.

                          My command is not showing any error but the output generated i.e abc.sam is of zero space.

                          Any idea if there is a need to compile soap2sam.pl first because I am using it through samtools.

                          Thank you.

                          Comment


                          • #14
                            could you please show the result of running the following command (including the exact error, if any)? I suspect that soap2sam isn't in the directory that you're trying to run it from.

                            Code:
                            ls $(pwd)/soap2sam.pl $(pwd)/abc.soap

                            Comment


                            • #15
                              result is


                              /root/Desktop/samtools-0.1.18/misc/soap2sam.pl


                              in the same folder i have my file abc.soap

                              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...
                                Yesterday, 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, Yesterday, 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
                              29 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X