Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • fabrice
    Member
    • Oct 2009
    • 86

    example for using Picard removing duplicate reads?

    Does anybody can give me such example?

    java -jar ~/bin/picard/MarkDuplicates.jar REMOVE_DUPLICATES=true METRICS_FILE=dup.txt INPUT=accepted_hits.bam OUTPUT=remove_accepted_hits.bam

    Thank you very much.
  • C.R.
    Member
    • Jun 2010
    • 25

    #2
    Hi,
    I usually increase the RAM used, change the validation stringency and define a tmp dir.

    My example will look like this:
    java -Xmx4g -jar ~/bin/picard/MarkDuplicates.jar INPUT=accepted_hits.bam OUTPUT=remove_accepted_hits.bam METRICS_FILE=dup.txt VALIDATION_STRINGENCY=LENIENT REMOVE_DUPLICATES=true TMP_DIR=/tmp

    Comment

    • fabrice
      Member
      • Oct 2009
      • 86

      #3
      Thank you for your suggestions.
      I am doing RNA-seq data analysis. I am still not very sure it is neccessary to remove the duplication or not.

      Comment

      • fabrice
        Member
        • Oct 2009
        • 86

        #4
        When I used picard to remove dulications, I used fastqc to check. It still have a high duplication level (63%). Why?

        Comment

        • chongm
          Member
          • Sep 2012
          • 21

          #5
          Maybe your library has low complexity?

          Comment

          • rosa_dentellare
            Member
            • Sep 2011
            • 10

            #6
            I'm having trouble with this MarkDuplicates. I hope someone could help. When I didn't include the "VALIDATION_STRINGENCY=LENIENT" I got an error saying "Mate Alignment start should be !=0 because reference name != *". But when I included it there's these error line that keeps changing extremely but its running. Is this normal?
            HTML Code:
            <a href="http://www.mylivesignature.com" target="_blank"><img src="http://signatures.mylivesignature.com/54489/368/747C8ACDDDB7178899D9E6BAA765C3FC.png" style="border: 0 !important; background: transparent;"/></a>

            Comment

            • dariober
              Senior Member
              • May 2010
              • 311

              #7
              Originally posted by fabrice View Post
              Thank you for your suggestions.
              I am doing RNA-seq data analysis. I am still not very sure it is neccessary to remove the duplication or not.
              I think in RNAseq is normal to see reads piling up at the same position (i.e. duplicates), especially in highly expressed genes and/or with high sequencing depth. So I don't think it is recommendable to remove duplicates. But see also this thread for longer discussion http://seqanswers.com/forums/showthread.php?t=6854.

              Comment

              • vd4mindia
                Member
                • May 2013
                • 40

                #8
                I need some suggestion about the mark duplicates command using picard tool, can anyone tell me if in the input and out label we can specify path as well or not? as I want to run 6 samples together so I will use it as a script and execute all of them one by one so can I specify path in the input and out like below.

                java -Xmx14g -jar /data/PGP/gmelloni/picard-tools-1.84/picard-tools-1.84/MarkDuplicates.jar INPUT=/test/exome/input/SRR062634.sorted.bam OUTPUT=/test/exome/results/SRR062634_marked.sorted.bam REMOVE_DUPLICATES=False METRICS_FILE=metricN.log ASSUME_SORTED=True VALIDATION_STRINGENCY=LENIENT

                Comment

                • dariober
                  Senior Member
                  • May 2010
                  • 311

                  #9
                  Originally posted by vd4mindia View Post
                  can anyone tell me if in the input and out label we can specify path as well or not?

                  java -Xmx14g -jar /data/PGP/gmelloni/picard-tools-1.84/picard-tools-1.84/MarkDuplicates.jar INPUT=/test/exome/input/SRR062634.sorted.bam OUTPUT=/test/exome/results/SRR062634_marked.sorted.bam REMOVE_DUPLICATES=False METRICS_FILE=metricN.log ASSUME_SORTED=True VALIDATION_STRINGENCY=LENIENT
                  I'm pretty sure you can specify the path, just try and see...

                  Comment

                  • vd4mindia
                    Member
                    • May 2013
                    • 40

                    #10
                    Yes I have queued a script and its still running. Since am working from home my intenet is a bit weak so have to run script in cluster and cant asses the command line script so I was asking but it seems to work for me. Will keep posted if its successful or failed.

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      New Genomics Tools and Methods Shared at AGBT 2025
                      by seqadmin


                      This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                      The Headliner
                      The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                      03-03-2025, 01:39 PM
                    • seqadmin
                      Investigating the Gut Microbiome Through Diet and Spatial Biology
                      by seqadmin




                      The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                      02-24-2025, 06:31 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, Today, 05:03 AM
                    0 responses
                    15 views
                    0 reactions
                    Last Post seqadmin  
                    Started by seqadmin, Yesterday, 07:27 AM
                    0 responses
                    12 views
                    0 reactions
                    Last Post seqadmin  
                    Started by seqadmin, 03-18-2025, 12:50 PM
                    0 responses
                    15 views
                    0 reactions
                    Last Post seqadmin  
                    Started by seqadmin, 03-03-2025, 01:15 PM
                    0 responses
                    185 views
                    0 reactions
                    Last Post seqadmin  
                    Working...