Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • meher
    Member
    • Jun 2011
    • 54

    Chromosomal notation and Segmentation fault

    Hi all,

    I have a bam file with chromosomal notation 1,2.... and i need it to be as chr1,chr2.....

    For this i have tried, samtools view -H sample.bam > header.sam

    Then edited the header.sam file with required chromosomal notation and tried samtools reheader header.sam sample.bam > out.bam

    when in tried to view out.bam using samtools it says "Segemntation fault".

    I also tried with PICARD, java -Xmx4g -jar ReplaceSamHeader.jar INPUT=sample.bam HEADER=header.sam OUTPUT=out.bam CREATE_INDEX=TRUE

    It reports the same error with samtools i.e. segmenation fault.

    Could anyone help me to fix this?
  • wangwl
    Junior Member
    • Aug 2012
    • 1

    #2
    I got the same problem...

    Finally i gave up the reheader option. and use " cat header.sam sample.sam | samools view -S -b - >sample.bam" instead.
    Last edited by wangwl; 07-29-2013, 06:32 PM.

    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
    21 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    38 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...