Няма описание

Henry Crosswell 2644a44cb6 corrected falsities in data преди 1 месец
.gitignore 8c360ad2c0 resolve conflict by adding git ignore преди 2 месеца
README.md d2987e9fd6 add a brief readme outlining test data types преди 3 месеца
converted-scheme-number.csv 9cfe473389 add scheme number table преди 1 месец
converted-scheme-proportion.csv 27682ad143 add scheme proportion table преди 1 месец
converted-scheme-summary.csv 2b7729bc59 update table name with - преди 1 месец
converted-surplus-per-genotype.csv 73d1c336db add converted surplus per genotype df преди 1 месец
converted-total-number.csv e533e2c5e4 add total number table преди 1 месец
pyrat-api-line-mutations-response.json a51ac9e2d9 switch mutation order so we can check alphabetical sorting преди 2 месеца
pyrat-api-lines-response-1.json 7e0b7d8963 add mock responses for api lines call преди 2 месеца
pyrat-api-lines-response-2.json 7e0b7d8963 add mock responses for api lines call преди 2 месеца
pyrat-api-lines.csv 7e0b7d8963 add mock responses for api lines call преди 2 месеца
pyrat-api-multiple-response-and-parents-both-parents.json 3b7eed8428 updating files to join parents преди 2 месеца
pyrat-api-multiple-response-and-parents-offspring.json 6607045683 updated test data to include match asserts better преди 3 месеца
pyrat-api-multiple-response-multiple-parents.csv 9dc46d3c61 changed column names to fit new naming scheme преди 2 месеца
pyrat-api-multiple-responses-offspring.json 609d85dade fix typo in animalid преди 5 месеца
pyrat-api-multiple-responses-parents.json 68e393951d joined parents into one file преди 2 месеца
pyrat-api-multiple-responses.csv 6a833f2c20 removed err multiple parents преди 2 месеца
pyrat-api-no-parents-mutations-offspring.json c8bc4ed8b6 add example with no listed mutations or parents преди 5 месеца
pyrat-api-no-parents-mutations.csv 77e740541e update to include new column naming scheme - test batch преди 2 месеца
pyrat-api-single-parent-mother.json 88dad25fe1 add example where all individuals are missing one parent преди 5 месеца
pyrat-api-single-parent-offspring.json 88dad25fe1 add example where all individuals are missing one parent преди 5 месеца
pyrat-api-single-parent.csv 77e740541e update to include new column naming scheme - test batch преди 2 месеца
pyrat-api-single-response-offspring.json 1acee0f65e add mock json responses for api requests преди 5 месеца
pyrat-api-single-response-parents.json 3b7eed8428 updating files to join parents преди 2 месеца
pyrat-api-single-response.csv 77e740541e update to include new column naming scheme - test batch преди 2 месеца
pyrat-data-1-mutation.csv e6c2b42f29 changed file name to fit naming convention преди 2 месеца
pyrat-data-2-mutations.csv e84a420e6a updated column names преди 2 месеца
pyrat-data-3-mutations.csv e84a420e6a updated column names преди 2 месеца
pyrat-data-forbidden-genotypes-false.csv 907eb3c785 update genotype data to allow for optional bool преди 1 месец
pyrat-data-forbidden-genotypes-true.csv 907eb3c785 update genotype data to allow for optional bool преди 1 месец
pyrat-data-forbidden-genotypes.csv 087c5f9a13 excluding changes to forbidden genotype, moved to seperate branch преди 1 месец
pyrat-data-forbidden-parents.csv ad0891b69b fixed test data преди 1 месец
pyrat-data-forbidden-schemes.csv a7b8c71c4a fix data to fit schemes преди 2 месеца
pyrat-data-multiple-parents-1-mutation.csv f00e765b58 removing irrelavant tests преди 1 месец
pyrat-data-multiple-parents-2-mutations.csv f00e765b58 removing irrelavant tests преди 1 месец
pyrat-data-multiple-parents-3-mutations.csv f00e765b58 removing irrelavant tests преди 1 месец
standardised-data-1-mutation.csv 12bffb64a0 merge upstream changes преди 1 месец
standardised-data-2-mutations.csv 12bffb64a0 merge upstream changes преди 1 месец
standardised-data-3-mutations.csv 12bffb64a0 merge upstream changes преди 1 месец
standardised-data-forbidden-genotypes-false.csv 907eb3c785 update genotype data to allow for optional bool преди 1 месец
standardised-data-forbidden-genotypes-true.csv 2644a44cb6 corrected falsities in data преди 1 месец
standardised-data-forbidden-genotypes.csv 12bffb64a0 merge upstream changes преди 1 месец
standardised-data-forbidden-parents.csv c3886dcd55 split mutation columns for remaining tables преди 1 месец
standardised-data-forbidden-schemes.csv 12bffb64a0 merge upstream changes преди 1 месец
standardised-data-multiple-parents-1-mutation.csv 40fd066ccd correcting standardised to match pyrat преди 1 месец
standardised-data-multiple-parents-2-mutations.csv 40fd066ccd correcting standardised to match pyrat преди 1 месец
standardised-data-multiple-parents-3-mutations.csv 40fd066ccd correcting standardised to match pyrat преди 1 месец

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