Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • SeqVicious
    Member
    • Sep 2011
    • 20

    Bam indexing problem?

    After a struggle to get samtools successfully installed and working on my windows machine, I'm now having trouble (I think) indexing a bam file. I'm using cygwin to use samtools. I'm planning on visualizing a metagenomic sequence for SNP screening in IGV but the bam file format isn't supported. A message pops up saying that the bam file needs to be indexed. In samtools I'm using ./samtools sort <file.bam> <file.sorted> and a sorted file is successfully made. However when I go to index the file using ./samtools index file.sorted.bam a 24kb file is made. Is there something I'm doing wrong here? Thank you all for your help so far.
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    IGV supports .bam files. I look at indexed .bam files all the time on IGV. It woud be rather useless software if it didn't handle .bams. 24 kb sounds about right for the index. Make the index, then try to load the .bam into IGV.

    Comment

    • mnkyboy
      Member
      • Mar 2009
      • 87

      #3
      IGV will also index them for you if you do not have one.

      Comment

      • SeqVicious
        Member
        • Sep 2011
        • 20

        #4
        When I try to load a .bam file it tells me it needs to be indexed. Do I have to load both the .bam and the index simultaneously?

        Comment

        • swbarnes2
          Senior Member
          • May 2008
          • 910

          #5
          No, just load the .bam. IGV will lok for a .bam.bai with the same name in the directory with the .bam, and when it finds it, it will work.

          Comment

          • SeqVicious
            Member
            • Sep 2011
            • 20

            #6
            Thank you for your help guys, I got it to work.

            Comment

            • Jim Robinson
              Member
              • May 2009
              • 75

              #7
              Hi,
              I'd like to make a slight correction for the benefit of future googlers. IGV will not create an index for a BAM file, although we might add this in the future. Use samtools or Picard to create such an index. It will index a SAM file for you, that is an IGV specific index created before the BAM index spec and implementation were finished, i.e. a long time ago. We keep it for backward compatibility, but it is not the same index as the BAM file index.
              Jim

              Comment

              Latest Articles

              Collapse

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              30 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              38 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-04-2026, 08:59 AM
              0 responses
              42 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 12:03 PM
              0 responses
              64 views
              0 reactions
              Last Post SEQadmin2  
              Working...