-
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
documentation on running metaGEM using user-generated contig assemblies #56
Comments
Hi Zoey, Thanks for raising this issue! Indeed I now realize that documentation is lacking for this usage of In short, Line 14 in d81186a
There is more information about this here. Ok, now that we have properly configured wildcards to expand sample IDs, let's look at the crossMapSeries rule: Lines 390 to 397 in d81186a
As you can see, the rule takes in the entire Additionally, the output of the megahit assembly rule is taken in as an input via the shorthand Lines 273 to 278 in d81186a
As you can see, the contigs should be named Lines 313 to 323 in d81186a
In summary, if you have the Best wishes, |
A late follow-up on this: I also have co-assemblies that I would like to use as input for cross-mapping. I noticed in earlier metaGEM development you tested this approach, do you happen to know which code snippets I could pull from? Thanks! |
Hi Zoey, apologies for the late response. Unfortunately I abandoned this approach very early on in the development of metaGEM so I do not have any code to share. If you are still looking, perhaps this pipeline may have some coassembly code for you to pull from. https://github.com/Finn-Lab/MAG_Snakemake_wf Best, |
I am trying to run metaGEM using a dataset that has already been quality filtered and assembled into contigs. I'm trying to format the data the way metaGEM wants it, but I can't get it right (maybe because I'm not "touch"ing the files in the right order for Snakemake?).
Is there any documentation on how users should input files when starting at the crossMap/binning step of the pipeline?
Thank you!
The text was updated successfully, but these errors were encountered: