-
Dear Dr. Gronau,
I am using G-PhoCS for a radiation of fruit bats. I was able to successfully run G-PhoCS. However, the Tau and Ne are being overestimate. I would expect divergence between species …
-
[this](https://www.youtube.com/watch?v=mvbyRdRRb7o) is a talk Shi Zhengli (batwoman, head researcher at the lab) gave in June 2018. not sure what it can be used to substantiate but it is indeed very i…
ghost updated
4 years ago
-
## Context
aws-cli V2 integration tests are failing on Python 3.12 on Github Actions with the following errors:
```
not ok 4 Test --ecp-endpoint-url
# (from function `assert_output' in file te…
-
This is not a boto bug, but boto could've saved me some time here with a warning.
If you do not specify the ec2_keyname parameter in run_jobflow, you _will_ be able to create, monitor, and manage a …
welch updated
12 years ago
-
### Checklist
- [X] I have searched for existing issues for issues like this one. The issue has not been posted. (Duplicate reports slow down development.)
- [X] I have provided reproducable ste…
-
Image 20120 added new agent version
The agent changed from 4d844b2 to d9790
https://download.clearlinux.org/releases/20120/clear/RELEASENOTES
Here is the list of changes merged:
ad7c8a5 priv…
-
오늘 우리는 'Organizing Process Essays', 즉 '과정 에세이 구성하기'에 대해 배울 거예요. 과정을 설명하는 에세이는 순서대로 설명해야 하는데, 여기서 'chronological order'가 중요한 역할을 해요. 'Chronological order'는 사건이나 단계를 시간 순서대로, 즉 첫 번째, 두 번째, 세 번째 순서로 설명하는…
-
The mdbook API has test coverage but the command line tool, which is probably more often used than the API, could probably benefit from some integration (and possibly unit) testing so that changes can…
-
Hi Team,
We've invested a lot on bats test for our shell scripts. Now we are integrating all our code coverage with SonarQube, apparently bats-core is not friendly with Sonarqube, and we are forced…
-
Repro steps:
```sql
test> create database new2;
test> use new2;
Database changed
new2> create table a(a int primary key);
new2> insert into a values (1), (2);
Query OK, 2 rows affected
new2>…