-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I run mixcr on all my bulk mi laboratories tcr data but I encounter a problem for two of them. Do you know what happen? Does somebody already encounter this message?
Many thanks
My code:
/Users/alegac/opt/anaconda3/pkgs/mixcr-4.4.1-0/bin/mixcr -Xmx15g analyze milab-human-rna-tcr-umi-multiplex /Users/alegac/Documents/bulk_tcr/S1/s1_trimmed_R1.fastq.gz /Users/alegac/Documents/bulk_tcr/S1/s1_trimmed_R2.fastq.gz /Users/alegac/Documents/bulk_tcr/S1/results_01
My error :
Writing pre-clones: 72% ETA: 00:01:20
Writing pre-clones: 82,4% ETA: 00:00:44
Writing pre-clones: 92,7% ETA: 00:00:17
Writing pre-clones: 40,6%
Initialization: progress unknown
4.4.1; built=Thu Jul 06 19:36:41 CEST 2023; rev=f7cd556c6c; lib=repseqio.v3.0.1
picocli.CommandLine$ExecutionException: Error while running command assemble java.lang.RuntimeException: Missing event detected.
at com.milaboratory.mixcr.cli.Main.registerExceptionHandlers$lambda-12(SourceFile:323)
at picocli.CommandLine.execute(CommandLine.java:2088)
at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd$PlanBuilder.executeSteps(SourceFile:470)
at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd.run0(SourceFile:412)
at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)
at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-26(SourceFile:426)
at picocli.CommandLine.execute(CommandLine.java:2078)
at com.milaboratory.mixcr.cli.Main.main(SourceFile:98)
Caused by: java.lang.RuntimeException: Missing event detected.
at com.milaboratory.o.hN.a(SourceFile:59)
at com.milaboratory.o.hT$c.accept(SourceFile:1484)
at cc.redberry.pipe.blocks.FilteringPort.take(FilteringPort.java:65)
at cc.redberry.pipe.blocks.O2ITransmitter.run(O2ITransmitter.java:63)
at java.base/java.lang.Thread.run(Thread.java:829)