Is there anyway to calculate predicted off-target reads based on a BED file? Thanks.
Unconfigured Ad
Collapse
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
-
You will have to compile the package yourself. Bedtools is not supplied in binary form for cygwin.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
-
You now have a compiled application. You do not need perl to run it (this is a C program BTW).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 SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 09-03-2026, 10:22 AM
|
0 responses
20 views
0 reactions
|
Last Post
by SEQadmin2
09-03-2026, 10:22 AM
|
||
|
Started by SEQadmin2, 09-02-2026, 12:32 PM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
09-02-2026, 12:32 PM
|
||
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
52 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
51 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
Comment