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

Issue about the assembled genome size about bridged and polished step #53

Open
linshengnan09 opened this issue Jul 1, 2023 · 1 comment

Comments

@linshengnan09
Copy link

Hi, I have assembled a plant genome with NECAT. The survey genome size is about 4.13g, but I got the bridged contigs was about 6.32g and the polished contigs was about 1.50g. Why is there a huge difference in genome laying after polishing? And Why the size of bridged contigs was 1.5 times the estimated size? Are two sets of haplotypes assembled?
the config file was compiled as it follows:
PROJECT=necat
ONT_READ_LIST=input.fofn
GENOME_SIZE=4130000000
THREADS=56
MIN_READ_LENGTH=3000
PREP_OUTPUT_COVERAGE=40
OVLP_FAST_OPTIONS=-n 500 -z 20 -b 2000 -e 0.5 -j 0 -u 1 -a 1000
OVLP_SENSITIVE_OPTIONS=-n 500 -z 10 -e 0.5 -j 0 -u 1 -a 1000
CNS_FAST_OPTIONS=-a 2000 -x 4 -y 12 -l 1000 -e 0.5 -p 0.8 -u 0
CNS_SENSITIVE_OPTIONS=-a 2000 -x 4 -y 12 -l 1000 -e 0.5 -p 0.8 -u 0
TRIM_OVLP_OPTIONS=-n 100 -z 10 -b 2000 -e 0.5 -j 1 -u 1 -a 400
ASM_OVLP_OPTIONS=-n 100 -z 10 -b 2000 -e 0.5 -j 1 -u 0 -a 400
NUM_ITER=2
CNS_OUTPUT_COVERAGE=50
CLEANUP=1
USE_GRID=false
GRID_NODE=0
GRID_OPTIONS=
SMALL_MEMORY=0
FSA_OL_FILTER_OPTIONS=
FSA_ASSEMBLE_OPTIONS=
FSA_CTG_BRIDGE_OPTIONS=
POLISH_CONTIGS=true
Looking forward to your answer. Thank you!

@akaraw
Copy link

akaraw commented Aug 20, 2023

Did you try removing the duplicates? e.g., purge_dups

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