-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crushed when "Splicing in phased SVs" #14
Comments
Hi, thanks for developing crossstitch! -cat final.spliced.log Could you possibly help with this? |
You will need to rerun with more memory. For this you will need to edit
crossstitch.sh to increase the memory for the PhaseSV stage with
something like:
java -Xmx400000m -cp $BINDIR PhaseSVs $PHASEDSNPS $OUTPREFIX.scrubbed.vcf
$OUTPREFIX.hairs $OUTPREFIX.spliced.vcf $GENOME >& $OUTPREFIX.spliced.log
Good luck!
Mike
…On Fri, Dec 15, 2023 at 10:26 PM Ocean-Lyu ***@***.***> wrote:
Hi, thanks for developing crossstitch!
I`m having the same issue, and the final.splice.log file outputs like:
-cat final.spliced.log
Reading phased SNPs
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.base/java.nio.HeapCharBuffer.toString(HeapCharBuffer.java:598)
at java.base/java.nio.CharBuffer.toString(CharBuffer.java:1506)
at java.base/java.util.regex.Matcher.toMatchResult(Matcher.java:274)
at java.base/java.util.Scanner.match(Scanner.java:1399)
at java.base/java.util.Scanner.nextLine(Scanner.java:1652)
at PhaseSVs.runSplicing(PhaseSVs.java:194)
at PhaseSVs.main(PhaseSVs.java:80)
Could you possibly help with this?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABP3442QFRNXI5ZOMZPBF3YJUIHVAVCNFSM5CHURL5KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBVHA3DSOJUGEZA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for your timely reply! My problem is now solved! |
Hi,
crossstitch will break out in the the stage of
splicing in phased SVs
, using my data of 8X ONT reads-generated BAM, VCF etc. The memory usage was largely beneath the capacity.The text was updated successfully, but these errors were encountered: