artic-network / fieldbioinformatics

The ARTIC field bioinformatics pipeline
MIT License
110 stars 68 forks source link

adding checks to the primer scheme processing, now using pandas #11

Closed will-rowe closed 4 years ago

will-rowe commented 4 years ago

This PR replaces the existing read_bed_file function in vcftagprimersites.py with one which tries to make primer scheme processing more robust to format errors.

This assumes primer schemes conform to the format used in the nCov scheme. This is basically the standard BED format fields 1-4, plus a 5th field which is used for PoolName.

Main changes: