Skip to content

Alignment and germline gene inference on pre-processed data #1669

Answered by mizraelson
giulioisac asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, yes, MiXCR can work with FASTA files.

If you only want to align the reads, without clustering them and correcting errors, the command would be

mixcr align --preset generic-amplicon \
    --species hsa \
    --rna \
    --floating-left-alignment-boundary \
    --floating-right-alignment-boundary C \
      input.fasta \
      result.vdjca

And then export those alignments with:

mixcr exportAlignments result.vdjca result.tsv

But if possible it is always better to process the raw FASTQ files with MiXCR.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@giulioisac
Comment options

@mizraelson
Comment options

@giulioisac
Comment options

Answer selected by mizraelson
Comment options

You must be logged in to vote
1 reply
@mizraelson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants