Occasionally the cluster given in the annotations file will not be the one we want.
We can easily get the sequences from the annotations file, but we do not have the naive sequence directly at-hand. We can get this from ./bin/partis --naive-vsearch --other-args, and the .log file has the function call used to generate the data, it will just take an intermediate rerunning of partis.
Occasionally the cluster given in the annotations file will not be the one we want.
We can easily get the sequences from the annotations file, but we do not have the naive sequence directly at-hand. We can get this from
./bin/partis --naive-vsearch --other-args
, and the.log
file has the function call used to generate the data, it will just take an intermediate rerunning ofpartis
.