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

slurm script error: dcblast_merge.sh: command not found #3

Closed
gexijin opened this issue Nov 25, 2018 · 1 comment
Closed

slurm script error: dcblast_merge.sh: command not found #3

gexijin opened this issue Nov 25, 2018 · 1 comment

Comments

@gexijin
Copy link

gexijin commented Nov 25, 2018

I tried it and got an error
dcblast_split.sh: command not found
dcblast_merge.sh: command not found

I solved this issue by editing the line 56 and 57 from:
my $dcblast_blastcmd = 'dcblast_blastcmd.sh';
my $dcblast_mergecmd = 'dcblast_merge.sh';

To:
my $dcblast_blastcmd = './dcblast_blastcmd.sh';
my $dcblast_mergecmd = './dcblast_merge.sh';

The system now can find the two scripts.

@wyim-pgl
Copy link
Owner

Thanks!

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