Awk filtering values between two files when regions intersect (any solutions welcome)
- by user964689
This is building upon an earlier question Awk conditional filter one file based on another (or other solutions)
I have an awk program that outputs a column from rows in a text file 'refGene.txt if values in that row match 2 out of 3 values in another text file.
I need to include an additional criteria for finding a match between the two files.…