Skip to content
Discussion options

You must be logged in to vote

The command should be:

ls raw1/*R1* |
parallel -j 4 \
'mixcr analyze generic-bcr-amplicon -f \
--species mmu \
--rna \
--rigid-left-alignment-boundary \
--rigid-right-alignment-boundary \
--tag-pattern "^N{"4"}ccctcctttaattcccN{"22"}(R1:*)\^N{"4"}gaggagagagagagagN{"26"}(R2:*)" \
--assemble-clonotypes-by {CDR1Begin:FR4End} \
{} \
{=s:R1:R2:=} \
{=s:./:result1/:;s:_R.*::=}'

Did you use double quotes inside {} in the pattern : {"4"} etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mizraelson
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