-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All feature under manage.py command #280
Comments
Checklist (I take organism honeybee as an example) *addorganism
*addblast
*makeblastdb
*populatesequence
*addhmmer
*delete
|
merge branch addorg3 into master branch. Checklist (I take organism honeybee as an example) *addorganism
*addblast
*makeblastdb
*populatesequence
*addhmmer
|
Great!
|
For the ideal result of all the command for handle django database:
addorganism : python manage.py addorganism Aethina tumida
addblast : python manage.py addblast Aethina tumida -t peptide protein -f GCF_001937115.1_Atum_1.0_genomic.fna
makeblastdb : python manage.py blast_utility GCF_001937115.1_Atum_1.0_genomic.fna -m
populatesequence : python manage.py blast_utility GCF_001937115.1_Atum_1.0_genomic.fna -p
addhmmer : python manage.py addhmmer Aethina tumida -f GCF_001937115.1_Atum_1.0_genomic.fna
make blast is_shown:
python manage.py blast_shown GCF_001937115.1_Atum_1.0_genomic.fna --shown true/false
delete feature:
python manage.py delete -o Aethina tumida
python manage.py delete -b GCF_001937115.1_Atum_1.0_genomic.fna
python manage.py delete -h GCF_001937115.1_Atum_1.0_genomic.fna
The text was updated successfully, but these errors were encountered: