Missing tsv files in MiXCR 4.7.0 output for 10X GEX pipeline #1779
-
Hi, I just ran latest version (4.7.0) of MiXCR on my 10X 5' GEX data. However, I am missing several .tsv files that were present when I ran older version of MiXCR on the same data. Specifically the following files are missing. S48.clone.groups_mixed.tsv The command I used is: mixcr -Xmx100g analyze 10x-sc-5gex --threads 16 --species hsa S48_R1_001.fastq.gz S48_R2_001.fastq.gz S48 Could you please help with the issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mizraelson
Sep 17, 2024
Replies: 1 comment 6 replies
-
Hi, what files did you get in the output? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes. Sorry for the delay. The thing is that the behavior of the mixcr assembleCells command has changed. Now it requires all clones to be covered by the same feature, while the
10x-sc-5gex
preset returns clones that are covered as much as possible for each individual sequence.You can generate the grouped clonotype tables by adding
--assemble-contigs-by VDJRegion
(or another feature) to the analyze command to make sure the clones in the output are equally covered. Additionally, include parameters that add theassembleCells
andexportCloneGroups
steps to the pipeline: