Header Leaderboard Ad

Collapse

Reg Picard MarkDuplicates

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sukesh14
    started a topic Reg Picard MarkDuplicates

    Reg Picard MarkDuplicates

    Hi

    I am beginner in python. I am trying to automate the process of variant calling for the whole genome sequencing data for plants in ubuntu. We wrote commands for each software (by giving path) and integrated all software's in python. I am having a problem when i execute the script, where the script file could not run picard tools Mark Duplicates. It did not give any error but process wont continue after that, whereas when i use same tool, picard markduplicates in terminal its working fine without any error. Can anyone help me in trouble shooting this.

    Example script that we wrote

    import subprocess,os,commands

    m=raw_input("Enter the project destination")

    os.environ["JAVA_HOME"]="/usr/java/jdk1.8.0_121/lib/visualvm/platform/modules"

    os.chdir('/home/sukesh/picard-tools')

    os.system('java -jar picard.jar MarkDuplicates I='+m+'/6SAMTOBAM/sortIRGSP.bam
    O='+m+'/7MARKDUPS/dups.bam REMOVE_DUPLICATES=false METRICS_FILE=metricN.log ASSUME_SORTED=True VALIDATION_STRINGENCY=LENIENT')

    os.chdir('/home/Downloads')

    Or is there any other tool which can mark duplicates other than samtools which will be more helpful?

Latest Articles

Collapse

  • seqadmin
    How RNA-Seq is Transforming Cancer Studies
    by seqadmin



    Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
    09-07-2023, 11:15 PM
  • seqadmin
    Methods for Investigating the Transcriptome
    by seqadmin




    Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.

    Whole Transcriptome RNA-seq
    Whole transcriptome sequencing...
    08-31-2023, 11:07 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 09-22-2023, 09:05 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 09-21-2023, 06:18 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 09-20-2023, 09:17 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 09-19-2023, 09:23 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X