We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The blast lablog needs to be modified to allow Pikavirus and BLAST using the same database. The modifications are as follows:
including the new database viral_genomes_ncbi in line 10 BLAST_DATABASE="/data/bi/references/BLAST_dbs/viral_ncbi/viral_genomes_ncbi"
BLAST_DATABASE="/data/bi/references/BLAST_dbs/viral_ncbi/viral_genomes_ncbi"
modifing path to database in line 30 : -B /data/bi/references/BLAST_dbs/viral_ncbi/
-B /data/bi/references/BLAST_dbs/viral_ncbi/
The text was updated successfully, but these errors were encountered:
victor5lm
No branches or pull requests
The blast lablog needs to be modified to allow Pikavirus and BLAST using the same database.
The modifications are as follows:
including the new database viral_genomes_ncbi in line 10
BLAST_DATABASE="/data/bi/references/BLAST_dbs/viral_ncbi/viral_genomes_ncbi"
modifing path to database in line 30 :
-B /data/bi/references/BLAST_dbs/viral_ncbi/
The text was updated successfully, but these errors were encountered: