File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ services:
2727 # This container runs the REST API that queries the test database.
2828 # Some useful queries are:
2929 # export FRAGNET_SERVER="http://localhost:8080"
30- # curl $FRAGNET_SERVER:8080 /fragnet-search/rest/ping
31- # curl $FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/suppliers
32- # curl "$FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/molecule/OC(Cn1ccnn1)C1CC1"
33- # curl "$FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/neighbourhood/OC(Cn1ccnn1)C1CC1?hac=3&rac=1&hops=2"
34- # curl "$FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/availability/OC(Cn1ccnn1)C1CC1"
35- # curl "$FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/expand/OC(Cn1ccnn1)C1CC1?hacMin=5&hacMax=10&racMin=3&racMax=3&hops=2"
36- # curl --data-binary "@fragnet-search/src/test/data/expand.smi" -H "Content-Type: chemical/x-daylight-smiles" "$FRAGNET_SERVER:8080 /fragnet-search/rest/v2/search/expand-multi?hacMin=5&hacMax=5&racMin=2&racMax=2&hops=2"
30+ # curl $FRAGNET_SERVER/fragnet-search/rest/ping
31+ # curl $FRAGNET_SERVER/fragnet-search/rest/v2/search/suppliers
32+ # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/molecule/OC(Cn1ccnn1)C1CC1"
33+ # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/neighbourhood/OC(Cn1ccnn1)C1CC1?hac=3&rac=1&hops=2"
34+ # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/availability/OC(Cn1ccnn1)C1CC1"
35+ # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/expand/OC(Cn1ccnn1)C1CC1?hacMin=5&hacMax=10&racMin=3&racMax=3&hops=2"
36+ # curl --data-binary "@fragnet-search/src/test/data/expand.smi" -H "Content-Type: chemical/x-daylight-smiles" "$FRAGNET_SERVER/fragnet-search/rest/v2/search/expand-multi?hacMin=5&hacMax=5&racMin=2&racMax=2&hops=2"
3737 # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/fragments/OC(Cn1ccnn1)C1CC1"
3838 # curl "$FRAGNET_SERVER/fragnet-search/rest/v2/search/synthon-expand/OC(Cn1ccnn1)C1CC1?synthon=%5BXe%5Dn1ccnn1&hops=2&hacMin=14&hacMax=18"
3939 fragnet-search :
You can’t perform that action at this time.
0 commit comments