robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

bwa mapper-args #131

Open robmaz opened 5 years ago

robmaz commented 5 years ago

Combining "bwamem" with actual mapper arguments in the --mapper-args argument does not seem to work (distmap treats the additional args as if they were distmap arguments and complains about them being invalid). Maybe something wrong with arg parsing for the bwa mapper?