cov-lineages / pangolin

Software package for assigning SARS-CoV-2 genome sequences to global lineages.
GNU General Public License v3.0
419 stars 108 forks source link

Rebuild pangolin when edit some of the files #502

Closed afdhalrashid closed 1 year ago

afdhalrashid commented 1 year ago

I try to edit report collation file and run pangolin filename.fas but no changes. My changes is skipping the has assigment part. How to rebuild the project after making changes?

AngieHinrichs commented 1 year ago

Try running this command in the top-level pangolin directory:

pip install .
afdhalrashid commented 1 year ago

Try running this command in the top-level pangolin directory:

pip install .

Its working. My changes already can be seen in terminal. Thank you