Нема описа

Henry Crosswell bfbd83ecbc merged with master to include km changes to master пре 2 месеци
.gitignore 769b041e8d Added gitignore for DSstore пре 3 месеци
README.md d2987e9fd6 add a brief readme outlining test data types пре 3 месеци
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-responses-father.json 1acee0f65e add mock json responses for api requests пре 5 месеци
pyrat-api-multiple-responses-mother.json 1acee0f65e add mock json responses for api requests пре 5 месеци
pyrat-api-multiple-responses-offspring.json 609d85dade fix typo in animalid пре 5 месеци
pyrat-api-multiple-responses.csv 59083a0179 add example where only one parent is missing пре 5 месеци
pyrat-api-no-parents-mutations-offspring.json c8bc4ed8b6 add example with no listed mutations or parents пре 5 месеци
pyrat-api-no-parents-mutations.csv c8bc4ed8b6 add example with no listed mutations or parents пре 5 месеци
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 88dad25fe1 add example where all individuals are missing one parent пре 5 месеци
pyrat-api-single-response-father.json 1acee0f65e add mock json responses for api requests пре 5 месеци
pyrat-api-single-response-mother.json 1acee0f65e add mock json responses for api requests пре 5 месеци
pyrat-api-single-response-offspring.json 1acee0f65e add mock json responses for api requests пре 5 месеци
pyrat-api-single-response.csv c0b8fa1daf fix typo in header column name пре 5 месеци
pyrat-data-2-mutations.csv e730a1c2d1 update ID 17 so there's a mix of offspring genotypes пре 3 месеци
pyrat-data-3-mutations.csv 1cd9858c9d remove impossible offspring genotype for ID-014 пре 3 месеци
pyrat-data-forbidden-genotypes.csv 5ecc096a12 remove forbidden scheme from forbidden-genotypes.csv пре 2 месеци
pyrat-data-forbidden-schemes.csv 128eedc090 fixed typo in forbidden пре 3 месеци
pyrat-data-single-mutation.csv 322cb3d778 update mother ids to be sequential in single mutation data пре 6 месеци
standardised-data-2-mutations.csv e730a1c2d1 update ID 17 so there's a mix of offspring genotypes пре 3 месеци
standardised-data-3-mutations.csv 1cd9858c9d remove impossible offspring genotype for ID-014 пре 3 месеци
standardised-data-forbidden-genotypes.csv 5ecc096a12 remove forbidden scheme from forbidden-genotypes.csv пре 2 месеци
standardised-data-forbidden-schemes.csv 128eedc090 fixed typo in forbidden пре 3 месеци
standardised-data-single-mutation.csv 322cb3d778 update mother ids to be sequential in single mutation data пре 6 месеци

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