Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • single end RNA sequence mapping-TOPHAT- noBAM file?

    Dear all,

    I am maping one end mRNA sequencing on TOPHAT with human reference genome hg19. From sequencinglab i had got many fastq files that, I have merged to a sequence.txt file. I am using that sequence.txt file to run on TOPHAT for mapping.

    The problem is, I am not getting BAM file in TOPHAT output. All i am getting is a hg19.fas file, which i believe is the reference genome file I am using.



    I am using following script for TOPHAT.

    #!/bin/bash
    # usage: qsub -v SAMPLE="name" intestinaltophat1lane.pbs
    #PBS -l walltime=100:00:00
    #PBS -m ae
    #PBS -M [email protected]
    ### Set the queue name, given to you when you get a reservation.
    #PBS -l nodes=1: ppn=8
    ROOT=/home/xxx/projects/intestinal/mRNA/
    cd $ROOT/$SAMPLE
    ROOTB=/home/xxx/tophat_output/intestinal/mRNA/
    TOPHATOUTPUT=$ROOTB$SAMPLE
    mkdir $TOPHATOUTPUT
    SEQFILES=`ls *_sequence.txt`
    tophat -p 8 -r 50 --microexon-search -G /home/ah644/hg19andhs37/Homo_sapiens.GRCh37.62.gtf --solexa1.3-quals -o $TOPHATOUTPUT /home/ah644/hg19andhs37/hg19 $SEQFILES
    coverageBed -abam $TOPHATOUTPUT/accepted_hits.bam -b /home/ah644/hg19andhs37/hg19ensembl.BED > $TOPHATOUTPUT/geneexpression.txt
    cut -f 1,2,3,4,13,14,15,16 $TOPHATOUTPUT/geneexpression.txt > $TOPHATOUTPUT/temp
    cut -f 5 /home/ah644/hg19andhs37/hg19ensemblgeneinfo.txt > $TOPHATOUTPUT/temp2
    paste $TOPHATOUTPUT/temp $TOPHATOUTPUT/temp2 > $TOPHATOUTPUT/reducedgeneexpression.txt
    rm $TOPHATOUTPUT/temp*





    please help me in correcting the script.
    many thanks,
    Adam
    Last edited by ibn.adam; 10-28-2011, 06:51 AM.

Latest Articles

Collapse

  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
24 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
25 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
21 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
52 views
0 likes
Last Post seqadmin  
Working...
X