Нема описа

Henry Crosswell 14dc8462c1 changed names to fit convention пре 2 месеци
.gitignore 8c360ad2c0 resolve conflict by adding git ignore пре 2 месеци
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-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 6c1bf95ab1 rename a file for api changes пре 2 месеци
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-2-mutations.csv e84a420e6a updated column names пре 2 месеци
pyrat-data-3-mutations.csv e84a420e6a updated column names пре 2 месеци
pyrat-data-forbidden-genotypes.csv 2ad91683c9 merged with master to update changes пре 2 месеци
pyrat-data-forbidden-parents.csv f1272f080d added more test data for impossible parents пре 2 месеци
pyrat-data-forbidden-schemes.csv a7b8c71c4a fix data to fit schemes пре 2 месеци
pyrat-data-multiple-parents-1-mutation.csv 1dd09328ec updated to add more edge cases пре 2 месеци
pyrat-data-multiple-parents-2-mutations.csv 7124b0dcf9 fix errors in data пре 2 месеци
pyrat-data-multiple-parents-3-mutations.csv cbe4272c77 fix errors in data пре 2 месеци
pyrat-data-single-1.csv 14dc8462c1 changed names to fit convention пре 2 месеци
standardised-data-1-mutation.csv 14dc8462c1 changed names to fit convention пре 2 месеци
standardised-data-2-mutations.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-3-mutations.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-forbidden-genotypes.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-forbidden-parents.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-forbidden-schemes.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-multiple-parents-1-mutation.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-multiple-parents-2-mutations.csv fe985943f3 reduced genotype column down to just one пре 2 месеци
standardised-data-multiple-parents-3-mutations.csv fe985943f3 reduced genotype column down to just one пре 2 месеци

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