add warning in update_zygosities when no rule is found for a test
@rossant is already working on this.
Since Mar 14, 2018.
- Dominant language
- Python
- Stars
- 52
- Forks
- 12
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
If a subject has a genotype test, but there is no rule found for this test, please give a warning in the update_zygosities script. E.g. if mouse M_0011 has eGFP+, but there is no rule about test "eGFP" for its line, give a warning like "Warning: subject M_0011: No zygosity rule found for test eGFP for line RCLcg.Vg".
This will help detect cases in which the rule hasn't been specified (the problem I was fixing last week) and cases when the rule accidentally refers to the wrong genotype test (the problem I'm about to be fixing now... :( ).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.