artic-network / artic-ncov2019

ARTIC nanopore protocol for nCoV2019 novel coronavirus
Creative Commons Attribution 4.0 International
168 stars 166 forks source link

replacing primer scheme submodule with a git subtree #44

Closed will-rowe closed 3 years ago

will-rowe commented 3 years ago

This removes the primer scheme submodule, which (expectedly) caused broken links, and replaces it with a subtree.

The advantages:

The disadvantages:

To pull primer scheme repo updates into this repo: git subtree pull --prefix primer_schemes/ https://github.com/artic-network/primer-schemes.git master --squash

will-rowe commented 3 years ago

closes https://github.com/artic-network/artic-ncov2019/issues/43