New to picard and trying to run HSmetrics on Ubuntu 12.0.4 using a BAM file. I am trying to get the predicted off-target reads. Thanks.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
How to use the command: http://picard.sourceforge.net/comman...ulateHsMetrics
Or is there an error that you have run into?
Provide specifics for relevant help.
-
picard HSmetrics
So to run the command:
Code:CalculateHsMetrics TARGET_INTERVALS=epilepsy.bam
Comment
-
The .bam file is aligned, I think by definition. You can run the program with something like this:
java -jar Tools/picard-tools-1.92/CalculateHsMetrics.jar BI=target_regions.bed TI=target_regions.bed I=epilepsy.bam O=epilepsy.CalculateHSmetrics R=/pathTohg19/hg19.fa
Comment
-
picard
Do the three files need to be in a folder and where do I put this folder? Do I cd into a directory? The picard-tools is in /usr/bin, but in order to see it I have to run ls /usr/bin. Also, is there a command to find out the version of picard-tools that is installed? Thanks
Code:java -jar Tools/picard-tools-1.92/CalculateHsMetrics.jar BI=target_regions.bed TI=target_regions.bed I=epilepsy.bam O=epilepsy.CalculateHSmetrics R=/pathTohg19/hg19.fa
Comment
-
picard HSmetrics
Code:dnascopev@ubuntu:~/picardtools-1.72$ java -jar Tools/picard-tools-1.72/CalculateHsMetrics.jar BI=target_regions.bed TI=target_regions.bed I=epilepsy.bam O=epilepsy.CalculateHSmetrics R=/picardtools-1.72/hg19_fasta.txt
Comment
-
Don't use the code example posted by Heisman as is. It probably refers to a path that exists on Heisman's system. Do you actually have that directory on your machine?
I thought you had installed picard-tools from Ubuntu repository using "apt-get" yesterday.
Comment
-
Picard tools from Ubuntu is an older version (i.e. v. 1.48 I think).
Give this command a try:
Code:$ picard-tools CalculateHsMetrics BI=target_regions.bed TI=target_regions.bed I=epilepsy.bam O=epilepsy.CalculateHSmetrics R=/picardtools-1.72/hg19_fasta.txt
Code:$ picard-tools CalculateHsMetrics BI=./target_regions.bed TI=./target_regions.bed I=./epilepsy.bam O=./epilepsy.CalculateHSmetrics R=/picardtools-1.72/hg19_fasta.txt
Comment
-
picard HSmetrics
Code:picard-tools CalculateHsMetrics BI=target_regions.bed TI=target_regions.bed I=epilepsy.bam O=epilepsy.CalculateHSmetrics R=/picardtools-1.72/hg19_fasta.txt
Code:picard-tools CalculateHsMetrics BI=./target_regions.bed TI=./target_regions.bed I=./epilepsy.bam O=./epilepsy.CalculateHSmetrics R=/picardtools-1.72/hg19_fasta.txt
all three files are in the same directory (picardtools-1.72) Thank you.
Comment
Latest Articles
Collapse
-
by seqadmin
In recent years, precision medicine has become a major focus for researchers and healthcare professionals. This approach offers personalized treatment and wellness plans by utilizing insights from each person's unique biology and lifestyle to deliver more effective care. Its advancement relies on innovative technologies that enable a deeper understanding of individual variability. In a joint documentary with our colleagues at Biocompare, we examined the foundational principles of precision...-
Channel: Articles
01-27-2025, 07:46 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Today, 10:34 AM
|
0 responses
6 views
0 likes
|
Last Post
by seqadmin
Today, 10:34 AM
|
||
Started by seqadmin, 02-03-2025, 09:07 AM
|
0 responses
14 views
0 likes
|
Last Post
by seqadmin
02-03-2025, 09:07 AM
|
||
Started by seqadmin, 01-31-2025, 08:31 AM
|
0 responses
26 views
0 likes
|
Last Post
by seqadmin
01-31-2025, 08:31 AM
|
||
Started by seqadmin, 01-24-2025, 07:35 AM
|
0 responses
78 views
0 likes
|
Last Post
by seqadmin
01-24-2025, 07:35 AM
|
Comment