You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vcfanno
Hi Bret,
Can vcfanno annotate vcf fields other than fields that are in 'INFO' ?
Like if I have a database vcf with a field called 'XYZ_id' that I want to add to my vcf.
Thank you
Joël
Joel Lafond Lapalme
unread,
Mar 16, 2017, 10:28:10 AM3/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vcfanno
Sorry Brent ** I misspelled your name!
Brent Pedersen
unread,
Mar 16, 2017, 10:50:22 AM3/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joel Lafond Lapalme, vcfanno
Hi,
vcfanno can use BED, BAM, VCF to annotate; so if you can get your data
into one of those formats then you should be able to annotate easily.
If you wanted to support pulling from a database, you'd have to write
a fair bit of custom golang.
if you can describe in more detail what you are trying to do then
perhaps I can help more.
-Brent
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joel Lafond Lapalme, vcfanno
Oh, I see.
Yes. You'll use fields=["ID"] to grab the ID field from the annotation
file. Currently, you can only set an entry in the INFO of the query
file with that.
In the pending release, you'll be able to set the ID of the query file
with the ID from the annotation file. That release will be out this
week or early next.
On Thu, Mar 16, 2017 at 9:01 AM, Joel Lafond Lapalme
<joel.lafo...@gmail.com> wrote:
> Sorry I was not clear. My 'database' is a vcf. I want to add the 'ID' field
> of that database vcf to another vcf as a custom field like XYZ_ID.
>
> Joël