-
Notifications
You must be signed in to change notification settings - Fork 1
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
No read me #3
Comments
Sorry for the late response. To configure input/output files etc. you need to create a |
If it comes to more widespread usage then I think there are better assembly tools out there. |
Hello Lukasz, Thank you very much for the information. Do you hav any interest to further develop it and make it more user friendly? I cannot find your email but I would be happy to talk more. And to use it not just for single cell but also mixed cells (aka Metagenomics assembly). I think the idea is similar, check idea_ud and megabit assembler for details. rust-mdbg for HIFI long reads is very popular and I am hoping that we could make it more user friendly for publication. Have you tried submit you manuscript to , for example, bmc bioinformatics? I am also new to rust but would be very interested to learn more. my emails is [email protected] Thanks, Jianshu |
When create the settings.toml file and run it I have the following error: thread 'main' panicked at 'attempted to leave type Any idea why? I attached settings: input files path, should contain at least one filenameinput_files = ["/storage/home/hcoda1/4/jzhao399/p-ktk3-0/rich_project_bio-konstantinidis/apps/Competitive_mapping/T4AerOil_R1.fa", "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/rich_project_bio-konstantinidis/apps/Competitive_mapping/T4AerOil_R2.fa"] output file pathoutput_file = "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/rich_project_bio-konstantinidis/apps/Competitive_mapping/assembly.katome.fa" original genome lengthoriginal_genome_length = 100 minimal weight of the edge in De Bruijn Graphminimal_weight_threshold = 0 input file type, currently can have one of threes values:BFCounter, Fasta, Fastqinput_file_type = "Fasta" size of the k-merk_mer_size = 131 Whether or not katome should create reverse complementary sequences to theoriginal reads. While this option noticeably slows down the process ofassembly it usually will create higher quality output. Note that it is highlyadvisable to use that option when using BFCounter file input due to the factthat it randomly chooses between complementary and 'normal' representation ofthe edge and resulting graph without complementary sequences will contain alot of small weakly connected components, which results in poor assemblyqualityreverse_complement = true Thanks, Jianshu |
Hello Lukasz,
I can compile it now but I have no clues how to run it. katome r1.fasta r2.fasta? what about the output? I also did not find how to run it in your original paper. Thank you very much for all those efforts. I was surprised that your software was not used since rust is so efficient in terms of compiling and memory safety.
Thanks,
The text was updated successfully, but these errors were encountered: