-
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
Adding blast & hmmer database by script #263
Comments
it success to add to the blastdb however there are some problem about the input argument |
Case 1.
Case 2.
Case 3.
Case 4.
|
Nice!! I will make one file named add2DB.cwl |
I think you need not only add2DB.cwl but also devide to add2Organism.cwl, add2Blast.cwl and add2Hmmer.cwl |
Good idea. I deleted add2DB.cwl and I made one cwl file for each app. Link: |
Complete the addhmmer.py scirpt for CWL pipeline . |
@deming7h777 What's the difference between this and #259 ? |
Also make the script for blast and hmmer that can add the database by one command and can be easier to integrate with CWL.
ideal command : python manage.py addblast [Genus] [species] -t [sequence_type] -f [fasta_filename]
The text was updated successfully, but these errors were encountered: