Specifying path of preset yaml file #1046
-
Is there a way to specify a local custom preset without requiring it to be in the same working directory? If there is no way to do this, I would be totally fine with copying the Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
You can put your preset in
/home/user/.mixcr/presets/
and runmixcr analyze --preset local:custom_preset ...
Alex