![]() |
tophat on paired files
Dear all,
I am using tophat and ran into a simple error. When I put in more pairs in the command, it failed complaining not being able to open the files. Any comment is appreciated... What was said in the documentation: ****************** <reads1_1[,...,readsN_1]> A comma-separated list of files containing reads in FASTQ or FASTA format. When running TopHat with paired-end reads, this should be the *_1 ("left") set of files. <[reads1_2,...readsN_2]> A comma-separated list of files containing reads in FASTA or FASTA format. Only used when running TopHat with paired end reads, and contains the *_2 ("right") set of files. The *_2 files *MUST* appear in the same order as the *_1 files. ****************** My command: ******************************************** tophat --solexa1.3-quals -m 1 -r 130 -G /datastore/nextgenproc/projects/exonDB/custom_exonDB.04152009.hg18.exon.gff /home/jyli/Bowtie/indexes/hg18_genome ../raw_data/MCF7_CP7_00300_003_s_4_1.txt, ../raw_data/MCF7_CP7_00300_008_s_7_1.txt ../raw_data/MCF7_CP7_00300_003_s_4_2.txt, ../raw_data/MCF7_CP7_00300_008_s_7_2.txt **************************************** Error here... ######################################### [Tue Oct 13 16:10:37 2009] Beginning TopHat run (v1.0.10) ----------------------------------------------- [Tue Oct 13 16:10:37 2009] Preparing output location ./tophat_out/ [Tue Oct 13 16:10:37 2009] Checking for Bowtie index files [Tue Oct 13 16:10:37 2009] Checking for reference FASTA file [Tue Oct 13 16:10:37 2009] Checking for Bowtie Bowtie version: 0.10.0.2 [Tue Oct 13 16:10:37 2009] Checking reads Error: could not open file ############################################# |
You appear to have the reads separated by spaces and commas. The left reads should be a single comma separated list, and same for the right. Like this:
tophat --solexa1.3-quals -m 1 -r 130 -G /datastore/nextgenproc/projects/exonDB/custom_exonDB.04152009.hg18.exon.gff /home/jyli/Bowtie/indexes/hg18_genome ../raw_data/MCF7_CP7_00300_003_s_4_1.txt,../raw_data/MCF7_CP7_00300_008_s_7_1.txt ../raw_data/MCF7_CP7_00300_003_s_4_2.txt,../raw_data/MCF7_CP7_00300_008_s_7_2.txt |
Thank you so much, it worked out properly!
|
All times are GMT -8. The time now is 11:39 PM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2021, vBulletin Solutions, Inc.