-
Notifications
You must be signed in to change notification settings - Fork 32
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
Confusion about argument -l
and -ml
#62
Comments
Hi,
-l represents the minimum length of the seed contig. In the figure, the
large blue circle is the seed contig and -l would determine its minimum
length. In your highlighted example, the orange one is the seed contig and
-l would determine its minimum length.
The description of -ml is a little off. -ml determines the minimum
alignment length that will be included in the merging process. Any
alignment lesser than -ml will not be merged.
I hope this helps. Let me know if you have any other questions.
…On Sun, Jan 24, 2021 at 12:12 AM neptuneyt ***@***.***> wrote:
Dear quickmerge teams,
I have installed the latest quickmerge which could support mumer 4,but I
was confused by the argument -l and -ml,
according the manual,
-l LENGTH_CUTOFF, --length_cutoff LENGTH_CUTOFF,which means minimum seed
contig length to be merged (default=0)
-ml MERGING_LENGTH_CUTOFF, --merging_length_cutoff
MERGING_LENGTH_CUTOFF,which means setting the merging length cutoff
necessary for use in quickmerge (default 5000)
Does it means the same as described in the picture below?
[image: image]
<https://user-images.githubusercontent.com/39893798/105624681-a00bd980-5e5e-11eb-951b-cf8ba71b3926.png>
Thanks a lot!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZQH2B6S2AORBSD27SQDODS3PI4TANCNFSM4WQK7MVQ>
.
--
Mahul Chakraborty
Department of Ecology and Evolutionary Biology
University of California-Irvine
Phone: 949 824 9559
Fax: 949 824 9559
Website: https://mahulchakraborty.wordpress.com/
Github: https://github.com/mahulchak
|
Sorry for disturb you, nohup merge_wrapper.py -l 10 -ml 10 -t 50 -v C1_10k.fa C2_10k.fa &>log& from
my raw two 10k contigs total size was 113M(113248645 bp), but the
And I found a sequence named Cluster2_k141_6817205 in the And then, I check the
So, how can I explain above result, In my opinion, does quickmerge's final merged genome are output the extend two overlapped contigs pair and plus the non-overlapped contigs in each sets? |
Dear quickmerge teams,
I have installed the latest quickmerge which could support mumer 4,but I was confused by the argument
-l
and-ml
,according the manual,
The text was updated successfully, but these errors were encountered: