Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ykdang
    Junior Member
    • Oct 2011
    • 7

    #1

    chrom file format problem with bedtools genomecov

    Hi,
    I am new to bioinformatics. I am trying to use the genomecov in the bedtools into bedgraph, which I want to load them onto genome browser. Overal it works perfect with ChIP-seq data, which is non-stranded. However, when I try to do it with HITS-CLIP or RNA-seq, which are strand-specific, it shows the error message
    *****ERROR: Unrecognized parameter: NC10.chrom *****
    I looked into the chrom file, which is like this
    supercont10.1 9798893
    supercont10.2 4478683
    supercont10.3 5274802
    supercont10.4 6000761
    supercont10.5 6436246
    supercont10.6 4218384
    supercont10.7 4255303
    supercont10.8 192308
    supercont10.9 142473
    supercont10.10 125404
    supercont10.11 31696
    supercont10.12 19714
    supercont10.13 13515
    supercont10.14 11565
    supercont10.15 9397
    supercont10.16 8983
    supercont10.17 6701
    supercont10.18 6309
    supercont10.19 4755
    supercont10.20 1646

    I don't know why when I added the option "-strand" then the program refuse to recognize the chorm file, though genomecov does accept it with the sample bam file when "-strand" are deleted.
    Any suggestion are greatly appreciated!!
  • ykdang
    Junior Member
    • Oct 2011
    • 7

    #2
    just add more information for troubleshooting

    I attached all the processes I did from begining for the HITS-CLIP

    tophat -p 8 -G NC10_transcripts.gff3 -o wt_output --library-type=fr-secondstrand <genome_indexes> wt.fq

    next, I sort the bam and calculate the coverage. the command is

    samtool sort accepted_hits.bam sorted.bam
    genomeCoverageBed -ibam <sorted.bam> -strand -bg -g NC10.chrom > output.bg

    then I got the error message

    *****ERROR: Unrecognized parameter: NC10.chrom *****

    Comment

    • TiborNagy
      Senior Member
      • Mar 2010
      • 329

      #3
      You are use the wrong command line order:
      genomeCoverageBed -ibam -strand -bg -i <sorted.bam> -g NC10.chrom

      Comment

      • ykdang
        Junior Member
        • Oct 2011
        • 7

        #4
        It work now. But patially right. My bam file is acutally strand-specific pair-end sequencing. After calculate the coverage from each strand and merge them, I found that all gene has antisense transcripts, which should be wrong. I guess the genomecov might also count the mate of read from the opposite strand. Do you know how to fix this? Thanks!

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 12:22 PM
        0 responses
        15 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-11-2026, 10:35 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        50 views
        0 reactions
        Last Post SEQadmin2  
        Working...