hello I am runninh tophat for alingment the query sequence with the references genome sequences with this command and getting this error..
tophat2 -o SRR643880.sra_out --num-threads 5 --segment-length 18 GCF_000002495 SRR643880.fastq
Beginning TopHat run (v2.0.13)
-----------------------------------------------
Checking for Bowtie
Bowtie version:2.2.4.0
Checking for Bowtie index files (genome)..
Checking for reference FASTA file
Warning: Could not find FASTA file GCF_000002495.fa
Reconstituting reference FASTA file from Bowtie index
Executing: /usr/bin/bowtie2-inspect GCF_000002495 > SRR643880.sra_out/tmp/GCF_000002495.fa
Generating SAM header for GCF_000002495
Preparing reads
left reads: min. length=36, max. length=36, 12103256 kept reads (9047 discarded)
Mapping left_kept_reads to genome GCF_000002495 with Bowtie2
Mapping left_kept_reads_seg1 to genome GCF_000002495 with Bowtie2 (1/2)
Mapping left_kept_reads_seg2 to genome GCF_000002495 with Bowtie2 (2/2)
Searching for junctions via segment mapping
Coverage-search algorithm is turned on, making this step very slow
Please try running TopHat again with the option (--no-coverage-search) if this step takes too much time or memory.
Retrieving sequences for splices
Indexing splices
Building a SMALL index
Mapping left_kept_reads_seg1 to genome segment_juncs with Bowtie2 (1/2)
Mapping left_kept_reads_seg2 to genome segment_juncs with Bowtie2 (2/2)
Joining segment hits
Reporting output tracks
[FAILED]
Error running /usr/bin/tophat_reports --min-anchor 8 --splice-mismatches 0 --min-report-intron 50 --max-report-intron 500000 --min-isoform-fraction 0.15 --output-dir SRR643880.sra_out/ --max-multihits 20 --max-seg-multihits 40 --segment-length 18 --segment-mismatches 2 --min-closure-exon 100 --min-closure-intron 50 --max-closure-intron 5000 --min-coverage-intron 50 --max-coverage-intron 20000 --min-segment-intron 50 --max-segment-intron 500000 --read-mismatches 2 --read-gap-length 2 --read-edit-dist 2 --read-realign-edit-dist 3 --max-insertion-length 3 --max-deletion-length 3 -z gzip -p5 --no-closure-search --no-microexon-search --sam-header SRR643880.sra_out/tmp/GCF_000002495_genome.bwt.samheader.sam --report-discordant-pair-alignments --report-mixed-alignments --samtools=/usr/bin/samtools_0.1.18 --bowtie2-max-penalty 6 --bowtie2-min-penalty 2 --bowtie2-penalty-for-N 1 --bowtie2-read-gap-open 5 --bowtie2-read-gap-cont 3 --bowtie2-ref-gap-open 5 --bowtie2-ref-gap-cont 3 SRR643880.sra_out/tmp/GCF_000002495.fa SRR643880.sra_out/junctions.bed SRR643880.sra_out/insertions.bed SRR643880.sra_out/deletions.bed SRR643880.sra_out/fusions.out SRR643880.sra_out/tmp/accepted_hits SRR643880.sra_out/tmp/left_kept_reads.mapped.bam,SRR643880.sra_out/tmp/left_kept_reads.candidates.bam SRR643880.sra_out/tmp/left_kept_reads.bam
Warning: no input BAM records found.
@poonam.bi01: You are not running the latest versions of tophat/bowtie. Generally in case of tuxedo programs you should try and use the latest versions since these sorts of issues may have been addressed by new releases.
One more thing to check is you are not running out of storage space/hitting a quota.
Where's the error? Did you get any outputs?
Are you referring to "Warning: Could not find FASTA file GCF_000002495.fa"?
i am getting the warning message Warning: no input BAM records found.
Sorry, didn't see that at the end.
Did you get any output files? Tophat writes out temporary files.