Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • KevinLam
    Senior Member
    • Nov 2009
    • 204

    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/
  • gaffa
    Member
    • Oct 2010
    • 82

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

    Comment

    • Aman Mahajan
      Member
      • Jan 2012
      • 22

      #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

      • gringer
        David Eccles (gringer)
        • May 2011
        • 845

        #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

        • Aman Mahajan
          Member
          • Jan 2012
          • 22

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

          Comment

          • gringer
            David Eccles (gringer)
            • May 2011
            • 845

            #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

            • Aman Mahajan
              Member
              • Jan 2012
              • 22

              #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

              • ganygan25
                Junior Member
                • Dec 2011
                • 9

                #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

                • Aman Mahajan
                  Member
                  • Jan 2012
                  • 22

                  #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

                  • gringer
                    David Eccles (gringer)
                    • May 2011
                    • 845

                    #10
                    you missed out the > symbol

                    Comment

                    • Aman Mahajan
                      Member
                      • Jan 2012
                      • 22

                      #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

                      • ganygan25
                        Junior Member
                        • Dec 2011
                        • 9

                        #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

                        • Aman Mahajan
                          Member
                          • Jan 2012
                          • 22

                          #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

                          • gringer
                            David Eccles (gringer)
                            • May 2011
                            • 845

                            #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

                            • Aman Mahajan
                              Member
                              • Jan 2012
                              • 22

                              #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

                              • SEQadmin2
                                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by SEQadmin2


                                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                                Here are nine questions we think about, in roughly the order they matter, before...
                                06-18-2026, 07:11 AM
                              • SEQadmin2
                                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                                by SEQadmin2


                                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                                ...
                                06-02-2026, 10:05 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, Today, 05:37 AM
                              0 responses
                              5 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-26-2026, 11:10 AM
                              0 responses
                              16 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-17-2026, 06:09 AM
                              0 responses
                              50 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-09-2026, 11:58 AM
                              0 responses
                              109 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...