time saving
wzylin opened this issue · 1 comments
wzylin commented
HI,
If I already used Canu to do the assembly.
How can I use this pipeline to do the rest of the jobs?
For saving time, I dont wanna assemble it again.
Thanks.
bsipos commented
Hi wzylin,
To start with an existing assembly do the following:
- Edit config.mk as usual
- issue "make wdir" to create working directory
- Place the assembly under <working_directory>/canu-assembly/canu.contigs.fasta
- Comment out most lines for the canu assembly target in analysis.mk
canu_assembly:$(CANU_CONTIGS) $ (WDT)
$(CANU_CONTIGS): $ (NANOPORE_READS)
@echo Assembling nanopore reads using canu.
@canu
# -p $(CANU_PREFIX)
# -d $(CANU_DIR)
# genomeSize=$(CANU_GENOME_SIZE)
# -nanopore-raw$(NANOPORE_READS) $ (CANU_PARAMETERS) - issue "make all" to perform correction with racon and pilon
Hope this helps, please write a message if you run into any problems.
Botond