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

ReadParseScoary.R not separating groups of genes #2

Open
TWhiteleyAPHA opened this issue Jul 8, 2022 · 0 comments
Open

ReadParseScoary.R not separating groups of genes #2

TWhiteleyAPHA opened this issue Jul 8, 2022 · 0 comments

Comments

@TWhiteleyAPHA
Copy link

When I created scoary outputs using the --collapse flag, the groups of genes were separated by "--". Unfortunately ReadParseScoary.R only separates them at the second "-". Line 20 of needs to be changed from

genes_[i]<-sub("-\b.*", "",data_$Gene[i])

to

genes_[i]<-sub("--\b.*", "",data_$Gene[i])

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