Skip to content
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

Inconsistencies arising from input_file_regex #82

Open
wichne opened this issue Sep 16, 2022 · 0 comments
Open

Inconsistencies arising from input_file_regex #82

wichne opened this issue Sep 16, 2022 · 0 comments

Comments

@wichne
Copy link
Collaborator

wichne commented Sep 16, 2022

I had input files named 'protein_A.SEED.faa', and specified 'input_file_extx: ["faa"]' and 'input_file_regex: ".SEED.faa" in the config.yaml.
Building the models worked fine, but when I tried to search, snekmer was looking for scorer, model and kmers files that looked like "protein_A.ext", while the files that 'model' output looked like "protein_A.SEED.ext".
I made soft links of the existing files to the expected names, but the search process failed during the vectorize step (this is a separate issue, I think.)

So I went back and changed the input_file_regex back to the default ".*"
Again, model building ran fine, but when I tried to search, snekmer was expecting files that looked like "protein_A_SEED.ext" while the existing files looked like "protein_A.SEED.ext").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant