-
Notifications
You must be signed in to change notification settings - Fork 7
Description
To simulate the reads, i.e to execute this command,
~/RSEM-1.2.29/bin/rsem-prepare-reference --bowtie2 --bowtie2-path ~/bowtie2-2.2.4 ~/annotation/refseq_hg19_unique.fa ~/tra2_simulated_reads/rsem_reference
If I ran the above with an added --gtf
option and the gtf given here , then it failed with an error According to the GTF file given, transcript NR_073460 has exons from different orientations
.
I tried to generate a fasta file with the refseq gtf file given here and hg19 genome file curated from ucsc site. But I am unable to reproduce the results.
Also the tpm files corresponding to simulated dataset contains 48606 transcripts, where as the gtf file contains 56443 transcripts.
The link to the correct pair (genome fasta, gtf) or link to the transcript file would be great.