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

Running on a job queue / non-interactive environment #63

Open
cmfield opened this issue Jan 25, 2023 · 2 comments
Open

Running on a job queue / non-interactive environment #63

cmfield opened this issue Jan 25, 2023 · 2 comments

Comments

@cmfield
Copy link

cmfield commented Jan 25, 2023

When you provide an output folder path that already exists, the program checks whether it's ok to use this folder, asking for input Y/N. This doesn't work in a non-interactive environment, such as in a job queue on a cluster.

For now, the simple solution is not to create the output folder in advance. Better if you could automatically refuse to write to an existing folder unless an argument flag is set?

@Caiyulu-818
Copy link

I use the query mode with the script bigslice --query ~/data1/LUCY/done_antismash/mag_gbk/ /efs/lucy1 -t 8 --program_db_folder /home/ec2-user/miniconda3/bin/bigslice-models
but with the error "Output folder didn't exists! BiG-SLiCE run failed."

And I have tried not to create the output folder in advance, and create the output folder.
I always meet this error.
Could you offer any tips about this problem?

1 similar comment
@Caiyulu-818
Copy link

I use the query mode with the script bigslice --query ~/data1/LUCY/done_antismash/mag_gbk/ /efs/lucy1 -t 8 --program_db_folder /home/ec2-user/miniconda3/bin/bigslice-models
but with the error "Output folder didn't exists! BiG-SLiCE run failed."

And I have tried not to create the output folder in advance, and create the output folder.
I always meet this error.
Could you offer any tips about this problem?

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