Entering edit mode
8.4 years ago
anjasta47
•
0
Hi all! I was trying to run a command from the example that was given on this webpage: http://www.broadinstitute.org/cancer/cga/rnaseqc_download They give example RNA-seq data to test the RNASeQC tool. I downloaded all files to the same directory, unpacked them and wanted to run the command:
java -jar RNA-SeQC_v1.1.8.jar -n 1000 -s "TestId|ThousandReads.bam|TestDesc" -t gencode.v7.annotation_goodContig.gtf -r Homo_sapiens_assembly19.fasta -o ./testReport/ -strat gc -gc gencode.v7.gc.txt -BWArRNA human_all_rRNA.fasta -bwa ~/RNAseq/tools/bwa-0.7.15/bwa
I basically took their command and added the path to BWA and changed RNASeQC.jar to RNA-SeQC_v1.1.8.jar The .bam file is indexed. Unfortunatelly I didn't get anything but this:
RNA-SeQC v1.1.8.1 07/11/14
Retriving contig names from reference
contig names in reference: 85
Loading GTF for Read Counting
Converting to refGene
Transcript objects to RefGen format: 3 s
Running IntronicExpressionReadBlock Walker ....
Arguments: [-T, IntronicExpressionReadBlock, --outfile_metrics, ./testReport//TestId/TestId.metrics.tmp.txt, -R, Homo_sapiens_assembly19.fasta, -I, ThousandReads.bam, -refseq, ./testReport//refGene.txt, -l, ERROR]
Could someone please tell me what I'm doing wrong? I'm very new to RNA-seq. It's probably something obvious but I can't find the mistake :(
Which version of java are you running?
java version "1.7.0_71" OpenJDK Runtime Environment (rhel-2.5.3.1.el6-x86_64 u71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
I guess you did not print all of the error messages. I tried the test data out and I am getting the same error but in addition this
Did you get this message as well?
Thank you very much for your involvement! When I ran the the command the first time I got this message as well but when I ran it again I only got those few lines I posted.