NGS-variants-training/2022.9/day2/variant_calling_preparation/ #16
Unanswered
Replies: 1 comment
-
To get all the unique chromosome names in a vcf file: grep -v "^#" 1000g_gold_standard.indels.filtered.vcf | cut -f 1 | sort | uniq -c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NGS-variants-training/2022.9/day2/variant_calling_preparation/
https://sib-swiss.github.io/NGS-variants-training/2022.9/day2/variant_calling_preparation/
Beta Was this translation helpful? Give feedback.
All reactions