Checklist before submitting 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!
Checklist before submitting 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 resultThanks for the help!