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

annotate.R fails when plate name has underscores in it #34

Open
bethac07 opened this issue Oct 24, 2019 · 3 comments
Open

annotate.R fails when plate name has underscores in it #34

bethac07 opened this issue Oct 24, 2019 · 3 comments

Comments

@bethac07
Copy link
Collaborator

bethac07 commented Oct 24, 2019

It seems to ignore everything after the first underscore, so if my backend is in ../../backend/batch/Experiment1_Day1_1/plate, annotate fails because it's looking in ../../backend/batch/Experiment1/plate. It seems to write out to the correct place, and the steps after that seem to work ok IIRC.

@bethac07
Copy link
Collaborator Author

Corrected- It seems to ignore everything after the first underscore, so if my backend is in ../../backend/batch/Experiment1_Day1_1/plate, annotate fails because it's looking in ../../backend/batch/Experiment1/plate. It then also writes out to the wrong place. normalize and preselect then seems to work ok, but select then select wants the shortened versions again.

@shntnu
Copy link
Collaborator

shntnu commented Oct 24, 2019

@bethac07
Are you on the branch associated with #30 ? If so, I think this is the problem: #30 (comment)

The current master should not have this problem.

@shntnu
Copy link
Collaborator

shntnu commented Oct 24, 2019

@NasimJ can you confirm that the current master works ok?

@shntnu shntnu changed the title annotate fails when plate name has underscores in it annotate.R fails when plate name has underscores in it Mar 25, 2020
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

2 participants