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

Apply fails with single input file #123

Open
tnitka opened this issue Mar 20, 2024 · 2 comments · May be fixed by #124
Open

Apply fails with single input file #123

tnitka opened this issue Mar 20, 2024 · 2 comments · May be fixed by #124
Assignees

Comments

@tnitka
Copy link
Collaborator

tnitka commented Mar 20, 2024

When running Apply with a single input file, Snekmer fails with the error message
InvalidIndexError in line 292 of /qfs/people/nitk592/snekmer-main/Snekmer/src/snekmer/snekmer/rules/apply.smk: Reindexing only valid with uniquely valued Index objects

It's currently possible to work around this issue by splitting the input into 2 or more fasta files.

@tnitka
Copy link
Collaborator Author

tnitka commented Mar 25, 2024

This error also sometimes occurs even if the input sequences are split into multiple files. This might be Snekmer reading the same name for two sequences, which shouldn't be happening here as each sequence is uniquely labeled by profmark.

@jjacobson95
Copy link
Collaborator

@tnitka would you be able to provide the same files you used? Haven't been able to reproduce this yet.

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

Successfully merging a pull request may close this issue.

2 participants