-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I'm having trouble with the 02_annotate.sh script, as it seems the database bed files (dbsnp, genes, chromatin, gtex, etc) are custom built and it's hard to know what fields are available, and how many fields are used in formulation of those bed files. Thereafter, they are referred to by awk commands that identify some of the fields by number.
Also I don't know what $TRAIT means and how to set that in this script, or what trait.dir <- "M01494" means in the next 03 script.
In short, I created a number of bed files by downloading the dbsnp, gene tracks, and etc. but I run into problems down the road no knowing exactly what the files should have in them. Is it possible to make available some toy data and the bed files for the databases for download? If not, no worries, and thank you for the code.