You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
advanced :
delete multiple db or species in the same time
python manage.py delete [organism1] [organism2] . . .
python manage.py delete [blastdb1] [blastdb2] . . .
When the species is deleted, the cascade field and data should be deleted at the same time.
As same as the situation of species, it should deletes the cascading table when blastdb and hmmerdb be deleted but not the species.
The text was updated successfully, but these errors were encountered:
ideal command :
python manage.py delete [organism]
python manage.py delete [blastdb]
python manage.py delete [hmmerdb]
advanced :
delete multiple db or species in the same time
python manage.py delete [organism1] [organism2] . . .
python manage.py delete [blastdb1] [blastdb2] . . .
another delete command:
python manage.py delete -org [organism1]
python manage.py delete -b [blastdb1]
python manage.py delete -h [hmmerdb1]
advanced command:
python manage.py delete -org [org1] [org2] . . .
python manage.py delete -b [blastdb1] [blastdb2] . . .
python manage.py delete -h [hmmerdb1] [hmmerdb2] . . .
When the species is deleted, the cascade field and data should be deleted at the same time.
As same as the situation of species, it should deletes the cascading table when blastdb and hmmerdb be deleted but not the species.
The text was updated successfully, but these errors were encountered: