align java.lang.IllegalArgumentException: floating point already set #2021
Replies: 3 comments 5 replies
-
|
Hi, can you please try the following command: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the swift reply! Unfortunately, I now have a slightly different error
Command line output: |
Beta Was this translation helpful? Give feedback.
-
|
Hi, can you try removing all the files and running the command again I tried the same exact one and it didn't return any errors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions