Skip to content
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

How to run Gala #12

Closed
AstrMary opened this issue Jan 25, 2021 · 2 comments
Closed

How to run Gala #12

AstrMary opened this issue Jan 25, 2021 · 2 comments

Comments

@AstrMary
Copy link

Hello,
I have assembled a genome of 1.4 GBases with reads that come from MiNion platform using CANU and Flye assembles and then I polished them with short reads that come from illumina using a number the Pilon , Polca and NextPolish tools. Now I want to try your tool but I don't understand if I run it with the proper way. Inside the file draft_names_paths.txt I insert all the polished fasta genomes and the raw data (fastq.gz) of the MiNioN platform.

Then I run the command :

./gala /data2/maria/assembles/draft_names_paths.txt fq/fa corrected reads
Is it right ?

Please help me,
Maria

@mawad89
Copy link
Collaborator

mawad89 commented Jan 26, 2021

Hi Maria;
Firstly; GALA needs at least 3 assemblies to detect the mis-assemblies. but you can use it to construct the linkage groups directly from those assemblies if they are free of errors.

To run GALA you add only the preliminary assemblies (Flye and Canu) drafts to draft_names_paths.txt then run the following command:
gala ./gala /data2/maria/assembles/draft_names_paths.txt fq (fastq.gz full path) -nanopore-raw

Also in your situation if you have only this two assemblies you can use the step by step module from step 5 Contig Clustering Module (CCM).

Mohamed

@AstrMary
Copy link
Author

Mohamed thank you for your quick response..

I manage to run Gala tool as you wrote me and now I am waiting the results :-)

Bests,
A.M

@mawad89 mawad89 closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants