quickmerge icon indicating copy to clipboard operation
quickmerge copied to clipboard

terminate called after throwing an instance of std invalid argument

Open mastermindchr opened this issue 6 years ago • 7 comments

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

mastermindchr avatar Oct 11 '18 10:10 mastermindchr

Could you please post your command ?

On Thu, Oct 11, 2018, 03:39 mastermindchr [email protected] 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 .

mahulchak avatar Oct 11 '18 11:10 mahulchak

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

mastermindchr avatar Oct 11 '18 11:10 mastermindchr

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 [email protected] 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 avatar Oct 11 '18 13:10 esolares

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 [email protected] 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 avatar Oct 11 '18 18:10 esolares

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

mycovirus avatar May 14 '19 01:05 mycovirus

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

sqwwww avatar May 31 '23 06:05 sqwwww

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

mahulchak avatar Jun 01 '23 04:06 mahulchak