We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing
bash get_entities.sh 1 T "sera Ser-," ChEBI
We get:
1 T 0 4 0.278652 sera ChEBI 1 1 T 5 9 0.278652 Ser- ChEBI 1
But sera does not exist on the ChEBI data files. So this does not return anything.
sera
bash get_entities.sh 1 T "sera" ChEBI
And curiously, this happens:
bash get_entities.sh 1 T "sera Ser-" ChEBI
1 T 5 8 0.0897608 Ser ChEBI 1
So is something related to the comma.
The first command shown in this issue should return:
1 T 5 9 0.278652 Ser- ChEBI 1
Because ser- is a ChEBI term.
ser-
The text was updated successfully, but these errors were encountered:
add test to check fix of issue #32
ffdab64
842f88c
No branches or pull requests
When doing
bash get_entities.sh 1 T "sera Ser-," ChEBI
We get:
But
sera
does not exist on the ChEBI data files. So this does not return anything.bash get_entities.sh 1 T "sera" ChEBI
And curiously, this happens:
bash get_entities.sh 1 T "sera Ser-" ChEBI
So is something related to the comma.
The first command shown in this issue should return:
Because
ser-
is a ChEBI term.The text was updated successfully, but these errors were encountered: