You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could easily be achieved by requiring the TSV to have a header and looking up the appropriate field using the info_field parameter (i.e. the header for the value column would need to match the INFO tag you want to use in your VCF).
Note, that this does not mean to add support for adding multiple INFO fields in one command run, just that the input TSV can have an arbitrary set of value columns.
The text was updated successfully, but these errors were encountered:
This could easily be achieved by requiring the TSV to have a header and looking up the appropriate field using the
info_field
parameter (i.e. the header for the value column would need to match the INFO tag you want to use in your VCF).Note, that this does not mean to add support for adding multiple INFO fields in one command run, just that the input TSV can have an arbitrary set of value columns.
The text was updated successfully, but these errors were encountered: