Skip to content

Commit

Permalink
test links
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Feb 25, 2022
1 parent f2b60ff commit 52735f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ src/test/resources/large/funcotator/funcotator_dataSources/dna_repair_genes/hg38
src/test/resources/large/funcotator/funcotator_dataSources/familial/hg38 -filter=lfs -diff=lfs -merge=lfs -text
src/test/resources/large/funcotator/funcotator_dataSources/hgnc/hg38 -filter=lfs -diff=lfs -merge=lfs -text
src/test/resources/large/funcotator/funcotator_dataSources/simple_uniprot/hg38 -filter=lfs -diff=lfs -merge=lfs -text

#Otherwise, track everything in large
src/test/resources/large/** filter=lfs diff=lfs merge=lfs -text
src/main/resources/large/** filter=lfs diff=lfs merge=lfs -text

*.psd filter=lfs diff=lfs merge=lfs -text
4 changes: 2 additions & 2 deletions scripts/variantstore/variant_annotations_table/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Creating the Variant Annotations Table

### The VAT pipeline is a set of WDLs
- [GvsCreateVAT.wdl](scripts/variantstore/wdl/GvsCreateVAT.wdl)
- [GvsValidateVAT.wdl](scripts/variantstore/variant_annotations_table/GvsValidateVAT.wdl)
- [GvsCreateVAT.wdl](/scripts/variantstore/wdl/GvsCreateVAT.wdl)
- [GvsValidateVAT.wdl](/gatk/scripts/variantstore/variant_annotations_table/GvsValidateVAT.wdl)

The pipeline takes in a jointVCF and outputs a table in BigQuery.

Expand Down

0 comments on commit 52735f5

Please sign in to comment.