mahulchak / quickmerge

A simple and fast metassembler and assembly gap filler designed for long molecule based assemblies.
GNU General Public License v3.0
192 stars 31 forks source link

terminate called after throwing an instance of std invalid argument #36

Open mastermindchr opened 5 years ago

mastermindchr commented 5 years ago

trying to merge to fasta files and I keep getting this error!

mahulchak commented 5 years ago

Could you please post your command ?

On Thu, Oct 11, 2018, 03:39 mastermindchr notifications@github.com wrote:

trying to merge to fasta files and I keep getting this error!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mahulchak/quickmerge/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMD6CBmjJQMkvrg6sSsNxVwWtlSKZhUks5ujx-sgaJpZM4XXQ0q .

mastermindchr commented 5 years ago

quickmerge -d delta_file.out -q /home/etc/contigs.fasta -r home/etc/contigs2.fasta -hco 5.0 -c 1.5 -l n -ml m -p qm

esolares commented 5 years ago

Hi

Thank you for your email. I noticed in your command line that the reference was missing a forward slash. Could you try adding the missing forward slash and let us know if this resolved this issue or not.

I.e. -r /home/

Thank you,

Edwin Solares

On Thu, Oct 11, 2018, 4:21 AM mastermindchr notifications@github.com wrote:

quickmerge -d delta_file.out -q /home/etc/contigs.fasta -r home/etc/contigs2.fasta -hco 5.0 -c 1.5 -l n -ml m -p qm

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mahulchak/quickmerge/issues/36#issuecomment-428918319, or mute the thread https://github.com/notifications/unsubscribe-auth/AEI6vvj6m36ZccjYoA_TXUYAkiRzWfX1ks5ujymdgaJpZM4XXQ0q .

esolares commented 5 years ago

Hi,

I also just noticed that you are passing -ml a value of m. Could you please also check this? This should be an integer value.

Please let us know if this resolves your issue or if you are getting other or the same error.

Thank you,

Edwin

On Thu, Oct 11, 2018, 4:21 AM mastermindchr notifications@github.com wrote:

quickmerge -d delta_file.out -q /home/etc/contigs.fasta -r home/etc/contigs2.fasta -hco 5.0 -c 1.5 -l n -ml m -p qm

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mahulchak/quickmerge/issues/36#issuecomment-428918319, or mute the thread https://github.com/notifications/unsubscribe-auth/AEI6vvj6m36ZccjYoA_TXUYAkiRzWfX1ks5ujymdgaJpZM4XXQ0q .

mycovirus commented 5 years ago

Hi I also had a same problem this is my command: /biosoft/quickmerge/merger/quickmerge -d out.rq.delta -q /data3/haidu/origin/genome/huada/scaffolds.fasta -r /data3/haidu/origin/genome/huada/nuohe.fasta -hco 5.0 -c 1.5 -ln -ml 5000 &

and it turned:terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid

if you have solved the problem ,can you give me some advice?

Thank you, haidu

sqwwww commented 1 year ago

Hi I also had a same problem this is my command: /biosoft/quickmerge/merger/quickmerge -d out.rq.delta -q /data3/haidu/origin/genome/huada/scaffolds.fasta -r /data3/haidu/origin/genome/huada/nuohe.fasta -hco 5.0 -c 1.5 -ln -ml 5000 &

and it turned:terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid

if you have solved the problem ,can you give me some advice?

Thank you, haidu

just for people who have the same problem, check -l n, the n should be N50 of the self assembly

mahulchak commented 1 year ago

Your-ln option is missing an input

On Wed, May 31, 2023 at 1:30 AM sqwwww @.***> wrote:

Hi I also had a same problem this is my command: /biosoft/quickmerge/merger/quickmerge -d out.rq.delta -q /data3/haidu/origin/genome/huada/scaffolds.fasta -r /data3/haidu/origin/genome/huada/nuohe.fasta -hco 5.0 -c 1.5 -ln -ml 5000 &

and it turned:terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid

if you have solved the problem ,can you give me some advice?

Thank you, haidu

just for people who have the same problem, check -l n, the n should be N50 of the self assembly

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/mahulchak/quickmerge/issues/36*issuecomment-1569572257__;Iw!!CzAuKJ42GuquVTTmVmPViYEvSg!J8Uw-GBhFyvUm03eQUj3ehT5RaUWEfT3woKjcrOHLZYPCIZcapMZa81Vuk7R9T5gxVfPsTnLRiJhXouS14KU2nxj$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABZQH2BRW6PBAKWGIRHGCBLXI3QPHANCNFSM4F25BUVA__;!!CzAuKJ42GuquVTTmVmPViYEvSg!J8Uw-GBhFyvUm03eQUj3ehT5RaUWEfT3woKjcrOHLZYPCIZcapMZa81Vuk7R9T5gxVfPsTnLRiJhXouS10ESgt0c$ . You are receiving this because you commented.Message ID: @.***>

-- Mahul Chakraborty Assistant Professor Department of Biology Texas A&M University Phone: 979 458 7291 Fax: 979-845-2891 Website: https://chakrabortylab.org/ https://mahulchakraborty.wordpress.com/ Github: https://github.com/mahulchak