Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bedToBam gives empty output

    Hi all,

    I am trying to convert a .bed file which I made from data from an ancient genome tiling microarray into a .bam file. I am running into this annoying error which I do not seem able to resolve.

    Running the following command:

    bedtools bedtobam -i ~$/etc/file.bed -g ~$/etc/arabidopsis.txt > file.bam

    I get a bam output file which is only 1 Kb. (For a point of reference my bed file is 108mb). The .bed file is a self-made BED5 format which looks like this:

    Chr1 25 50 id-1 0.005
    Chr1 60 85 id-2 0.001
    Chr1 113 138 id-3 0.001
    Chr1 154 179 id-4 0.359
    Chr1 185 210 id-5 0.001
    etc, etc etc


    The genome file looks like this
    Chr1 30427671
    Chr2 19698289
    Chr3 23459830
    Chr4 18585056
    Chr5 26975502
    (Chrmt and chrCl are not necessary since these are not in the bed either)

    When I head the 1kb file from the output this follows:
    ~/some_directory$ samtools view -H file.bam
    @HD VN:1.0 SO:unsorted
    @PG ID:BEDTools_bedToBam VN:Vv2.16.2
    @SQ SN:Chr1 AS:/directories/arabidopsis.txt LN:30427671
    @SQ SN:Chr2 AS:/directories/arabidopsis.txt LN:19698289
    @SQ SN:Chr3 AS:/directories/arabidopsis.txt LN:23459830
    @SQ SN:Chr4 AS:/directories/arabidopsis.txt LN:18585056
    @SQ SN:Chr5 AS:/directories/arabidopsis.txt LN:26975502

    It seems like the SQ and SN lines are generated and then it stops. Any ideas? All help will be greatly appreciated!

    -R
    Last edited by rivered; 03-25-2018, 12:28 PM. Reason: adjustments

  • #2
    Solved the problem!

    Somehow R converted the generated .BED files into Macintosh(CR) dataformat. Checked eol conversion in notepad ++ and saw it was not UNIX format.

    Then converted the files with the following command:
    perl -p -e 's/\r/\n/g' < macfile.txt > unixfile.txt

    Hope it helps someone,
    R

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Yesterday, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:58 AM
    0 responses
    2 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:18 AM
    0 responses
    14 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:04 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Working...
    X