Replies: 2 comments
-
UPDATE: It still doesn't work when I change the feature to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to generate a custom reference for a non-model organism from my genome annotations. I wanted to include the leader sequences (i.e. Vtranscript) to improve the V-gene calling as my libraries are 5'RACE, but when I run the following code:
mixcr buildLibrary --debug --v-genes-from-fasta IGHVwLeaders.fasta --v-gene-feature VTranscript --j-genes-from-fasta IGHJ.fasta --d-genes-from-fasta IGHD.fasta --c-genes-from-fasta IGHC.fasta --chain IGH --taxon-id 29078 --species epfu IGH-V2.json.gz
It fails to extract the VTranscript. I have successfully generated and used a library using the VRegion as suggested in the documentation. I am using v4.6.0.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions