Hi all,
I am interested in using the Genome MuSiC tool from WashU to calculate Mutation P-value.
I got the following errors in CalcBmr of MuSiC 0.4(current release) after CalcCovg running.
input command is below:
genome music bmr calc-bmr \
--bam-list ${BAM_LIST} \
--maf-file ${MAF_FILE} \
--output-dir ${OUTPUT_DIR} \
--reference-sequence ${REF_SEQ} \
--roi-file ${ROI_FILE} \
1>${LOG_CALC_BMR} \
2>&1;
Log & error messege is below:
Loading per-sample coverages stored in /home/ryo/output/total_covgs
Loading per-gene coverage files stored under /home/ryo/output/gene_covgs/
Running 'joinx1.6 ref-stats' to read reference FASTA and identify SNVs at AT, CG, CpG sites
ERROR: ERROR RUNNING COMMAND. Failed to execute: joinx1.6 ref-stats --ref-bases --bed /tmp/gm-genome_sys-2012-10-18_19_56_46--hFMV/anonymous0 --fasta /home/ryo/fasta/d5cs.fasta --output /tmp/gm-genome_sys-2012-10-18_19_56_46--hFMV/anonymous1 at /usr/share/perl5/Genome/Model/Tools/Music/Bmr/CalcBmr.pm line 324
Could somebody explain the above problems? Thank you.
Do you have joinx installed? It's a music dependency. Is it in your path? (what happens if you type "joinx" from a command line?)