This solved a problem for me. GATK was reporting "Invalid Argument" for my entry after --RGPU <platform.unit>. It turned out I had removed a space in the line before:
bad:
--RGPL= sample_num\
--RGPU= platform.unit \
good:
--RGPL= sample_num \
--RGPU= platform.unit \
• 0 views
•
link