bacpop / PopPUNK

PopPUNK 👨‍🎤 (POPulation Partitioning Using Nucleotide Kmers)
https://www.bacpop.org/poppunk
Apache License 2.0
89 stars 18 forks source link

Update MST branch with changes to master #144

Closed nickjcroucher closed 3 years ago

nickjcroucher commented 3 years ago

Because I forgot to approve the rapidnj PR.

johnlees commented 3 years ago

There's no problem with this, but you don't strictly need to make a PR to merge from master - only needed for merges into master. You can just do:

git checkout master
git pull
git checkout mst
git merge master
git push