wrpearson / fasta36

Git repository for FASTA36 sequence comparison software
Apache License 2.0
117 stars 16 forks source link

can't open library issue #42

Closed sbaheti84 closed 2 years ago

sbaheti84 commented 2 years ago

Hi

I am getting an error while using the tool. My argument is different then what is reported as missing library. gls_seq20220228-289684-12njx was never asked in the command, not sure how it is picking that

Need help to investigate this

fasta36-36.3.8d_13Apr16/bin/glsearch36 -s mydna.mat -g0 -f20 gls_seq20220228-289684-12njcwk gls_ref20220228-289684-1xce2p6

fasta36-36.3.8d_13Apr16/bin/glsearch36 -s mydna.mat -g0 -f20 gls_seq20220228-289684-12njcwk gls_ref20220228-289684-1xce2p6

GLSEARCH performs a global-query/local-library search version 36.3.8d Apr, 2016(preload9)

[fasta36-36.3.8d_13Apr16/bin/glsearch36] cannot open library gls_seq20220228-289684-12njx

wrpearson commented 2 years ago

This is a very interesting problem. Can I confirm that this is the command that is being run from a command line? Not through some web interface?

I cannot imagine why the query file name is being modified. What I can confirm is that when I run the program with two files with those names, everything works fine.

And the current version of fasta/glsearch is 36.3.8i Sept 2021.

Bill Pearson

Begin forwarded message:

From: sbaheti84 @.**@.>>

Subject: [wrpearson/fasta36] can't open library issue (Issue #42)

Date: March 1, 2022 at 12:11:15 AM EST

To: wrpearson/fasta36 @.**@.>>

Cc: Subscribed @.**@.>>

Reply-To: wrpearson/fasta36 @.**@.>>

Hi

I am getting an error while using the tool. My argument is different then what is reported as missing library. gls_seq20220228-289684-12njx was never asked in the command, not sure how it is picking that

Need help to investigate this

fasta36-36.3.8d_13Apr16/bin/glsearch36 -s mydna.mat -g0 -f20 gls_seq20220228-289684-12njcwk gls_ref20220228-289684-1xce2p6

fasta36-36.3.8d_13Apr16/bin/glsearch36 -s mydna.mat -g0 -f20 gls_seq20220228-289684-12njcwk gls_ref20220228-289684-1xce2p6

GLSEARCH performs a global-query/local-library search version 36.3.8d Apr, 2016(preload9)

[fasta36-36.3.8d_13Apr16/bin/glsearch36] cannot open library gls_seq20220228-289684-12njx

— Reply to this email directly, view it on GitHubhttps://github.com/wrpearson/fasta36/issues/42, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABQYNP33TR5FZ7TFH7HQUH3U5RIPHANCNFSM5PS72YMA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

sbaheti84 commented 2 years ago

I tried it again it works if I don't give the full path to the query file. Still trying to debug and see what is wrong.