Closed robinsleith closed 3 years ago
Sure. Tell me what MRE is?
I guess it depends who you are talking to, either https://en.wikipedia.org/wiki/Minimal_working_example or https://en.wikipedia.org/wiki/Meal,_Ready-to-Eat
Ha! Thank you!
@btupper do you have time today or tomorrow before 12 to talk pacbio pipeline?
How about 11 today?
See https://github.com/BigelowLab/dadautils/commit/2afb494347ae9ad0f17e803f48f64766950fffea
list_filepairs()
for pacbio will yield an empty character string for pacbio. You can set the require_reverse
argument if you want to enforce it for Illumina.
run_dada()
filter_and_trim()
and learn_errors()
are now pacbio savvy. Plus ancillary functions like plotting.
My guess is that there will be others I didn't catch. Anywho, reinstall dadautils
devtools::install("/mnt/storage/data/edna/packages/dadautils", upgrade = FALSE)
And give it a pacbio shake.
Have you tried this yet?
Yeah! Sorry for not updating you! Its working!
We will be doing more and more pacbio sequencing and it would be good to have a script and config file setup for processing those data. It is possible we could add elements to the existing config and script and have one that does both, open to suggestions! I have a MRE and maybe @btupper and I can get together and run through that.