diskin-lab-chop / AutoGVP

19 stars 3 forks source link

Update filter vcf script with pass filter #90

Closed rjcorb closed 1 year ago

rjcorb commented 1 year ago

Purpose/implementation Section

What feature is being added or bug is being addressed?

The filter_vcf.sh script has been modified as follows:

What was your approach?

See above

What GitHub issue does your pull request address?

88

Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.

Please run following command to test filtering script updates

bash filter_vcf.sh input/test-filter.vcfgnomad_3_1_1_AF_non_cancer<0.1 | gnomad_3_1_1_AF_non_cancer="."'`

Which areas should receive a particularly close look?

The the last few lines of filtered vcf header, which should specify that filtering was performed based on default and gnomad criteria.

Is there anything that you want to discuss further?

No

Documentation Checklist