usadellab / Trimmomatic

Other
217 stars 70 forks source link

keepBothReads - should it be "true" or "True" #21

Closed lucygarner closed 2 years ago

lucygarner commented 2 years ago

Hi,

For the keepBothReads parameter, should True have a capital letter or not? I have seen different options in the manual/GitHub page.

Best wishes, Lucy

TonyBolger commented 2 years ago

Either should work. Under the covers it simply calls java.lang.Boolean.parseBoolean(), and that is documented as accepting anything equal to "true" in a case-insensitive comparison