Checklist before submitting the issue:
Dear MiXCR team,
I am processing 10X scBCRseq data using the 10x-sc-xcr-vdj preset on multiple samples. The pipeline ran normally for all other samples except this one, where it hit an error on the assembleCells step. I have attached report files for the previous steps for context.
Thank you for your support.
Khang.
Exact MiXCR commands
/fp/projects01/ec195/storage/khangl/software/jdk-22.0.1/bin/java -jar /fp/projects01/ec195/storage/khangl/software/mixcr-4700/mixcr.jar analyze --force-overwrite 10x-sc-xcr-vdj \ --species hs \ --rna \ --drop-non-CDR3-alignments \ --impute-germline-on-export \ /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/{{a}}_L{{n}}_R1_001.fastq.gz /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/{{a}}_L{{n}}_R2_001.fastq.gz \ /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03 \ --append-export-clones-field -vGene \ --append-export-clones-field -dGene \ --append-export-clones-field -jGene \ --append-export-clones-field -cGene \ --append-export-clones-field -nFeature VDJRegion \ --append-export-clones-field -aaFeature VDJRegion \ --append-export-clones-field -aaFeatureImputed VDJRegion \ --append-export-clones-field -allNMutations FR1Begin FR4End \ --append-export-clones-field -allNMutationsCount FR1Begin FR4End \ --append-export-clones-field -allAAMutations FR1Begin FR4End \ --append-export-clones-field -allAAMutationsCount FR1Begin FR4End \ --export-productive-clones-only \
MiXCR report files
mixcr assembleCells
Running:
mixcr assembleCells -f --report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.txt --json-report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.json /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.contigs.clns /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembledCells.clns
Initialization: progress unknown
Parsing input: 100%
Grouping clones: 2.9%
Grouping clones: 117.2% ETA: 00:00:00
Overlapping leftover cells barcodes with found groups: 63.6%
Overlapping non functional clones with groups: 23.6%
Overlapping non functional clones with groups: 100% ETA: 00:00:00
Please copy the following information along with the stacktrace:
Version: 4.7.0; built=Wed Aug 07 21:19:48 CEST 2024; rev=976ba14139; lib=repseqio.v5.1
OS: Linux
Java: 22.0.1
Abs path: /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ
Cmd args: assembleCells -f --report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.txt --json-report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.json /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.contigs.clns /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembledCells.clns
[31m�[1mpicocli.CommandLine$ExecutionException: Error while running command assembleCells java.lang.IllegalStateException: Check failed.�[21m�[39m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerExceptionHandlers$lambda-17(SourceFile:420)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2088)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.execute(SourceFile:105)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd$PlanBuilder.executeSteps(SourceFile:543)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd.run0(SourceFile:500)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)�[23m�[0m
�[3m at picocli.CommandLine.executeUserObject(CommandLine.java:1939)�[23m�[0m
�[3m at picocli.CommandLine.access$1300(CommandLine.java:145)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)�[23m�[0m
�[3m at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-32(SourceFile:539)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2078)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.execute(SourceFile:105)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.main(SourceFile:101)�[23m�[0m
�[31m�[1mCaused by: java.lang.IllegalStateException: Check failed.�[21m�[39m�[0m
�[3m at com.milaboratory.o.kz.a(SourceFile:214)�[23m�[0m
�[3m at com.milaboratory.o.kz.a(SourceFile:62)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.calculateGroupIdForClones(SourceFile:199)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.processClns(SourceFile:134)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.run1(SourceFile:115)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommandWithOutputs.run0(SourceFile:69)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)�[23m�[0m
�[3m at picocli.CommandLine.executeUserObject(CommandLine.java:1939)�[23m�[0m
�[3m at picocli.CommandLine.access$1300(CommandLine.java:145)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)�[23m�[0m
�[3m at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-32(SourceFile:539)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2078)�[23m�[0m
�[3m ... 15 more�[23m�[0m
Reaction03.align.report.txt
Reaction03.assemble.report.txt
Reaction03.assembleContigs.report.txt
Checklist before submitting the issue:
Dear MiXCR team,
I am processing 10X scBCRseq data using the 10x-sc-xcr-vdj preset on multiple samples. The pipeline ran normally for all other samples except this one, where it hit an error on the assembleCells step. I have attached report files for the previous steps for context.
Thank you for your support.
Khang.
Exact MiXCR commands
/fp/projects01/ec195/storage/khangl/software/jdk-22.0.1/bin/java -jar /fp/projects01/ec195/storage/khangl/software/mixcr-4700/mixcr.jar analyze --force-overwrite 10x-sc-xcr-vdj \ --species hs \ --rna \ --drop-non-CDR3-alignments \ --impute-germline-on-export \ /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/{{a}}_L{{n}}_R1_001.fastq.gz /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/{{a}}_L{{n}}_R2_001.fastq.gz \ /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03 \ --append-export-clones-field -vGene \ --append-export-clones-field -dGene \ --append-export-clones-field -jGene \ --append-export-clones-field -cGene \ --append-export-clones-field -nFeature VDJRegion \ --append-export-clones-field -aaFeature VDJRegion \ --append-export-clones-field -aaFeatureImputed VDJRegion \ --append-export-clones-field -allNMutations FR1Begin FR4End \ --append-export-clones-field -allNMutationsCount FR1Begin FR4End \ --append-export-clones-field -allAAMutations FR1Begin FR4End \ --append-export-clones-field -allAAMutationsCount FR1Begin FR4End \ --export-productive-clones-only \MiXCR report files
mixcr assembleCells
Running:
mixcr assembleCells -f --report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.txt --json-report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.json /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.contigs.clns /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembledCells.clns
Initialization: progress unknown
Parsing input: 100%
Grouping clones: 2.9%
Grouping clones: 117.2% ETA: 00:00:00
Overlapping leftover cells barcodes with found groups: 63.6%
Overlapping non functional clones with groups: 23.6%
Overlapping non functional clones with groups: 100% ETA: 00:00:00
Please copy the following information along with the stacktrace:
Version: 4.7.0; built=Wed Aug 07 21:19:48 CEST 2024; rev=976ba14139; lib=repseqio.v5.1
OS: Linux
Java: 22.0.1
Abs path: /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ
Cmd args: assembleCells -f --report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.txt --json-report /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembleCells.report.json /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.contigs.clns /fp/projects01/ec195/storage/khangl/Sequencing_rawdata/250408_Vaxpred_scseq_large/vaxpred_s4_fastq/Reaction03/VDJ/Reaction03.assembledCells.clns
[31m�[1mpicocli.CommandLine$ExecutionException: Error while running command assembleCells java.lang.IllegalStateException: Check failed.�[21m�[39m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerExceptionHandlers$lambda-17(SourceFile:420)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2088)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.execute(SourceFile:105)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd$PlanBuilder.executeSteps(SourceFile:543)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAnalyze$Cmd.run0(SourceFile:500)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)�[23m�[0m
�[3m at picocli.CommandLine.executeUserObject(CommandLine.java:1939)�[23m�[0m
�[3m at picocli.CommandLine.access$1300(CommandLine.java:145)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)�[23m�[0m
�[3m at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-32(SourceFile:539)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2078)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.execute(SourceFile:105)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.main(SourceFile:101)�[23m�[0m
�[31m�[1mCaused by: java.lang.IllegalStateException: Check failed.�[21m�[39m�[0m
�[3m at com.milaboratory.o.kz.a(SourceFile:214)�[23m�[0m
�[3m at com.milaboratory.o.kz.a(SourceFile:62)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.calculateGroupIdForClones(SourceFile:199)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.processClns(SourceFile:134)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.CommandAssembleCells$Cmd.run1(SourceFile:115)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommandWithOutputs.run0(SourceFile:69)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)�[23m�[0m
�[3m at picocli.CommandLine.executeUserObject(CommandLine.java:1939)�[23m�[0m
�[3m at picocli.CommandLine.access$1300(CommandLine.java:145)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)�[23m�[0m
�[3m at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)�[23m�[0m
�[3m at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)�[23m�[0m
�[3m at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-32(SourceFile:539)�[23m�[0m
�[3m at picocli.CommandLine.execute(CommandLine.java:2078)�[23m�[0m
�[3m ... 15 more�[23m�[0m
Reaction03.align.report.txt
Reaction03.assemble.report.txt
Reaction03.assembleContigs.report.txt