-
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
Is there a way to run quickmerge wrapper in multi-threads? #49
Comments
You can use mummer 4 which uses multi threading. You can run quickmerge
manually after that.
…On Thu, Nov 21, 2019, 18:15 ShuChen1986 ***@***.***> wrote:
Hi,
I am dealing with a large genome and therefore running quickmerge took a
very long time, is there a way to run the quickmerge wrapper in
multi-thread to accelerate the process? I check the wrapper and nucmer help
manuals, there seems no option for multi-thread.
Shu
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49?email_source=notifications&email_token=ABZQH2DOUHMVKI3DONIJFATQU46ANA5CNFSM4JQKWSEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3IRY7Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZQH2DIOU7YWU4G4LFNMITQU46ANANCNFSM4JQKWSEA>
.
|
I used to mummer 4, but multi thread can only used when output format is sam file. Then I used a script sam2delta.py ( https://gist.github.com/malonge/a05da7f99e651ea55e8a4e57a5c4aab1) to convert sam file to delta file, but it gave me the following error:
Could you give me some suggestion on this? |
sorry for the late response. MUMmer v4 supports multi-threading for both sam and delta. run nucmer like this - |
Hi all, Just so you know, merge_wrapper.py is compatible with MUMmer v4. If you have MUMmer v4 installed, you should be able to run with multithreading by including the options merge_wrapper.py -v -t num_of_threads assembly1.fa assembly2.fa |
Many thanks, It was just a quick
and the mummer was updated to 4.0 |
Hi Artifice, Are you sure you're using the latest version of merge_wrapper.py? The latest version should have a usage statement that looks as follows:
|
According to conda yes. maybe its a dev version?
|
Hi,
I am dealing with a large genome and therefore running quickmerge took a very long time, is there a way to run the quickmerge wrapper in multi-thread to accelerate the process? I check the wrapper and nucmer help manuals, there seems no option for multi-thread.
Shu
The text was updated successfully, but these errors were encountered: