Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • tophat-fusion-post: ValueError: invalid literal for int() with base 10: 'exonCount'

    Hi everyone,

    I am running tophat-fusion-post like this:

    Code:
    tophat-fusion-post -o ./fusion_results -p 8 --num-fusion-reads 1 --num-fusion-pairs 2 --num-fusion-both 5 /mnt/isilon/cbmi/variome/reference/bowtie_indexes/hg38_no_alt/Homo_sapiens/NCBI/GRCh38/Sequence/BowtieIndex/genome
    My root folder is tophat-fusion. I have 4 tophat output folders under it: CHP212, SHSY5Y, SKNAS and SKNSH, each of which contain a fusions.out file. I have created symbolic links to refGene.txt, ensGene.txt and blast database (blast) in the same folder.

    This is my directory structure where I have run tophat:

    Code:
    $ tree -L 2 ./tophat-fusion
    
    ./
    |-- CHP212
    |   |-- accepted_hits.bam
    |   |-- align_summary.txt
    |   |-- deletions.bed
    |   |-- fusions.out
    |   |-- insertions.bed
    |   |-- junctions.bed
    |   |-- logs
    |   |-- prep_reads.info
    |   `-- unmapped.bam
    |-- CHP212.sh
    |-- CHP212_R1.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/CHP212_R1.fastq.gz
    |-- CHP212_R2.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/CHP212_R2.fastq.gz
    |-- IMR32.sh
    |-- IMR32_R1.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/IMR32_R1.fastq.gz
    |-- IMR32_R2.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/IMR32_R2.fastq.gz
    |-- SHSY5Y
    |   |-- accepted_hits.bam
    |   |-- align_summary.txt
    |   |-- deletions.bed
    |   |-- fusions.out
    |   |-- insertions.bed
    |   |-- junctions.bed
    |   |-- logs
    |   |-- prep_reads.info
    |   `-- unmapped.bam
    |-- SHSY5Y.sh
    |-- SHSY5Y_R1.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SHSY5Y_R1.fastq.gz
    |-- SHSY5Y_R2.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SHSY5Y_R2.fastq.gz
    |-- SKNAS
    |   |-- accepted_hits.bam
    |   |-- align_summary.txt
    |   |-- deletions.bed
    |   |-- fusions.out
    |   |-- insertions.bed
    |   |-- junctions.bed
    |   |-- logs
    |   |-- prep_reads.info
    |   `-- unmapped.bam
    |-- SKNAS.sh
    |-- SKNAS_R1.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SKNAS_R1.fastq.gz
    |-- SKNAS_R2.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SKNAS_R2.fastq.gz
    |-- SKNSH
    |   |-- accepted_hits.bam
    |   |-- align_summary.txt
    |   |-- deletions.bed
    |   |-- fusions.out
    |   |-- insertions.bed
    |   |-- junctions.bed
    |   |-- logs
    |   |-- prep_reads.info
    |   `-- unmapped.bam
    |-- SKNSH.sh
    |-- SKNSH_R1.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SKNSH_R1.fastq.gz
    |-- SKNSH_R2.fastq.gz -> /mnt/isilon/maris_lab/target_nbl_ngs/CellLineRNASeq/rawfiles/cat_fastq/SKNSH_R2.fastq.gz
    |-- blast -> /mnt/isilon/cbmi/variome/reference/blast_db/hg38
    |-- ensGene.txt -> /mnt/isilon/cbmi/variome/reference/blast_db/hg38/ensGene.txt
    |-- fusion_results
    |   |-- fusion_seq.bwtout
    |   |-- fusion_seq.fa
    |   |-- fusion_seq.map
    |   |-- logs
    |   `-- tmp
    |-- refGene.txt -> /mnt/isilon/cbmi/variome/reference/blast_db/hg38/refGene.txt
    `-- tophat-fusion.sh
    When I run tophat-fusion-post under this directory, I am getting the following errors:

    Code:
    [Fri Mar 17 15:09:18 2017] Beginning TopHat-Fusion post-processing run (v2.1.0)
    -----------------------------------------------
    [Fri Mar 17 15:09:18 2017] Extracting 23-mer around fusions and mapping them using Bowtie
    [Fri Mar 17 15:09:30 2017] Filtering fusions
    Traceback (most recent call last):
      File "/home/rathik/tools/miniconda3/envs/fusion-env/bin/tophat-fusion-post", line 2924, in <module>
        sys.exit(main())
      File "/home/rathik/tools/miniconda3/envs/fusion-env/bin/tophat-fusion-post", line 2895, in main
        filter_fusion(bwt_idx_prefix, params)
      File "/home/rathik/tools/miniconda3/envs/fusion-env/bin/tophat-fusion-post", line 965, in filter_fusion
        ensGene_list = read_genes("ensGene.txt")
      File "/home/rathik/tools/miniconda3/envs/fusion-env/bin/tophat-fusion-post", line 917, in read_genes
        num_exons = int(line[7])
    ValueError: invalid literal for int() with base 10: 'exonCount'
    Komal Rathi
    Bioinformatics Application Developer
    University of Pennsylvania

  • #2
    remove header line from the ensGene.txt file
    Code:
    mv ensGene.txt ensGene.txt.bk
    grep -v "^#" ensGene.txt.bk > ensGene.txt

    Comment


    • #3
      The error message invalid literal for int() with base 10 would seem to indicate that you are passing a string that's not an integer to the int() function . In other words it's either empty, or has a character in it other than a digit.

      You can solve this error by using Python isdigit() method to check whether the value is number or not. The returns True if all the characters are digits, otherwise False .

      if val.isdigit():

      The other way to overcome this issue is to wrap your code inside a Python try...except block to handle this error.

      Python2.x and Python3.x

      Sometimes the difference between Python2.x and Python3.x that leads to this ValueError: invalid literal for int() with base 10 .

      With Python2.x , int(str(3/2)) gives you "1". With Python3.x , the same gives you ("1.5"): ValueError: invalid literal for int() with base 10: "1.5".

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advancing Precision Medicine for Rare Diseases in Children
        by seqadmin




        Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
        12-16-2024, 07:57 AM
      • seqadmin
        Recent Advances in Sequencing Technologies
        by seqadmin



        Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

        Long-Read Sequencing
        Long-read sequencing has seen remarkable advancements,...
        12-02-2024, 01:49 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-17-2024, 10:28 AM
      0 responses
      33 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-13-2024, 08:24 AM
      0 responses
      48 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-12-2024, 07:41 AM
      0 responses
      34 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-11-2024, 07:45 AM
      0 responses
      46 views
      0 likes
      Last Post seqadmin  
      Working...
      X