Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #16
    Okay, but you shouldn't really be running that as root. Anyway, another command to try:
    Code:
    pwd && perl ./soap2sam.pl
    If that works (and shows the help/usage message), then this one should also work:
    Code:
    perl ./soap2sam.pl abc.soap > abc.sam

    Comment

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

      #17
      no such file or directory for what? could you please copy the exact error?

      Comment

      • Aman Mahajan
        Member
        • Jan 2012
        • 22

        #18
        Sorry I typed the wrong file name. corrected it and ran it..the command runs and generates an output but same zero space it has..

        Comment

        • Aman Mahajan
          Member
          • Jan 2012
          • 22

          #19
          I mean I typed it as ab.soap by mistake. Corrected it and ran again. but the output file is again empty.

          Comment

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

            #20
            Have you checked the input file to see if it looks right?
            Code:
            head abc.soap

            Comment

            • Aman Mahajan
              Member
              • Jan 2012
              • 22

              #21
              Yes. the command "head" works . shows me the initial contents of the file.

              Comment

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

                #22
                shows me the initial contents of the file
                And what are these contents? Could you please show the output?

                This page suggests it should be a 9-column output, tab separated:



                To confirm tab separated, you can do this:

                Code:
                hexdump -C abc.soap | head
                and look for '09' between fields in the left hand side of the output.

                Comment

                • Aman Mahajan
                  Member
                  • Jan 2012
                  • 22

                  #23
                  >3 length 34 cvg_0.0_tip_0
                  AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTT
                  >5 length 34 cvg_0.0_tip_0
                  AGTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT

                  These are the first intial lines of the file abc.soap.


                  On running the command you mentioned, I get an output , not sure what you mentioned to look for means.

                  Comment

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

                    #24
                    Code:
                    >3 length 34 cvg_0.0_tip_0
                    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTT
                    >5 length 34 cvg_0.0_tip_0
                    AGTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
                    That's a FASTA file, not a SOAP alignment file. Are you sure you ran SOAP (i.e. the SOAPaligner program) rather than SOAPdenovo to get this output?

                    Comment

                    • Aman Mahajan
                      Member
                      • Jan 2012
                      • 22

                      #25
                      We ran soapdenovo on this...so we have to use soapaligner ??

                      I mean the output isn't same for soapdenovo and soapaligner??..

                      And lastly if I have to convert only this fasta file into SAM, what should I do?..is it possible?

                      Comment

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

                        #26
                        We ran soapdenovo on this...so we have to use soapaligner ??
                        I mean the output isn't same for soapdenovo and soapaligner??
                        Assembly and alignment are two different things. soap2sam.pl expects alignments in the format produced by SOAP (i.e. SOAPaligner). If you don't want to use SOAP for this, there are plenty of other programs for mapping that can produce SAM files directly as output.

                        And lastly if I have to convert only this fasta file into SAM, what should I do?..is it possible?
                        You may be able to simulate reads using the coverage values in the sequence headers, but that would be silly because it wouldn't be a true representation of your data. Also, you would still need to work out a way to generate SAM files.

                        Comment

                        • Aman Mahajan
                          Member
                          • Jan 2012
                          • 22

                          #27
                          Sorry to bother you, I am naive in this field.

                          Actually I did not use SOAPaligner as it requires a reference to run I think. So I used Soapdenovo. Now I want to run this output in Rseq for quantification of my data.

                          But Rseq requires SAM format as input so i have been trying to convert it to SAM.

                          Which softwares I must use , if you can suggest?

                          Comment

                          • Aman Mahajan
                            Member
                            • Jan 2012
                            • 22

                            #28
                            And I want to user mrfQuantifier in Rseq, so basically I need the SAM format as input for it or is there anyway to convert it to MRF directly without involving a SAM conversion step.

                            Comment

                            • arvid
                              Senior Member
                              • Jul 2011
                              • 156

                              #29
                              Maybe you should read up on assembly, alignment and quantification before messing around too much with the different software...

                              The contigs generated by SOAPdenovo can be used as a reference for quantification. You can align the reads to those contigs with e.g. SOAPaligner to get a file with aligned reads (in the SOAP format) that you can convert into SAM for further analysis. Or you can use a software like RSEM for quantification.

                              Comment

                              • arvid
                                Senior Member
                                • Jul 2011
                                • 156

                                #30
                                Also you should possibly try a transcriptome-centric assembler such as Trinity, Trans-ABySS, Oases or SOAPdenovo-Trans instead of SOAPdenovo, which is optimized for genomic assembly.

                                Comment

                                Latest Articles

                                Collapse

                                • 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
                                • SEQadmin2
                                  Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                                  by SEQadmin2


                                  With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                                  Introduction

                                  Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                                  05-22-2026, 06:42 AM
                                • SEQadmin2
                                  Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                                  by SEQadmin2

                                  Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                                  Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                                  05-06-2026, 09:04 AM

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, Today, 08:59 AM
                                0 responses
                                7 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-02-2026, 12:03 PM
                                0 responses
                                21 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-02-2026, 11:40 AM
                                0 responses
                                14 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 05-28-2026, 11:40 AM
                                0 responses
                                29 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...