-
Notifications
You must be signed in to change notification settings - Fork 39
Amin1.0 #825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amin1.0 #825
Conversation
795121c to
50c7164
Compare
|
I think this is running into the same issues as on Adir1 - GH actions can't access the bucket - but @ahernank suggests we need to move the bucket to us-central anyway. |
|
Just created |
|
updated now |
…er traceback (Pylint raise-missing-from)
…le_indices. Add sample_query_options to biallelic_snps_to_plink.
…python into amin1.0
|
Hi guys, making some progress on coverage tests for Amin1.0 now. The sticking points I am running into are the same as for Adir1.x (see #795 for discussion) and I think I will deal with them the same way. Mainly no phasing data, no sex_call data. I have put 'UKN' for the sex_calls. I can deal with these mostly by using tags to exclude amin1 from tests that require specific data that these releases don't have. Because Amin1 is one sample set from one country, I am running into my main problem with tests that require multiple sample sets or samples. Specifically, I have either tagged amin1 out of tests that specifically test multiple sample sets (this is fine), or removed amin1 from tests where multiple sample sets are used. Attempting to modify the number of sample sets used breaks things, as sometimes insufficient samples are returned (e.g. in PCA) to run the tests in ag3/adir/af1. UD:integration and notebooks tests are failing because of github actions access issues with GCP UD 2: Linting is failing on GH, but passes locally? |
|
@tristanpwdennis are you happy to close this PR in favour of #839? |
|
Closing (see #839) |
Hi guys
I've refactored the old amin1 API to include (I think) all the functionality of malariagen_data for unphased data - just like Adir1.0. This has involved:
Relates to PR #795