Hi gconception, that's exactly what I have done. Thank you very much !
I would really appreciate your help with a related question:
I have subread data in fasta files from two cells, each file being about 5 to 6 G.
I used the following fc_run.cfg config file:
[General]
input_fofn = input.fofn
input_type = raw
\# The length cutoff used for seed reads used for initial mapping
length_cutoff = 1000
\# The length cutoff used for seed reads usef for pre-assembly
length_cutoff_pr = 1000
pa_HPCdaligner_option = -v -B128 -M32
pa_daligner_option = -e.70 -l1200 -s100 -k14 -h256 -w8
ovlp_HPCdaligner_option = -v -B128 -M32
ovlp_daligner_option = -h600 -e.96 -l1800 -s100 -k24
pa_DBsplit_option = -x500 -s400
ovlp_DBsplit_option = -x500 -s400
\# error correction consensus optione
falcon_sense_option = --output_multi --min_idt 0.70 --min_cov 4 --max_n_read 200 --n_core 24
\# overlap filtering options
overlap_filtering_setting = --max_diff 100 --max_cov 100 --min_cov 1 --bestn 10 --n_core 24
[job.defaults]
job_type = local
\#use_tmpdir = /scratch
pwatcher_type = blocking
job_type = string
submit = bash -C ${CMD} >| ${STDOUT_FILE} 2>| ${STDERR_FILE}
NPROC=4
\#njobs=1
[job.step.da]
[job.step.pda]
[job.step.la]
\#NPROC=1
[job.step.pla]
\#NPROC=1
[job.step.cns]
\#njobs=1
NPROC=24
[job.step.asm]
NPROC=32
However, I noticed that the a-contig file (a_ctg.fa) is much smaller than the p-contig file (p_ctg.fa) in the FALCON output (349K vs 112M) and consequently the consensus haplotig file (cns_h_ctg.fasta) is much smaller than the consensus primary contain file (cns_p_ctg.fasta) in the FALCON-Unzip output (4.6M vs 113M). Is that a valid result or is that indicative of improper parameter values or some other artifact ?
Thanks a lot in advance. ambarishnag.
In case you had not seen this nice tutorial: Polish PacBio assembly with latest PacBio tools : an affordable solution for everyone
Hi gconcepcion, thank you very much, your help is much appreciated ! ambarishnag
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
