-
Notifications
You must be signed in to change notification settings - Fork 15
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
setting directories #23
Comments
Hi @etr-asu the error seems to be related that you need to define a path that exists in your system here in
Antonio |
Thanks for responding! The config.yaml file now reads:
And I get the same error:
|
Hi @etr-asu |
Hi @genomewalker, I think the issue is the cluster.yaml file is asking for settings that are more than what my university hpc allows by default (for example I can't ask for a 1000 hour job). Is there a minimum set of requirements you would recommend? Or some other approach for users adapting to a shared hpc system? Thanks! |
Yes, you should adapt the |
Hi,
I am trying to run the DB creation part of the workflow and I am struggling to parse all the locations I need to point to to run on my system locally.
https://github.com/functional-dark-side/agnostos-wf/wiki#db-creation
Running this command:
snakemake --conda-frontend conda --use-conda -j 100 --config module="creation" --cluster-config config/cluster.yaml --cluster "sbatch --export=ALL -t {cluster.time} -c {threads} --ntasks-per-node {cluster.ntasks_per_node} --nodes {cluster.nodes} --cpus-per-task {cluster.cpus_per_task} --job-name {rulename}.{jobid} --partition {cluster.partition}" -R --until creation_workflow_report
With the attached my yaml files (renamed to txt so I can upload them).
Results in this error:
I am unsure where these files should be since the download for the creation data only has the contigs.fasta files.
Thanks!
config_yaml.txt
config_communities_yaml.txt
cluster_yaml.txt
The text was updated successfully, but these errors were encountered: