NBISweden / swefreq

Swedish Frequency resource for genomics website
https://swefreq.nbis.se/
GNU General Public License v3.0
8 stars 1 forks source link

Allow extraction of rsids even if some values in the field are not rsids #570

Closed talavis closed 5 years ago

talavis commented 5 years ago

Describe the pull request:

Pull request long description:

After adding rsids using gatk, ACPop has values in the format 1:3195;rs6421780 in the rsid column. Instead of checking whether the first value starts with rs, it will now check all values in the column for rs and check whether any were found.