Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • prs321
    Member
    • Jun 2013
    • 96

    Picard versus SAMtools ? Which one is better?

    I can't even get Picard to run. I despise java and the syntax makes my eyes bleed.

    Is it better for me to stick to SAMtools? I can actually get SAM tools to run and it is very straight forward to use.
  • snetmcom
    Senior Member
    • Oct 2008
    • 159

    #2
    What is your main goal with either of these tools?

    Comment

    • prs321
      Member
      • Jun 2013
      • 96

      #3
      I'm not really sure, I was just told that they are using for sorting, indexing, and such in order to prepare me for analysis of 20 genomes compared to the reference genome.

      Comment

      • vivek_
        PhD Student
        • Jul 2012
        • 164

        #4
        WHile Picard and samtools have certain common modules, there are many features that are exclusive to each tool.

        I'm surprised by the not being able to run Picard comment though. Java is like the most platform independent language and you should be able to run Picard easily without any installation issues.

        Comment

        • prs321
          Member
          • Jun 2013
          • 96

          #5
          Interesting... I tried to call the help command in the terminal after i loaded picard using "module load picard" and it didn't work. I can tried entering picard but it didnt work.

          Then I checked to see if picard was actually loaded and it was. I'm confused as to what I am doing wrong at this point.

          Comment

          • jimmybee
            Senior Member
            • Sep 2010
            • 119

            #6
            While I agree with you on your comments on Java in general, picard is a nessessity for some things so I'd suggest giving it another try. I use samtools for indexing and sorting but Picard for conversions and the removal of duplicates. Perhaps your java run time environment is giving you the problems?

            Comment

            • chadn737
              Senior Member
              • Jan 2009
              • 392

              #7
              Its helpful to post the actual commands you used, that way others can see if you are making a rather simple mistake.

              Comment

              • prs321
                Member
                • Jun 2013
                • 96

                #8
                Originally posted by chadn737 View Post
                Its helpful to post the actual commands you used, that way others can see if you are making a rather simple mistake.
                I put into the command line the following:

                module load picard
                module list


                After loading picard, I double checked to make sure it was loaded into the terminal and it was.

                I tried using ./picard, picard, picard -h... nothing worked.

                I don't get what I'm doing wrong because when I load software such as bwa, fastqc, or anything else I can run the program or get the list of commands associated with the program by typing in ./nameofprogram

                Comment

                • chadn737
                  Senior Member
                  • Jan 2009
                  • 392

                  #9
                  Use:
                  Code:
                  java -Xmx2g -jar xxxxxx.jar <arguments>
                  for example:

                  Code:
                  java -Xmx2g -jar /path/to/SortSam.jar INPUT=example.sam OUTPUT=example.output.sam SORT_ORDER=coordinate

                  Comment

                  • prs321
                    Member
                    • Jun 2013
                    • 96

                    #10
                    ahh ok thank you! Much appreciated, it worked.

                    Comment

                    Latest Articles

                    Collapse

                    • GATTACAT
                      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                      by GATTACAT
                      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                      07-01-2026, 11:43 AM
                    • 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

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 07-02-2026, 11:08 AM
                    0 responses
                    8 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-30-2026, 05:37 AM
                    0 responses
                    12 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-26-2026, 11:10 AM
                    0 responses
                    20 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-17-2026, 06:09 AM
                    0 responses
                    54 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...