Then, copy a couple of ebola databases to the db_extraction folder under src. If you copy Sabine's and mine, you don't have to edit anything else but if you choose to copy others, edit the lines 9 and 10 in src/db_extraction/orderly.R to the filenames you have copied over.
Then start a R session in priority-pathogens and run orderly2::orderly_run("db_extraction")
If this runs without any problems, then we can safely conclude that the migration has been successful. The other task in the source tree was not set up to run as an orderly task.
This PR migrates the source tree to orderly2. To test this,