YaoZhou89 / TGG

tomato graph pangenome
MIT License
73 stars 18 forks source link

Missing code/scripts for the `Genome_assembly` part #2

Closed AndreaGuarracino closed 2 years ago

AndreaGuarracino commented 2 years ago

Hi, the 1.Genome_asembly/1.contig part reports that

Flye, Hicanu and Hifiasm are used to assemble primary genome. GALA is used to fillter the potential miss-assembly regions. WGS is manual software intergrated in pipeline.

but I am not able to find all the code/scripts about it. For example, I see that a script called draft_comp.sh is missing, I don't see where flye, canu, gala are called, etc...

I state that I am a newbie with snakemake, and I apologize if this is the problem.

YaoZhou89 commented 2 years ago

As the assembly tools are under fast development, we did not include the primary assembly code in this Snakemake file. It would be better to follow each assembler's official updates. The draft_comp.sh will be generated when we run the GALA pipeline. Here is the GALA pipeline for assembly: https://github.com/ganlab/gala

AndreaGuarracino commented 2 years ago

A bit unexpected. For reproducibility, it would be enough to just specify the commit versions for all the tools.

Anyway, thank you for the answer!

YaoZhou89 commented 2 years ago

Actually, we tried to assemble these genomes using different assemblers at the beginning, and we learned the GALA pipeline later. Therefore, we do not include the primary assembler in this Snakemake file. I hope I've clarified your concerns this time. For the concerns of reproducibility, the three assemblers should be easy to use and you can follow the description in our manuscript. Then you can use these assemblies as input for the GALA pipeline.

Johnsonzcode commented 1 year ago

Dear @YaoZhou89 , How to install WGS or get the binary? It is useful when build pan-genome. Thank you in advance.

zhoulab-ibcas commented 1 year ago

The WGS source code and binary are available at https://github.com/YaoZhou89/WGSc

Johnsonzcode commented 1 year ago

@zhoulab-ibcas Thank you so much!