igvteam / igv-reports

Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.
MIT License
350 stars 52 forks source link

Info-field parsing based on field prefix #35

Closed FelixMoelder closed 5 years ago

FelixMoelder commented 5 years ago

This PR adds an additional parameter allowing to parse info fields by just specifying a list of field-prefixes.

jrobinso commented 5 years ago

@FelixMoelder Could you update the readme with the new --info-columns-prefixes ioption and add it ti this PR? We should keep it up-to-date. Thanks.