From: Noboru Jo S. <ns...@uc...> - 2011-04-05 23:00:19
Attachments:
nsakabe.vcf
|
java -Xmx8G -jar /cchome/nsakabe/chip-seq/useq/USeq_7.6.9/Apps/MultipleReplicaScanSeqs -c /cchome/nsakabe/chip-seq/useq/input.merged/useq_pointData_satellites_rmsk_Filt0bp/ -s results -p 100 -w 200 -r /apps/rh5_64/R -t ../h3k27me3.left_ventricle_1/useq_pointData_satellites_rmsk_Filt0bp/ Hi David, I am trying to run MRSS, but I'm getting an error. When I use the same command line, but instead of MRSS, calling ScanSeqs, it works fine. The problem seems to be with MRSS. Do you have any idea what might be going on? Thank you. java -Xmx8G -jar ~/useq/USeq_7.6.9/Apps/MultipleReplicaScanSeqs -c ../input/useq_pointData_satellites_rmsk_Filt0bp/ -s results -p 100 -w 200 -r /apps/rh5_64/R -t ../h3k27me3/useq_pointData_satellites_rmsk_Filt0bp/ Arguments: -c ../input/useq_pointData_satellites_rmsk_Filt0bp/ -s results -p 100 -w 200 -r /apps/rh5_64/R -t ../h3k27me3/useq_pointData_satellites_rmsk_Filt0bp/ Calculating read count stats... 19985712 Treatment Observations 36594184 Control Observations 100 Peak shift 200 Window size 0.5 Minimum Window FDR Scanning chromosomes...................... Calculating negative binomial p-values and FDRs in R using DESeq (http://www-huber.embl.de/users/anders/DESeq/). This requires patience, 64bit R, and > 6-8G RAM... java.io.IOException: R results file(s) doesn't exist. Check temp files in save directory for error. at edu.utah.seq.analysis.MultipleReplicaScanSeqs.executeDESeq(MultipleReplicaScanSeqs.java:353) at edu.utah.seq.analysis.MultipleReplicaScanSeqs.run(MultipleReplicaScanSeqs.java:146) at edu.utah.seq.analysis.MultipleReplicaScanSeqs.<init>(MultipleReplicaScanSeqs.java:80) at edu.utah.seq.analysis.MultipleReplicaScanSeqs.main(MultipleReplicaScanSeqs.java:682) |
From: David N. <dav...@gm...> - 2011-04-06 12:14:01
|
Looks like DESeq isn't generating a results file (this is the analysis engine for MRSS, SS uses something simpler). Take a look at the temp files in your save directory. One should contain the error that R/DESeq threw. -cheers, D On 4/5/11 4:58 PM, "Noboru Jo Sakabe" <ns...@uc...> wrote: > java -Xmx8G -jar > /cchome/nsakabe/chip-seq/useq/USeq_7.6.9/Apps/MultipleReplicaScanSeqs -c > /cchome/nsakabe/chip-seq/useq/input.merged/useq_pointData_satellites_rmsk_Filt > 0bp/ > -s results -p 100 -w 200 -r /apps/rh5_64/R -t > ../h3k27me3.left_ventricle_1/useq_pointData_satellites_rmsk_Filt0bp/ > > Hi David, I am trying to run MRSS, but I'm getting an error. > When I use the same command line, but instead of MRSS, calling > ScanSeqs, it works fine. The problem seems to be with MRSS. Do you have > any idea what might be going on? > > Thank you. > > java -Xmx8G -jar ~/useq/USeq_7.6.9/Apps/MultipleReplicaScanSeqs -c > ../input/useq_pointData_satellites_rmsk_Filt0bp/ -s results -p 100 -w > 200 -r /apps/rh5_64/R -t ../h3k27me3/useq_pointData_satellites_rmsk_Filt0bp/ > > > > Arguments: -c ../input/useq_pointData_satellites_rmsk_Filt0bp/ -s > results -p 100 -w 200 -r /apps/rh5_64/R -t > ../h3k27me3/useq_pointData_satellites_rmsk_Filt0bp/ > > Calculating read count stats... > 19985712 Treatment Observations > 36594184 Control Observations > 100 Peak shift > 200 Window size > 0.5 Minimum Window FDR > Scanning chromosomes...................... > Calculating negative binomial p-values and FDRs in R using DESeq > (http://www-huber.embl.de/users/anders/DESeq/). This requires patience, > 64bit R, and > 6-8G RAM... > java.io.IOException: > R results file(s) doesn't exist. Check temp files in save directory for > error. > > at > edu.utah.seq.analysis.MultipleReplicaScanSeqs.executeDESeq(MultipleReplicaScan > Seqs.java:353) > at > edu.utah.seq.analysis.MultipleReplicaScanSeqs.run(MultipleReplicaScanSeqs.java > :146) > at > edu.utah.seq.analysis.MultipleReplicaScanSeqs.<init>(MultipleReplicaScanSeqs.j > ava:80) > at > edu.utah.seq.analysis.MultipleReplicaScanSeqs.main(MultipleReplicaScanSeqs.jav > a:682) > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Useq-users mailing list > Use...@li... > https://lists.sourceforge.net/lists/listinfo/useq-users |
From: Noboru Jo S. <ns...@uc...> - 2011-04-06 16:15:47
Attachments:
nsakabe.vcf
|
Thanks, David. Indeed, that computer didn't have DESeq installed. Silly mistake, I have DESeq in other computers, but not in that one with more memory. Maybe you could add some kind of test and warn the user when this error occurs so you prevent silly users like me from bothering you? Thanks, again. Noboru David Nix wrote: > Looks like DESeq isn't generating a results file (this is the analysis > engine for MRSS, SS uses something simpler). > > Take a look at the temp files in your save directory. One should contain > the error that R/DESeq threw. > > -cheers, D > > > |