Browse Source

second commit

master
biolcl 4 years ago
parent
commit
a1a6c85be7
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      charger_test.csv
  2. +1
    -1
      workflow.wdl

+ 3
- 0
charger_test.csv View File

sample_id,vep_vcf
CBCGA274535.Haplotyper,oss://choppy-cromwell-result/test-choppy/CBCGA_filter_vep_charger_1_150_0903/1efaeacc-2441-447b-bc75-28c2f36bae98/call-filter_vep_annovar/glob-9a6c87b5232fb2ca5fafac9fc0f9b28e/CBCGA274535.Haplotyper.PASS.vep.filter.vcf


+ 1
- 1
workflow.wdl View File

import "./tasks/charger.wdl" as charger import "./tasks/charger.wdl" as charger


workflow run_charger {
workflow {{ project_name }} {
String sample_id String sample_id
File vep_vcf File vep_vcf
File inheritanceGeneList File inheritanceGeneList

Loading…
Cancel
Save