We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205f3d9 commit 238640fCopy full SHA for 238640f
docs/oneliners.md
@@ -32,7 +32,6 @@ slow5tools view file.blow5 | grep -v '^[#@]' | datamash mean 7 median 7 sstdev 7
32
## Operatings on multiple files in parallel
33
34
```
35
-
36
# merge every 10 files together in INPUT_DIR and save to OUTPUT_DIR:
37
find -name INPUT_DIR/*.blow5 | parallel -I% --max-args 10 slow5tools merge % -o OUTPUT_DIR/{#}.blow5
38
0 commit comments