Bez popisu

Henry Crosswell 7da2afc1ed updated column names před 2 měsíci
.gitignore fbe862109e added git ignore for ds store před 3 měsíci
README.md d2987e9fd6 add a brief readme outlining test data types před 3 měsíci
pyrat-api-multiple-response-and-parents-both-parents.json 3b7eed8428 updating files to join parents před 2 měsíci
pyrat-api-multiple-response-and-parents-offspring.json 6607045683 updated test data to include match asserts better před 3 měsíci
pyrat-api-multiple-response-multiple-parents.csv 9dc46d3c61 changed column names to fit new naming scheme před 2 měsíci
pyrat-api-multiple-responses-offspring.json 609d85dade fix typo in animalid před 5 měsíci
pyrat-api-multiple-responses-parents.json 68e393951d joined parents into one file před 2 měsíci
pyrat-api-multiple-responses.csv 6a833f2c20 removed err multiple parents před 2 měsíci
pyrat-api-no-parents-mutations-offspring.json c8bc4ed8b6 add example with no listed mutations or parents před 5 měsíci
pyrat-api-no-parents-mutations.csv 77e740541e update to include new column naming scheme - test batch před 2 měsíci
pyrat-api-single-parent-mother.json 6c1bf95ab1 rename a file for api changes před 2 měsíci
pyrat-api-single-parent-offspring.json 88dad25fe1 add example where all individuals are missing one parent před 5 měsíci
pyrat-api-single-parent.csv 77e740541e update to include new column naming scheme - test batch před 2 měsíci
pyrat-api-single-response-offspring.json 1acee0f65e add mock json responses for api requests před 5 měsíci
pyrat-api-single-response-parents.json 3b7eed8428 updating files to join parents před 2 měsíci
pyrat-api-single-response.csv 77e740541e update to include new column naming scheme - test batch před 2 měsíci
pyrat-data-2-mutations.csv d7d9998345 reverting back to previous stanrdised testing před 2 měsíci
pyrat-data-3-mutations.csv d7d9998345 reverting back to previous stanrdised testing před 2 měsíci
pyrat-data-forbidden-genotypes.csv 7da2afc1ed updated column names před 2 měsíci
pyrat-data-multiple-parents-1-mutation.csv 0894efd089 added multiple parent files před 2 měsíci
pyrat-data-multiple-parents-2-mutations.csv 0894efd089 added multiple parent files před 2 měsíci
pyrat-data-multiple-parents-3-mutations.csv 0894efd089 added multiple parent files před 2 měsíci
pyrat-data-single-mutation.csv 2c0e4ee723 revert single mutation to work with previous standardised tests před 2 měsíci
standardised-data-2-mutations.csv d7d9998345 reverting back to previous stanrdised testing před 2 měsíci
standardised-data-3-mutations.csv d7d9998345 reverting back to previous stanrdised testing před 2 měsíci
standardised-data-forbidden-genotypes.csv 7da2afc1ed updated column names před 2 měsíci
standardised-data-multiple-parents-1-mutation.csv 0894efd089 added multiple parent files před 2 měsíci
standardised-data-multiple-parents-2-mutations.csv b567bd327d included multiple parents před 2 měsíci
standardised-data-multiple-parents-3-mutations.csv 0894efd089 added multiple parent files před 2 měsíci
standardised-data-single-mutation.csv d7d9998345 reverting back to previous stanrdised testing před 2 měsíci

README.md

oscar-test-data

Test data for OSCaR breeding scheme calculator.

All test data is fake, but matches the structure and edge cases of real data from a PyRAT server.

Types of test data

  • *.json: JSON files of raw PyRAT api responses
  • pyrat-api-*.csv: Expected csv files output by get_pyrat_data
  • pyrat-data-*.csv: Input csv files to standardise_pyrat_csv
  • standardised-data-*.csv: Expected output csv files from standardise_pyrat_csv