-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Checklist before submitting the issue:
- The issue is strongly related to the MiXCR software
- The issue can be reproduced with the most recent version of MiXCR
- There is no answer to the question in the official documentation and there is no duplicate issue in the bug tracker
- Inspection of raw alignments with exportAlignmentsPretty shows that data has the expected architecture, and sample preparation artefacts are not the reason of the problem (if this is the matter of the issue)
Expected Result
I am currently running MiXCR (4.7.0) on Smart-seq3 data, however I am not successful to start the alignment process from paired-end input. The input reads are demultiplexed per cell (R1 and R2.fastq.gz file for each cell). If I only supply the R1.fastq.gz file as /demultiplexed_fastq/{{CELL:a}}_R1.fastq.gz, and adapt the --tag-pattern accordingly ( "^ATTGCGCAATG(UMI:N{12})GGG(R1:*)", MiXCR does work.
Actual Result
However, I am getting the error: picocli.CommandLine$ExecutionException: Error while running command align java.lang.IllegalArgumentException: floating point already set
Exact MiXCR commands
mixcr analyze generic-lt-single-cell-fragmented-with-umi --species mmu --rna --assemble-contigs-by VDJRegion -t 20 --tag-pattern "^ATTGCGCAATG(UMI:N{12})GGG(R1:*)\^(R2:*)" /demultiplexed_fastq/{{CELL:a}}_R1.fastq.gz /demultiplexed_fastq/{{CELL:a}}_R2.fastq.gz result
Thanks for the help!