Add a function to get the variant chr naming convention of a single bed/vcf file. Only checks the chromosome naming convention (chr1 vs 1). I think this is related to the assembly used.
Used in RecSNV, originally called vcf_checker and bed_checker, where the purpose seems to be to ensure the files are all using the same naming convention and that the naming connection matches a FASTA file. See validate_inputs function.
See code and discussion in https://github.com/uclahs-cds/pipeline-RecSNV/pull/17#discussion_r1082963532
Add a function to get the variant chr naming convention of a single bed/vcf file. Only checks the chromosome naming convention (chr1 vs 1). I think this is related to the assembly used.
Used in RecSNV, originally called
vcf_checkerandbed_checker, where the purpose seems to be to ensure the files are all using the same naming convention and that the naming connection matches a FASTA file. Seevalidate_inputsfunction.See code and discussion in https://github.com/uclahs-cds/pipeline-RecSNV/pull/17#discussion_r1082963532