-
The script that I ran:
```
python3 /home/groups/irv/Apps/reform/reform.py \
--chrom="chr11" \
--upstream_fasta="./up.fa" \
--downstream_fasta="./down.fa" \
--in_fasta="./in.fa" \
--in…
-
Working on a PeriodArray. For the first thing I tried, `Series.combine` doesn't work.
In https://github.com/pandas-dev/pandas/blob/7343fd37f809feeb98844a34dc5854a08df2aa94/pandas/core/series.py#L23…
-
#### Description :octocat:
In light themes, the magit line highlight background is a dark grey, which makes the line illegible.
#### Reproduction guide :beetle:
I haven't been able to isolate…
-
## Story Explanation
### User Story
As a [type of user], I want [some goal] so that [some reason].
### Features / Specifications
- [ ] Make sure "Please select the translation for: XYZ" shows in H…
-
## Environment
- Development Kit: [Custom]
- Core (if using chip or module): [ESP32-WROOM-32U]
- IDF version [020ade652]
- Development Env: [Make]
- Operating System: [Windows]
- Power Su…
-
`format` is currently a _SHOULD_ in the 3.0 spec for content resources.
For a `type` of `Image`, where the browser natively renders (most) of the formats supported by the image API, there's little …
-
Running `b.text()` with an emoji or other non-typical UTF-8 character immediately crashes InDesign.
Lastest master
InDesign CC 13.1 x64
-
## Description
Created a repository on my local computer (Mac). Opened GitHub Desktop, added the local repository. Committed. Pushed to GitHub. Filled out dialog box naming the repository…
-
A canvas might represent a long stretch of content, such as a tape recording of oral histories with several histories being present. Auto-advance should allow the particular history to be pieced to…
-
#### Code Sample, a copy-pastable example if possible
```python
mi = pd.MultiIndex.from_product([['a','b','c'],[1,2]], names=['ll','nn'])
df = pd.DataFrame({'x': [i for i in range(len(mi))], 'y' …