Skip to content
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

mini_sprot.pep #2

Open
Alecrim24 opened this issue Sep 30, 2023 · 2 comments
Open

mini_sprot.pep #2

Alecrim24 opened this issue Sep 30, 2023 · 2 comments

Comments

@Alecrim24
Copy link

Hi brian im having issue using the mini_sprot.pep.

here is my error

BLAST Database error: No alias or index file found for protein database [/nobackup/qkdf72/Trinity/mini_sprot.pep] in search path [/nobackup/qkdf72/Trinity::]

here is my script

#!/bin/bash

#SBATCH -p shared
#SBATCH -c 64
#SBATCH --mem=100G
#SBATCH --gres=tmp:400G
#SBATCH -t 71:00:00

cd /nobackup/qkdf72/Trinity

module purge

module load bioinformatics

module load blast/2.13.0

blastx -db /nobackup/qkdf72/Trinity/mini_sprot.pep
-query trinity_assembly-H.m.Trinity.fasta -num_threads 2
-max_target_seqs 1 -outfmt 6 -evalue 1e-5
> swissprot.blastx_H.m.outfmt6

thanks

@brianjohnhaas
Copy link
Member

brianjohnhaas commented Sep 30, 2023 via email

@Alecrim24
Copy link
Author

Alecrim24 commented Oct 1, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants