summaryrefslogtreecommitdiff
path: root/features/lazar_single_prediction.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/lazar_single_prediction.feature')
-rw-r--r--features/lazar_single_prediction.feature19
1 files changed, 0 insertions, 19 deletions
diff --git a/features/lazar_single_prediction.feature b/features/lazar_single_prediction.feature
deleted file mode 100644
index 3597e1c..0000000
--- a/features/lazar_single_prediction.feature
+++ /dev/null
@@ -1,19 +0,0 @@
-@rest
-Feature: Create a model and predict an unknown compound
- As a toxicologist
- I want to create a lazar model
- In order to predict the toxicity of a compound
-
- Scenario Outline:
- Given Content-Type is application/rdf+xml
- And I post <data> to the dataset webservice
- And I create a lazar model for <feature>
- When the task is completed
- Then I should receive a valid URI
- And the model should predict <prediction> for <smiles>
-
- Examples:
- |feature |data |smiles |prediction|
- |http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster|file: hamster_carcinogenicity.owl|c1ccccc1NN|true |
- #|http://ambit.uni-plovdiv.bg:8080/ambit2/feature/12156|file: hamster_carcinogenicity_ambit.owl|c1ccccc1NN|true |
-