Is there anyway to calculate predicted off-target reads based on a BED file? Thanks.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
bed2bam
I re-downloaded 2.17 and do not see a bin folder. I have:
data
docs
genomes
scripts
src
test
In the test folder there are .sh files but not for bed2bam
In the src folder there is a bed2bam.cpp.
The error that I get in cygwin is can not open perl script bed2bam:
perl bedToBam -i Amplicons.bed -g hg1g_genome.txt > Amplicons.bam
Thank you.
Comment
-
Originally posted by cmccabe View Postwhere do I download the correct package for cygwin? Thanks.
You may need to install "gcc-g++" compiler for cygwin along with the make utility, zlib, zlib-devel library. You also need to install python.
Run the "setup.exe" for cygwin and then select these packages when you get to the package install screen.Last edited by GenoMax; 07-09-2013, 07:37 AM.
Comment
-
bed2bam
The bedtools package has been compiled for cygwin and the bin folder appears.
perl bedToBam -i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
Can't open perl script "bedToBam": No such file or directory
bedToBam -i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
-bash: bedToBam: command not found. I can not find the error. Thanks.
Comment
-
Originally posted by cmccabe View PostThe bedtools package has been compiled for cygwin and the bin folder appears.
perl bedToBam -i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
Can't open perl script "bedToBam": No such file or directory
bedToBam -i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
-bash: bedToBam: command not found. I can not find the error. Thanks.
Run it like this (replace "path_to" with the actual directory path). This assumes that you are in the directory where the Amplicons.bed/hg19_genome files are.
Code:$ /path_to/bin/bedToBam -i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
Last edited by GenoMax; 07-09-2013, 11:20 AM.
Comment
-
bed2bam
I get this error:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\cmccabe>cd "C:\Users\cmccabe\Desktop\bedtools-2.17.0" (both files are here)
C:\Users\cmccabe\Desktop\bedtools-2.17.0>\Desktop\bedtools-2.17.0/bin/bedToBam -
i Amplicons.bed -g hg19_genome.txt > Amplicons.bam
The system cannot find the path specified.
Thanks.
Comment
-
bed2bam
Here is the error:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\cmccabe>cd "C:\Users\cmccabe\Desktop\Ion_Torrent_ Software\bedtools-2.1
7.0" (files here)
C:\Users\cmccabe\Desktop\Ion_Torrent_ Software\bedtools-2.17.0>bedToBam -i Ampli
cons.bed -g hg19_genome.txt > Amplicons.bam
'bedToBam' is not recognized as an internal or external command,
operable program or batch file.
Thanks.
Comment
Latest Articles
Collapse
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has...-
Channel: Articles
12-02-2024, 01:49 PM -
-
by seqadmin
The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben MartÃnez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...-
Channel: Articles
11-06-2024, 07:24 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 12-02-2024, 09:29 AM
|
0 responses
149 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:29 AM
|
||
Started by seqadmin, 12-02-2024, 09:06 AM
|
0 responses
51 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:06 AM
|
||
Started by seqadmin, 12-02-2024, 08:03 AM
|
0 responses
42 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 08:03 AM
|
||
Started by seqadmin, 11-22-2024, 07:36 AM
|
0 responses
73 views
0 likes
|
Last Post
by seqadmin
11-22-2024, 07:36 AM
|
Comment