Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gwilymh
    Member
    • Dec 2011
    • 72

    #1

    Picard

    Can anyone please tell me how to actually run Picard? I have downloaded and unzipped all the files, but do not know how to run them. Is there any software that you recommend for running a java based program out of a Windows 7 system? Are there any tutorials that you recommend?

    Please let me know! I am keen to use this program, but don't know where to begin.
  • pbluescript
    Senior Member
    • Nov 2009
    • 224

    #2
    Picard is a set of command line tools, so you would need a Linux or Mac system to use a Unix command line. You could try running it on Cygwin.

    Comment

    • kmcarr
      Senior Member
      • May 2008
      • 1181

      #3
      Originally posted by pbluescript View Post
      Picard is a set of command line tools, so you would need a Linux or Mac system to use a Unix command line. You could try running it on Cygwin.
      Picard tools are java programs; so long as you have the appropriate Java VM installed you can run them on the Windows command line.

      @gwilymh, the standard procedure for invoking tools packaged as java jar files is:

      Code:
      C:\> java [options for java] -jar <full path to jar file> [options for jar]
      
      For example:
      
      C:\Documents and Settings\myHome> java -Xmx2g -jar C:\Program Files\picard-tools-1.61\MarkDuplicates.jar I=myInput.bam O=myDupMarked.bam
      See the Picard tools website for detailed documentation of general options and options specific to each of the command line tools.

      Comment

      • gwilymh
        Member
        • Dec 2011
        • 72

        #4
        Thank you kmcarr and pblue script. Your help is much appreciated.

        Comment

        • aggp11
          Member
          • Jun 2011
          • 87

          #5
          Hi,

          I am using CalculateHsMetrics in picard-tools to get an idea about the target region sequenced. However, could anybody tell me what is the normalized coverage in the PER_TARGET_COVERAGE file?

          Thanks

          Comment

          • j.burke
            Junior Member
            • Mar 2012
            • 1

            #6
            It looks to be mean_coverage/MEAN_TARGET_COVERAGE (from the metrics file)
            The description of MEAN_TARGET_COVERAGE is "The mean coverage of targets that recieved at least coverage depth = 2 at one base." - http://http://picard.sourceforge.net...html#HsMetrics

            Comment

            • golharam
              Member
              • Dec 2009
              • 55

              #7
              How exactly are you supposed to interpret normalized coverage? For instance, I have a bunch of samples that got sequenced. For 1 specific target the length of the target is approximately 3000bp. Most of the samples have a low number of reads that map to the target, less than 500 reads. 2 samples have a more than 2000 reads that map to the same target. When I'm comparing the normalized coverage value, some of the samples with very low overall mapped read counts but have a high normalized coverage value for this target. The samples with a large overall mapped read counts have a lower normalized_coverage value for the same target.

              That makes comparing the normalized_coverage value across samples difficult and probably not appropriate. Should I only look at the normalized_coverage values for within the sample comparisons? I'm reverting back to comparing mean coverage per target instead.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                Yesterday, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 02:55 AM
              0 responses
              12 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              12 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              13 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              24 views
              0 reactions
              Last Post SEQadmin2  
              Working...