-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issue running concoct with crossMapParallel pathway #57
Comments
Hi Jorge, Thanks for your interest in Based on the error message, I suspect that the culprit may be line 18 in the Snakefile: Line 18 in d81186a
Does your Regarding line 598, did you run into any rule dependency resolution errors after uncommenting? There are some commented outputs in the Snakefile for cases where alternative rules can generate the same output, and thus Snakemake would be unable to determine which rule to run. Commenting out the output for the "un-used" rule makes Snakemake happy. Just curious, what type of sequencing data is it (e.g. human gut), how many samples do you have, and how big are they (e.g. size in GB or number of reads per sample)? Even if you have a lot of samples (e.g. >250), you may be able to use the Best wishes, |
Closing issue due to inactivity, please reopen if issues arise. |
I encountered the same issue, but I found the solution. There is an error in the code that lists the sub-directories.
|
Thanks @Xentrics! I will get around to fixing this soon hopefully. In case its fresh on your mind feel free to submit a PR fix, it would be greatly appreciated 🥲 |
I am trying to run concoct on the toy dataset and getting a "TypeError" (please find the picture). Surprisingly, I could run both metabat and maxbin but somehow not able to run concoct. Could you please suggest some fix? Thanks a lot. |
Hey @kunaljaani , this error seems to be associated with recent CONCOCT installations, in particular with the dependency package sklearn. For example, here you can see three issues in the CONCOCT repo detailing how to resolve this recent problem. BinPro/CONCOCT#321 Sounds like replacing scikit-learn 1.2 with scikit-learn 1.1 resolves this issue. |
Hi Francisco, Thanks a lot for your rapid reply. Ya it was the issue of the scikit-learn by changing it to 1.1 worked. Thanks a lot. |
I am trying to run concoct on metaGEM after running crossMapParallel. I am trying to run metaGEM using a large dataset that has already been quality filtered and assembled into contigs. I was successfully able to run my files through megahit and ran crossMapParallel. I used crossMapParallel since it's recommended for large datasets and it outputted the expected files into the kallisto folder. I ran concoct as the next job in the workflow which calls kallisto2concoct but fails after encountering the following error. Do you know how I can avoid the issue to be able to continue the workflow? Thank you!
P.S. Line 598 has the output file commented out so I removed the "#"
The text was updated successfully, but these errors were encountered: