infection:tldr:ec6b4
The command infection --min-covered-msi ${percentage}
is invoking a tool or program named "infection" and passing it the argument --min-covered-msi
along with a value stored in the variable ${percentage}
.
Based on the provided information, it appears that this command sets the minimum coverage ratio for "msi" (microsatellite instability) in the program "infection". The ${percentage}
part is most likely a placeholder for a specific value or percentage that needs to be provided.
In general, "infection" seems to be a specific tool or program that likely deals with analyzing and reporting on microsatellite instability in data. The purpose and functionality of this tool can only be determined with more context or information about the tool itself.