metabat won't execute successfully #155
-
Hello, I am able to submit the jobs to the node succesfully, but I am having some issues with metabat. First a quick question. For metabat, I see that there needs to be two types of input:
What is this 'cov' file, or is it a folder? I am assuming that it is a coverage stats table from assemblies step that looks like:
It would be good if this could be confirmed. My second question relates to setting up the conda environment. I saw it in the log that the following is trying to be executed:
I tried executing this code outside of metagem and then I got the following error message:
What would be a possible source of the issue? Thank you in advance, Young |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Update: I looked at this issue further and realized that I need to edit the "env" section of the config.yaml, such that whatever specified there is actually a conda environment. This appears to have solved the problem. I do have a question: Is it possible to specify which data that I want to work with? For example, if I have subfolders A and B in the dataset folder, could I customize files or commands such that my run targets the B subfolder? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help Francisco. I think at this point, I can experiment with few things in Snakefile and other config documents to get things running (I've already did a couple of test runs in the server, and it seems to run well). If I do have more q's in the future, I'll post them in a separate discussion. Thanks again, Young |
Beta Was this translation helpful? Give feedback.
Glad you figured that one out!
As I have recommended in our previous discussion, please have a look at the Snakefile rules to understand what is going on:
metaGEM/workflow/Snakefile
Lines 390 to 492 in 57cfd60