milaboratory / mixcr

MiXCR is an ultimate software platform for analysis of Next-Generation Sequencing (NGS) data for immune profiling.

Home Page:https://mixcr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UMI

PavithraV0223 opened this issue · comments

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

A description of what you wanted to happen

Actual Result

A description of what actually happened

Exact MiXCR commands

Paste here exact MiXCR commands you used (enclose it with single ` for better formatting)

MiXCR report files

Paste here content of the report files produced by MiXCR (enclose it with triple ``` for better formatting)

Hi. Nanopore sequencing is usually unoriended, which means UMI can be on either end of the read. Can you share the library structure (are there any barcode sequences present that we can use as an anchor) and maybe a file with a few reads so I can adjust the pattern?

Sincerely,
Mark

Sorry for the delay.
Please try the command bellow:

mixcr analyze generic-ont-with-umi \
	--species lamaGlama \
	--tag-pattern "^*CTTCCGATCT(UMI:N{12})N{5}(R1:*)" \
	-Malign.tagUnstranded=true \
	data.fastq \
	output

Let me know how it worked.

Sincerely,
Mark

Thank you, It did work