![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
SRMA - Error - cs TAG | mrxcm3 | Bioinformatics | 3 | 06-20-2011 10:12 AM |
another question about SRMA | rlh | Bioinformatics | 2 | 10-23-2010 11:51 PM |
question about SRMA | rlh | Bioinformatics | 9 | 10-22-2010 07:08 AM |
SRMA Error | dmurdock | Bioinformatics | 14 | 10-21-2010 06:02 PM |
srma-0.1.8 error - Cannot check readability of null file. | allenday | Bioinformatics | 1 | 10-12-2010 12:30 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: sweden Join Date: Jun 2011
Posts: 13
|
![]()
Hi,
First time using SRMA and right the way into error... ![]() Anyhow, here it is: Code:
java -jar -Xmx2g ../srma-0.1.15.jar I=sorted.bam O=SRMA.bam R=chr17.fasta [Tue Aug 09 14:42:24 CEST 2011] srma.SRMA INPUT=[sorted.bam] OUTPUT=[SRMA.bam] REFERENCE=chr17.fasta OFFSET=20 MIN_MAPQ=0 MINIMUM_ALLELE_PROBABILITY=0.1 MINIMUM_ALLELE_COVERAGE=3 MAXIMUM_TOTAL_COVERAGE=100 CORRECT_BASES=false USE_SEQUENCE_QUALITIES=true QUIET_STDERR=false MAX_HEAP_SIZE=8192 MAX_QUEUE_SIZE=65536 GRAPH_PRUNING=false NUM_THREADS=1 TMP_DIR=/tmp/ VERBOSITY=INFO QUIET=false VALIDATION_STRINGENCY=STRICT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false Allele coverage cutoffs: coverage: 1 minimum allele coverage: 0 coverage: 2 minimum allele coverage: 0 coverage: 3 minimum allele coverage: 0 coverage: 4 minimum allele coverage: 1 coverage: 5 minimum allele coverage: 1 coverage: 6 minimum allele coverage: 1 coverage: 7 minimum allele coverage: 2 coverage: 8 minimum allele coverage: 2 coverage: 9 minimum allele coverage: 3 coverage: >9 minimum allele coverage: 3 Records processsed: 1 (last 17:3217-3266)java.lang.Exception: Error. Soft clipping with color-space data not currently supported. at srma.Align.align(Align.java:134) at srma.SRMA$AlignThread.run(SRMA.java:659) Please report bugs to srma-help@lists.sourceforge.net help would be appreciated! thanks |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
The release does not support soft-clipping in color space data. There is an experimental branch in the GIT repository called "cs-soft" that you can test out. I am assuming you mapped with SHRiMP. If you cannot get soft-clipping to work, use BFAST or another mapper.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: sweden Join Date: Jun 2011
Posts: 13
|
![]()
Thanks for quick answer. I'll test "cs-soft".
For mapping I used novoalign. |
![]() |
![]() |
![]() |
#4 |
Member
Location: sweden Join Date: Jun 2011
Posts: 13
|
![]()
Little update:
"cs-soft" worked fine on novoalign produced bam file. By the way, I was compiling it with latest samtools jar instead of recommended older version. It worked. Then I as well made alignment of same data using BFAST run it through SRMA. I got quite a few error saying: Code:
Exception in thread "main" java.lang.StackOverflowError at java.util.ArrayList$SubList.add(ArrayList.java:928) ![]() |
![]() |
![]() |
![]() |
#5 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
I am not sure how to do it (google would) but have you increased your stack size?
|
![]() |
![]() |
![]() |
#6 |
Member
Location: sweden Join Date: Jun 2011
Posts: 13
|
![]()
StackOverflow error solved. In case anybody else runs in similar problem:
-Xss[amount of mem]m flag does the job. Easy, when you know ![]() |
![]() |
![]() |
![]() |
#7 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Excellent, thank-you for posting back your solution.
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|