Skip to content
Discussion options

You must be logged in to vote

Hi,

We have a dedicated command for creating a custom reference library. You can read the instructions here.

Briefly, to create a custom reference library, run the command below:

mixcr buildLibrary --debug \
  --v-genes-from-fasta v-genes.IGH.fasta \
  --v-gene-feature VRegion \
  --j-genes-from-fasta j-genes.IGH.fasta \
  --d-genes-from-fasta d-genes.IGH.fasta \ # optional
  --c-genes-from-fasta c-genes.IGH.fasta \ # optional
  --chain IGH \
  --taxon-id 9913 \
  --species cow \
  cow-IGH.json.gz

In this command:

  • FASTQ files contain genes in regular FASTA format. For instance:
>IGHV12-348
GATGCTGGAGTTATCCAGTCACCCCGCCATGAGGTGACAGAGATGGG...
  • --v-gene-feature defines which part of the V…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@bhartimittal2976
Comment options

@mizraelson
Comment options

Answer selected by mizraelson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants