exportclone tsv not txt?vdjtools can‘t convert #1128
-
The output of mixcr exportclone is in TSV format, separated by tabs. However, when I try to convert the TSV results into vdjtools-specific format using the vdjtools command (java -jar /home/cyf/app/vdjtools-1.2.1/vdjtools-1.2.1.jar convert -S mixcr output2/*.tsv outvdj/), I encounter various formatting issues that prevent the conversion. For example, the header needs to be changed from "read count" to "clonecount", and I need to remove some extra commas. Additionally, when converting BCR-seq data, I receive errors such as "MiXcr input type: Unknown symbol 'e'", and "Some mandatory columns are absent in the input file." |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, vdjtools is a legacy software from our suite and is no longer actively supported. As a result, converting current MiXCR output to be compatible with vdjtools must be done manually. However, it's worth noting that many of the features originally present in VDJtools have since been incorporated directly into MiXCR. |
Beta Was this translation helpful? Give feedback.
-
emergency!!!,could anyone teach me how to solve this problem? ljl@Jerry:~/vdjtools-1.2.1$ java --illegal-access=deny --add-opens java.base/java.lang=ALL-UNNAMED -jar vdjtools-1.2.1.jar Convert -S mixcr /home/ljl/A2-8result/A2-8result.clones_TRB.tsv /home/ljl/A2-8result/A2-8VDJtools could anyone please teach me how to solve this?thanks!!! |
Beta Was this translation helpful? Give feedback.
Hi, you can modify MiXCR output manually to work with VDJTools using the method described here: #1617