Closed brymerr921 closed 7 years ago
Sorry about this unexpected problem.
Download the updated script (which is here if you want to download it manually):
wget https://goo.gl/AtbmWn -O anvi-script-upgrade-profile-db-v19-to-v20-fixy
Overwrite the existing script (just copy-paste the following commands):
target_dir=$(dirname `which anvi-script-upgrade-profile-db-v19-to-v20`)
x18_to_19="$target_dir/anvi-script-upgrade-profile-db-v18-to-v19"
x19_to_20="$target_dir/anvi-script-upgrade-profile-db-v19-to-v20"
head -n 1 $x18_to_19 > $x19_to_20
tail -n +2 anvi-script-upgrade-profile-db-v19-to-v20-fixy >> $x19_to_20
Re-run your upgrade:
anvi-script-upgrade-profile-db-v19-to-v20 YOUR_PROFILE_DB --just-do-it
This should resolve it.
Sorry about the hiccup!
We would be very happy if you can let us know whether it works!
This works!
Thank you, Joe.
I tried to upgrade my PROFILE.db from v17 to v20 using the scripts to go from v17 to v18, v18 to v19, and finally v19 to v20. The v19 to v20 upgrade script didn't work. Here is the error message.
Another time it said:
Thanks!