-
Notifications
You must be signed in to change notification settings - Fork 23
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
Starting up MAGpy #47
Comments
Hi, Bests, |
I am having the exact same issue also. Did anyone find a workaround for this? Many thanks Kind regards, P |
Hi Sorry for the delay I think the command should be snakemake -rp -s MAGpy --use-conda --cores 8 Mick |
Hi Mick, By running this command does MAGpy do everything. i.e run CheckM for quality control, build the phylogenetic tree etc etc all in one command? Many thanks Kind regards, P |
Yes, that should run everything - if you have the databases installed first (see README) |
This is working perfect. Thanks very much |
I'm sure this is an issue with me having never used snakemake before, but here goes:
I followed the steps on the github readme (test and building diamond database all worked perfectly), and am now trying to start the actual MAGpy process using the command:
snakemake -rp -s MAGpy --use-conda MAGpy --cores 8
My MAGs are in the mags directory in the cloned github repo.
The process fails with below message:
Building DAG of jobs... MissingRuleException: No rule to produce MAGpy (if you use input functions make sure that they don't raise unexpected exceptions).
Could you point me in the right direction?
Thank you!
The text was updated successfully, but these errors were encountered: