-
- [ ] GFF3Tabix (sort using a simplified grep) and then tabix. Something like:
- `(grep ^"#" in.gff3; grep -v ^"#" in.gff3 | sort -k1,1 -k4,4n) > out.sorted.gff3` or `gt gff3 -sortlines input.gff …
-
I am running hits on my router using entware. It looks like the script is getting stuck on line 115.
```
while [ $route_set = 1 ]; do
route_set=$(curl -4 -s "https://network.feral.io/looking-…
-
Is there a way to pass arguments to `rg`?
Since the grep command uses `rg`, can we pass argument to `rg` within the extension?
I would like to simulate the behaviour of `rg -l` using CocList
```
…
-
Please can you make SHA256SUM.md more machine/script friendly.
At present, for example, it is not possible to use it in scripts with `pipefail` enabled beause `sha256sum -c --ignore-missing --stric…
-
For one reason or another, I want to parse the hal file output from cactus in python.
Using [h5py](https://docs.h5py.org/en/stable/index.html), like:
```py
import h5py
f = h5py.File('my.hal'…
-
Every clause but `:refer-clojure` is currently (@chrisoakman/standard-clojure-style@0.3.0) followed by a linebreak, resulting in a somewhat inconsistent output:
```clj
(ns com.example.my-applicati…
-
A follow-up for our Slack discussion in https://space-meridian.slack.com/archives/C06RPCL6QGL/p1714047593651149.
> I realised that our instructions for running Station Core don’t configure any pers…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issues exists when I tested with `:latest`
- [ ] I'd like to contribute the fix myself (see [contributing guide…
-
### Description of the problem
v1.4 release notes noted that all SGX tools are now statically linked but looks like `loader` is not.
_\---- note by @mkow ---_
_This turned out to be a serious i…
-
It looks like `fuck` doesn't handle pipes well. If I try to do this in Bash:
``` bash
$ pss -ef | grep foo
-bash: pss: command not found
$ fuck
ps -ef | grep foo
ps: illegal argument: |
usage: ps [-A…