-
Notifications
You must be signed in to change notification settings - Fork 197
Description
Description of feature
Currently, there doesn't seem to be a way to specify all the 10x read chemistries supported by simpleaf
here:
https://github.com/COMBINE-lab/simpleaf/blob/main/resources/chemistries.json
In particular, I'd like to run nf-core/scrna
via simpleaf
on 10x 5' v2/v3 chemistry, which doesn't seem to be currently supported in this workflow (from what I can tell). Can we either enable the specification of any supported simpleaf
chemistry on the above list?
Alternatively, can we create a parameter to pass additional custom options to simpleaf
a la extra_salmon_quant_args
in the rnaseq
workflow? If we went that route, we could pass the -d, --expected-ori
parameter to get the orientation correct for 5' chemistry, as noted in my issue here COMBINE-lab/alevin-fry#118 and discussed elsewhere
Thanks!