Mercurial > repos > elixir-it > covacs_variant_recalibrator
view tool-data/covacs_vcf.loc.sample @ 10:2a59f20b097f draft default tip
Uploaded
author | elixir-it |
---|---|
date | Wed, 02 Oct 2019 04:31:44 -0400 |
parents | 18481dd04f37 |
children |
line wrap: on
line source
#This is a sample file distributed with Galaxy that enables tools #to use a directory vcf file for covacs sequences data files. You will need #to create these data files and then create a vcf_loc.loc file #similar to this one (store it in this directory) that points to #the directories in which those files are stored. The vcf_loc.loc #file has this format (longer white space characters are TAB characters): # #<unique_id> <display_name> <file_path> # #So, for example, if you had vcf file stored in #/export/resource/, #then the covacs_vcf.loc entry would look like this: # #hapmap hapmap /export/resource/hapmap.vcf # #and your /export/resource directory #would contain hapmap.vcf. # # #Your covacs_vcf.loc file should include an entry per line for each #index set you have stored. The "file" in the path does not actually #exist, but it is the prefix for the actual index files. #Note that for backwards compatibility with workflows, the unique ID of #an entry must be the path that was in the original loc file, because that #is the value stored in the workflow for that parameter. # #hapmap hapmap /export/resources/hapmap.vcf #1000G 1000G /export/resources/1000G.vcf